- Oct 10, 2000
- 2,689
- 0
- 0
Are there any FREE library drivers for win2k for programming the parallel port? I have data from a micro-controller that needs to be sent into a computer through that port. I know mode SPP is uni-directional, while EPP is bi-directional. I found device drivers for the parallel port but every company that has it wants an arm and a leg for their drivers.
I am no programmer, but do know C/C++ and some ASM. Is programming my own driver in EPP mode feasible? I just need an interrupt pin on the parallel port (to interrupt the program and go to my interrupt function) and 8 data bits.
Also, I only have about 150 usec to transfer no more than 30 bytes of data - which the parallel port can do, correct?
Basically, I want something exactly like this.
Sigh, another reason why Linux is so much better.
I am no programmer, but do know C/C++ and some ASM. Is programming my own driver in EPP mode feasible? I just need an interrupt pin on the parallel port (to interrupt the program and go to my interrupt function) and 8 data bits.
Also, I only have about 150 usec to transfer no more than 30 bytes of data - which the parallel port can do, correct?
Basically, I want something exactly like this.
Sigh, another reason why Linux is so much better.
