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/uweb_server.cpp	Wed Feb 26 07:55:51 2020 +0000
+++ b/uweb_server.cpp	Fri Feb 26 06:30:37 2021 +0000
@@ -504,7 +504,7 @@
 
     if (http_server.open(&eth) < 0)
     {
-        printf("http server can't open.\r\n");
+        printf("http server can't be created.\r\n");
         return;
     }
     if (http_server.bind(80) < 0)