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.

mbed_app.json

Committer:
morgandu
Date:
2020-02-26
Revision:
7:cbb5a2a2a0d2
Parent:
6:dc9f344f4bf0
Child:
8:e9248126f512

File content as of revision 7:cbb5a2a2a0d2:

{
    "config": {
        "SD_DAT0": "NC",
        "SD_DAT1": "NC",
        "SD_DAT2": "NC",
        "SD_DAT3": "NC",
        "SD_CMD":  "NC",
        "SD_CLK":  "NC",
        "SD_CD":   "NC"
    },
    "target_overrides": {
        "*": {
            "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       
        }
    }
}