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:
6:dc9f344f4bf0
Parent:
5:7e7ad7c079fe
Child:
8:e9248126f512
--- a/README.md	Fri Apr 20 10:51:28 2018 +0000
+++ b/README.md	Fri Mar 22 09:59:52 2019 +0000
@@ -3,8 +3,12 @@
 This example shows how to transfer data between serial port and ethernet.
 
 ## Required hardware
-* A supported target - [NuMaker-PFM-M487](https://os.mbed.com/platforms/NUMAKER-PFM-M487/), [Numaker-PFM-NUC472](https://os.mbed.com/platforms/Nuvoton-NUC472/).
-* MicroSD card is optional to store configuration.
+* A supported target -
+ [NuMaker-IoT-M487](https://os.mbed.com/platforms/NUMAKER-IOT-M487/)
+ [NuMaker-PFM-M487](https://os.mbed.com/platforms/NUMAKER-PFM-M487/)
+ [Numaker-PFM-NUC472](https://os.mbed.com/platforms/Nuvoton-NUC472/)
+ 
+* MicroSD card is optional. It uses to store configuration when existed.
 
 ## Compile Settings