You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Arduino Serial to TCP Bridge Client
2
2
Arduino client for the [Serial To TCP Bridge Protocol](https://github.com/RoanBrand/SerialToTCPBridgeProtocol) gateway service.
3
3
4
-
Open a TCP connection to a server from the Arduino using just serial. (No shields or network HW)
4
+
Open a TCP connection to a server from the Arduino using just serial. No Ethernet/WiFi shields necessary.
5
+
Quickly communicate with other servers and make network apps using minimal hardware.
5
6
See [this](https://github.com/RoanBrand/SerialToTCPBridgeProtocol) for more information on the protocol and for the **Protocol Gateway** you will need to run on the host the Arduino is connected to serially.
0 commit comments