Parallel port interface

J

Jorge Godoy

[I've posted this to the ttor mailing list as well. Sorry for whom receive
it twice.]

Hi!


We're doing a research project that involves controlling mini-windtrap
speeds and we're reading/writing data from the parallel port.

What I've found so far on a fast Google search for "python parallel port"
showed me some stuff that I'd have to interface with Python through SWIG.

If the program could be portable in Windows and Linux it would be a big
plus. We're thinking --- if it can't be written entirely in Python or with
modules that already have binaries for Windows --- in using a Linux only
approach (we, the programmers, use Linux only).


Any hints for modules I should take a look at?


TIA,
 
P

Peter Hansen

Jorge said:
We're doing a research project that involves controlling mini-windtrap
speeds and we're reading/writing data from the parallel port.

What I've found so far on a fast Google search for "python parallel port"
showed me some stuff that I'd have to interface with Python through SWIG.

If the program could be portable in Windows and Linux it would be a big
plus. We're thinking --- if it can't be written entirely in Python or with
modules that already have binaries for Windows --- in using a Linux only
approach (we, the programmers, use Linux only).

Any hints for modules I should take a look at?

http://pyserial.sourceforge.net/pyparallel.html might work. Says
"This module is still under developement. But it may be useful for
developers."

-Peter
 
C

Chris Liechti

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top