在 Delphi 中查找可用的 LPT(并行)端口和地址
我正在并行端口上进行直接 I/O,这对于速度来说很好并且是必要的。 我想枚举可用端口,以便用户在设置时选择端口,而不是通过设备管理器手动读取地址。 请问有人知道这样做的方法吗? 非常感谢, 布莱恩
I am doing direct I/O on a parallel port which is fine and necessary for speed. I would like to enumerate the available ports to offer the user a choice of ports at setup time rather than a tedious trawl through device manager to read the address manually. Does anyone know a means of doing this please?
Many thanks,
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 这篇 Microsoft 文章,对于 Win2K 及更高版本,您可以找到并联设备的详细信息位于注册表 HKLM\SYSTEM\CurrentControlSet\Enum\LPTENUM 中。
According to this Microsoft article, for Win2K and newer, you can find details of parallel-connected devices in the registry at HKLM\SYSTEM\CurrentControlSet\Enum\LPTENUM.