Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在几篇文章中读到,我们需要某种特殊的并行端口驱动程序才能通过 C 访问它,如在 win xp 和 7 中,我们无法直接访问它们。
有人可以帮我这样做吗?
正确的。您需要驱动程序才能访问端口。如果您的目的只是将数据写入端口进行实验,您可以使用 WDK 提供的示例(WinDDK\7600.16385.1\src\general\portio)来实验端口。该示例提供了您可以构建和安装的驱动程序,并提供了一个示例用户模式程序,该程序描述了如何使用 Ioctls 来实现所需的端口 IO。