Virtual Serial Ports - Build advanced serial port configurations for any usage scenario
Download Virtual Serial Port Tools Hide this button

Remote Bridge

Two virtual serial ports, created on two computers may be joined together, forming a virtual remote bridge. Users may control who can access the created listening port (server-side) and supply credentials for a client-side port.

Remote Bridge

Connection

On a server side, a listening port must be created by calling a ISerialPortLibrary.createBridgePort method and then calling IBridgePortDevice.startListening method on a returned object.

On a client side, a new bridge port device must be created using ISerialPortLibrary.createBridgePort method and then configured by setting the following properties:

Operation

When an application writes data to the first serial port, all written data is transferred to the second port and vice versa. Bridge provides flow control and baud rate emulation as well as supports wait masks.

Configuration Utility

Configuration Utility allows the user to create remote bridges, both non-permanent and permanent, using the Create Remote Bridge Window and Create Listening Port Window.

Custom Pin-Out

Virtual Serial Port Tools supports custom pin-out configuration for local and remote bridges. See the corresponding topic for more details.