Re: [Tutor] parallel port commands
"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
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