accessing a parallel port from python
Dear All - I am new to python but did a bit of VB a few years back. I have a stepper motor controller which I need to address via the parallel port.
I have constructed a form with a few buttons etc on it and need to send a byte to the port, so my thought is to write some code for the click event of a button. I think I will need to use the 'Pyparallel' library in order to do this. Does anyone know the syntax to use?
Many thanks
Greeb
|