Jim_Auricman
April 2nd, 2009, 12:26 PM
Writing to a parallel (printer) port in the old days of 'C' was easy.
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? (if one could find a computer that had anything other than the USB port)
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? (if one could find a computer that had anything other than the USB port)