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.
Committer:
morgandu
Date:
Wed Feb 26 07:55:51 2020 +0000
Revision:
7:cbb5a2a2a0d2
Parent:
6:dc9f344f4bf0
Child:
8:e9248126f512
Remove all deprecated API. No more "xxx is deprecated" warnings.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
morgandu 0:11bc39d0f367 1 {
morgandu 0:11bc39d0f367 2 "config": {
morgandu 0:11bc39d0f367 3 "SD_DAT0": "NC",
morgandu 0:11bc39d0f367 4 "SD_DAT1": "NC",
morgandu 0:11bc39d0f367 5 "SD_DAT2": "NC",
morgandu 0:11bc39d0f367 6 "SD_DAT3": "NC",
morgandu 0:11bc39d0f367 7 "SD_CMD": "NC",
morgandu 0:11bc39d0f367 8 "SD_CLK": "NC",
morgandu 0:11bc39d0f367 9 "SD_CD": "NC"
morgandu 0:11bc39d0f367 10 },
morgandu 0:11bc39d0f367 11 "target_overrides": {
morgandu 2:35f2cc8b05fa 12 "*": {
morgandu 7:cbb5a2a2a0d2 13 "platform.stdio-baud-rate" : 115200,
morgandu 7:cbb5a2a2a0d2 14 "platform.stdio-convert-newlines" : true,
morgandu 7:cbb5a2a2a0d2 15 "lwip.socket-max": 8,
morgandu 7:cbb5a2a2a0d2 16 "lwip.tcp-socket-max": 8,
morgandu 7:cbb5a2a2a0d2 17 "lwip.tcp-server-max": 8,
morgandu 7:cbb5a2a2a0d2 18 "lwip.udp-socket-max": 8
morgandu 0:11bc39d0f367 19 }
morgandu 0:11bc39d0f367 20 }
morgandu 0:11bc39d0f367 21 }