开发者

Parallel port recording to file on Win XP

开发者 https://www.devze.com 2022-12-23 17:50 出处:网络
I need to write a simple program that records all the input from parallel port into a file. Data flows from industrial machine, setup i开发者_开发百科s fairly simple, but I can\'t find any good open s

I need to write a simple program that records all the input from parallel port into a file. Data flows from industrial machine, setup i开发者_开发百科s 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号