Re: help with sending data out the parallel port

2005-10-27 Thread [EMAIL PROTECTED]
You don't want to use Python for that task. You're much better off using the Microsoft DDK (driver development kit). -- http://mail.python.org/mailman/listinfo/python-list

Re: help with sending data out the parallel port

2005-10-27 Thread Peter Hansen
David wrote: > I'm wondering if python is capable of fairly precise timing and also sending > data out the parallel port. > > For example ; making a 7.5 KHz square wave come out of one of the data pins > on the printer port. > > I've tried to help myself with this one but searching in the "Python

help with sending data out the parallel port

2005-10-26 Thread David
I'm wondering if python is capable of fairly precise timing and also sending data out the parallel port. For example ; making a 7.5 KHz square wave come out of one of the data pins on the printer port. I've tried to help myself with this one but searching in the "Python Library Reference" that in