Win XP 上的并行端口记录到文件

发布于 2024-08-26 08:14:36 字数 159 浏览 5 评论 0原文

我需要编写一个简单的程序,将并行端口的所有输入记录到一个文件中。数据来自工业机器,设置相当简单,但我找不到任何关于Windows并行端口读取的好的开源示例。

你知道有一个软件可以做到这一点(并让我自己学习如何做到这一点),或者有关于 XP 上并行端口编程的指南吗?

谢谢。

I need to write a simple program that records all the input from parallel port into a file. Data flows from industrial machine, setup is fairly simple, but I can't find any good open source examples on parallel port reading for Windows.

Do you know a software that does this (and lets me learn how to do it myself), or is there any guideline for parallel port programming on XP?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

如梦亦如幻 2024-09-02 08:14:36

Windows 没有对并行端口信号进行低级访问的服务。恐怕你必须编写一个设备驱动程序(内核编程......)。好消息是很多人已经这样做了,例如此处(注意:我尚未测试过该特定产品)。

问候

Windows doesn't have services for low-level access to the parallel port signals. I am afraid you have to write a device driver (kernel programming...). The good news is that many people have already done it, example here (NOTE: I haven't tested this particular product).

Regards

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