Re: [python-win32] Talking to the parallel port

2009-10-01 Thread Tim Roberts
Tony Cappellini wrote: > Tim Roberts mailto:t...@probo.com>> wrote: > > >>Why would you expect any updates? The technology behind the parallel > >>port has not changed since 1994. > It's not about the technology changing. > But people do add improvments to python packages over time, and > release

Re: [python-win32] Talking to the parallel port

2009-09-30 Thread Tim Roberts
Tony Cappellini wrote: > > I'm looking for some way to wiggle the data lines on the parallel > port- and possibly even to use some of them as input lines. > > Googling for python parallel port revealed an old project which hasn't > been updated since 2003. > http://pyserial.sourceforge.net/pyp

[python-win32] Talking to the parallel port

2009-09-30 Thread Tony Cappellini
I'm looking for some way to wiggle the data lines on the parallel port- and possibly even to use some of them as input lines. Googling for python parallel port revealed an old project which hasn't been updated since 2003. http://pyserial.sourceforge.net/pyparallel.html Is there anything that is