COM Port Redirection Utility
SETCOM.EXE
Last edited: December 15, 2003 08:17 AM
SETCOM is a utility used to remap a DOS COM address. It can be used to make a physical port respond to a different COM number than originally configured to. Its primary use is to make the S5 port on the Javelin respond as COM2. Note that this does not remap any interrupts, so it should only be used for non-interrupt driven devices such as printers and customer displays.
[color=red:35sswx1b][u:35sswx1b][b:35sswx1b]Download SETCOM[/b:35sswx1b][/u:35sswx1b][/color:35sswx1b][/url:35sswx1b]
Syntax
SETCOM x yyy
where x= the COM port number and yyy equals the memory address.
ex: SETCOM 2 338 will make a port using 338(such as S5 on the Javelin) respond as COM2.
Note: Typing SETCOM with no command line instructions will cause it to print a help screen.