Re: [Tutor] parallel port commands

2009-06-12 Thread Alan Gauld
"Jacob Mansfield" wrote does anyone know how to replace the C comands inp() and outb() these are used for parallel port communication These are non standard C functions and will depend on your compiler, OS and hardware. You might be able to access them from Python via the ctypes module,

[Tutor] parallel port commands

2009-06-12 Thread Jacob Mansfield
does anyone know how to replace the C comands inp() and outb() these are used for parallel port communication ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor