Parallel port programming on windows XP/2000?

2005-08-02 Thread Novice Experl
I'd like to write a simple application that interfaces with the parallel port, and changes the data on it according to keyboard input. I hope I can get it to run under windows xp and / or windows 2000. How can I do this? What do I need to know? It doesn't look like the standard library (the one

Re: Parallel port programming on windows XP / 2000

2005-08-13 Thread Novice Experl
I'm still stuck... my script is finished and works just fine on win98 using pyparallel, but I still haven't seen any sample code to do access the port in XP / 2000. If I don't make progress soon, I'll need to find a solution in another language, which I don't really want to do. --