Eterlogic virtual serial ports emulator

Bridge device

Purpose: connect 2 generic data streams.

Data stream source can be TCP connection, serial port, named pipe etc.

Bridge implements inbound/outbound transformers which could be useful if you need to replace some content or wait for specific data before sending it to target data source (see Transformers).

Bridge does not support forwarding modem registers (RTS/DTR etc).

This device does not create virtual serial port. It uses existing one.
that can be either physical or virtual (for example, Connector).

Due to generic nature of the bridge device, serial port register forwarding is not supported in Bridge device.
If possible, it is highly recommended to use another VSPE device which supports modem registers forwarding.
For example, TcpServer, TcpClient, Serial Redirector etc. Those devices work more efficiently.

Below is example how bridge can be used with 2 connector devices:

bridge_graph.png

Data flow diagram

Data flows
The arrows in Bridge properties page show how data is being processed for Bridge data sources.
bridge2.png

Bridge settings

Transformers

You can define transformers to customize inbound/outbound data flows (see Transformers).

Data sources

Bridge device supports different data sources.

TCP server data source

Listening to TCP port on local machine.

bridge_tcpserver.png

Bridge TcpServer data source

TCP client data source

Connecting to TCP address on local or remote machine.

bridge_tcpclient.png

Bridge TcpClient data source

File data source

Please note that Eterlogic service by default is running under LOCAL SERVICE account.
This account has minimum privileges on the local computer and presents anonymous credentials on the network.
It means that VSPE service will not be able to access files in your documents folder etc.
Make sure that file you are trying to read from/write has LOCAL SERVICE access permissions.

bridge_file.png

Bridge file data source

COM port data source

bridge_comport.png

Bridge COM port data source

Named pipe server data source

Creates named pipe on local computer.

bridge_namedpipe_server.png

Bridge named pipe server data source

Named pipe client data source

Connectes to named pipe on local computer.

bridge_namedpipe_client.png

Bridge named pipe client data source


2007-2025 Eterlogic Software