在 Delphi 中查找可用的 LPT(并行)端口和地址

发布于 2024-07-11 05:03:40 字数 109 浏览 11 评论 0原文

我正在并行端口上进行直接 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无妨# 2024-07-18 05:03:40

根据 这篇 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文