Morgan Du
/
Serial-to-Ethernet
Transfer data between UART ports and Ethernet.
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.
Diff: mbed_app.json
- Revision:
- 6:dc9f344f4bf0
- Parent:
- 3:764b215f568f
- Child:
- 7:cbb5a2a2a0d2
--- a/mbed_app.json Fri Apr 20 10:51:28 2018 +0000 +++ b/mbed_app.json Fri Mar 22 09:59:52 2019 +0000 @@ -14,15 +14,6 @@ "lwip.tcp-socket-max": 8, "lwip.tcp-server-max": 8, "lwip.udp-socket-max": 8 - }, - "NUMAKER_PFM_NUC472": { - "SD_DAT0": "PF_5", - "SD_DAT1": "PF_4", - "SD_DAT2": "PF_3", - "SD_DAT3": "PF_2", - "SD_CMD": "PF_7", - "SD_CLK": "PF_8", - "SD_CD": "PF_6" } } }