What the TCP Server mode does

In TCP Server mode, the bridge opens a real local serial port such as COM3 or COM7, listens on a TCP address and port, then forwards data in both directions between the serial device and the connected TCP client.

When this setup helps

Basic setup

  1. Connect the serial device to the Windows machine.
  2. Create a TCP Server binding in ComLinker.
  3. Select the real serial port.
  4. Set the listen IP address and TCP port.
  5. Match the baud rate, data bits, parity, stop bits, and flow control.
  6. Start the binding and connect from the remote TCP client.

Deployment checks

Check firewall rules, confirm the TCP port is not already in use, and make sure only trusted clients can reach the listening port in production networks.