Write to parallel port using CSharp?
SPONSORED LINKS
Writing to a parallel (printer) port in the old days of ‘C’ was easy. Code: outp(lpt1, lpt1_port_val); Does CSharp provide capability to write to and read from a parallel port? Or have the latest Windows OS like XP and Vista precluded one from using a parallel port
Here is the original post:
Write to parallel port using CSharp?