Virtual serial ports emulator project |
Data stream source can be file, TCP connection, serial port etc. Just set up each data stream and data will be transfered from stream 1 to stream 2 and vice versa. Typical usage is to convert data stream from one source to another (e.g. from File to COM port or from COM port to file). As you can see, TcpServer and TcpClient functionality can be done by bridge, but using TcpServer and TcpClient can bring its own benefits, such as DTR/RTS control or scripts. In the future, new data sources types will be added, so Bridge will become more powerful.
This device does not create virtual serial port. It uses existing one that can be either physical or virtual (for example, Connector).
Step 1
Step 2