Using the Redirector :: Advanced Options
Some applications require that the COM port open operation should "synchronize" with the server by waiting until the server provides the serial device and returning a failure from the COM port open function otherwise.
In the Serial/IP Control Panel:
Click Advanced.
Select the Options tab.
Use the check box Synchronize with Server.
Click OK to record the setting.
This setting affects all Serial/IP COM ports that are subsequently opened.
The redirector defers the return from the COM port open until all of the following occur between the redirector and the server:
The redirector-server network connection succeeds.
SSL/TLS negotiation succeeds (if used).
Telnet (with COM Port Control if possible) is negotiated.
Server login succeeds (if used).
The redirector immediately returns from the COM port open with a success status.
This setting provides an alternative way for the application to detect the error condition: a failed return from OpenFile().
This is a global setting that affects all Serial/IP COM ports.
Currently open ports are unaffected.
When a virtual COM port is opened, the default behavior of the redirector in most cases is to return a success from the call to OpenFile() while the redirector proceeds to set up the connection to the serial device server. If the serial device server is unable to provide a serial device, the COM port remains open.
Most applications detect the error condition by the absence of the expected serial device behavior on the open COM port and the application closes the COM port.