Writing to a parallel (printer) port in the old days of 'C' was easy.
Does CSharp provide capability to write to and read from a parallel port?Code:outp(lpt1, lpt1_port_val);
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)




Reply With Quote