Click to See Complete Forum and Search --> : Parallel port interface


IL96
11-03-2000, 12:20 PM
Does anyone know how using C/C++/VB interface (output/input) data through LPT parallel port ?

Maybe a link ?

------------------
What we're dealing with here is a total lack of respect for the law...
Prodigy

Rick_James9
11-03-2000, 02:51 PM
Originally posted by IL96:
Does anyone know how using C/C++/VB interface (output/input) data through LPT parallel port ?

Maybe a link ?



Don't know. Try these guys:
http://www.cprogramming.com/cgi-bin/UltraBoard/UltraBoard.pl




------------------
Tech GOD

Humus
11-03-2000, 07:32 PM
Use the outp() and inp() functions defined in conio.h

IL96
11-06-2000, 04:47 PM
Originally posted by Humus:
Use the outp() and inp() functions defined in conio.h

Cool, thanks a lot !



------------------
What we're dealing with here is a total lack of respect for the law...
Prodigy