Printing on serial port via XP?

  • Thread starter Thread starter Aimee Mann
  • Start date Start date
A

Aimee Mann

I have a program that using a serial port for printing.
How can I in DOS configure to print on serial port?
Is it possible??

Thanks,
 
To have LPT1 point to a serial port-attached printer, in DOS, use the MODE
command.

Example:
MODE LPT1=COM2
 
Back
Top