Transfer data between UART ports and Ethernet.

Dependencies:   BufferedSerial

Transfer data between UART ports and Ethernet.

  • Support multiple UART ports.
  • Support fixed IP address and DHCP.
  • Support TCP server and TCP client modes.
  • Support a simple web server for UART and Ethernet configuration.
Revision:
8:e9248126f512
Parent:
6:dc9f344f4bf0
--- a/README.md	Wed Feb 26 07:55:51 2020 +0000
+++ b/README.md	Fri Feb 26 06:30:37 2021 +0000
@@ -23,6 +23,11 @@
 
 ## Configuration
 
+* Mbed OS version
+
+The template set Mbed OS 5 as defalut but it has been updated for Mbed OS 6.
+Because BufferedSerial has built in Mbed OS 6, the BufferedSerial library in the template has to be removed if you switch Mbed OS to version 6 to avoid conflict.
+
 * Following configurations are set in ste_config.h
 
 ENABLE_WEB_CONFIG