Serial Port Redirector is used to connect a serial application to a remote TCP socket. This allows you to utilize modern hardware COM servers without changing your software or exchange data between a TCP/IP application and an old-fashioned program that can only connect to a serial port. This is done by creating virtual COM ports. Virtual COM ports accept connections from serial applications and redirect the data to a specified IP address/port.
Changes in version 2.5.3:
- New port properties added to SDK (AcceptIncommingConnection, DropConnectionOnPortClose, UseKeepAlive, KeepAliveInterval, AcceptIncommingConnection, DropConnectionOnPortClose).- ActiveX minor issues fixed. - x64 setup example for Wix added.