There was an error while loading. Please reload this page.
1 parent f9bd5ad commit 9b8d383Copy full SHA for 9b8d383
README.md
@@ -1,6 +1,9 @@
1
# Serial to TCP Bridge Protocol
2
An error tolerant serial UART to TCP connection, raw data bridge.
3
4
+[See Documentation](https://roanbrand.github.io/SerialToTCPBridgeProtocol/)
5
+
6
+#### Description
7
Host side gateway service written in Go that listens on COM ports for serial clients.
8
This is meant to bridge the gap between tcp connections and serial devices using UART/RS-232/Virtual COM over USB, etc.
9
Clients implementing the protocol client have a tcp like api that they can use to make connections to real servers.
0 commit comments