Redirects output from a parallel port to a serial communications port.
MODE /?
MODE - Configure Printer.
MODE - Configure Serial Port.
MODE - Display Device Status.
MODE - Set Device Code Pages.
MODE - Set Display Mode.
MODE - Set Typematic Rate.
none.
Suppose you want to set up your system so that it sends parallel-printer output to a serial printer. To do this, you must use the MODE command twice. The first time, you use MODE to configure the serial port; the second time, you use MODE to redirect parallel-printer output to the serial port you specified in the first MODE command.
For example, if your serial printer operates at 4800 baud with even parity and is connected to the COM1 port (the first serial connection on your computer), you would type:
MODE COM1 48,e,,,b MODE LPT1=COM1
If you redirect parallel-printer output from LPT1 to COM1 but then decide that you want to print a file by using LPT1, use the command before you print the file. This command prevents the operating system from redirecting the file from LPT1 to COM1.
MODE LPT1
none.