Click to See Complete Forum and Search --> : Parallel port interface
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
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