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:
7:cbb5a2a2a0d2
Parent:
6:dc9f344f4bf0
Child:
8:e9248126f512
--- a/mbed_app.json	Fri Mar 22 09:59:52 2019 +0000
+++ b/mbed_app.json	Wed Feb 26 07:55:51 2020 +0000
@@ -10,10 +10,12 @@
     },
     "target_overrides": {
         "*": {
-          "lwip.socket-max": 8,
-          "lwip.tcp-socket-max": 8, 
-          "lwip.tcp-server-max": 8, 
-          "lwip.udp-socket-max": 8       
+            "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       
         }
     }
 }