在Python中连接并行端口

时间:2011-04-18 21:49:42

标签: python

我需要一个教程或者更多关于使用Python从PARALLEL端口打印数据的内容。有什么想法吗?

感谢。

2 个答案:

答案 0 :(得分:1)

看看pyserial。 http://pyserial.sourceforge.net/和示例:http://pyserial.sourceforge.net/examples.html

我还有一些例子,只需要找到它们。

编辑:抱歉,我的意思是pyParallel http://pyserial.sourceforge.net/pyparallel.html

一些例子:

http://orionrobots.co.uk/PyParallel http://pyserial.svn.sourceforge.net/viewvc/pyserial/trunk/pyparallel/examples/lcd.py?revision=398&view=markup

答案 1 :(得分:1)

现在,PyPI上提到了PyParallel包:https://pypi.python.org/pypi/pyparallel

我使用GNU / Linux(Xubuntu 15.10)和Python 3.4成功测试了它。