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:
7:cbb5a2a2a0d2
--- a/mbed_app.json	Wed Feb 26 07:55:51 2020 +0000
+++ b/mbed_app.json	Fri Feb 26 06:30:37 2021 +0000
@@ -12,10 +12,10 @@
         "*": {
             "platform.stdio-baud-rate"          : 115200,
             "platform.stdio-convert-newlines"   : true,
-            "lwip.socket-max": 8,
-            "lwip.tcp-socket-max": 8, 
-            "lwip.tcp-server-max": 8, 
-            "lwip.udp-socket-max": 8       
+            "lwip.socket-max"                   : 8,
+            "lwip.tcp-socket-max"               : 8, 
+            "lwip.tcp-server-max"               : 8, 
+            "lwip.udp-socket-max"               : 8       
         }
     }
 }