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.

History

Fix code to compliant Mbed OS 6 but still set to Mbed OS 5 as default.; Remove BufferedSerial library if switch to Mbed OS 6 before compile. default tip

2021-02-26, by morgandu [Fri, 26 Feb 2021 06:30:37 +0000] rev 8

Fix code to compliant Mbed OS 6 but still set to Mbed OS 5 as default.; Remove BufferedSerial library if switch to Mbed OS 6 before compile.


Remove all deprecated API. No more "xxx is deprecated" warnings.

2020-02-26, by morgandu [Wed, 26 Feb 2020 07:55:51 +0000] rev 7

Remove all deprecated API. No more "xxx is deprecated" warnings.


Update to MbedOS v5.11; Update NuMaker-mbed-SD-driver; Fix socket control due to MbedOS upgrade; Support NuMaker-IoT-M487 board

2019-03-22, by morgandu [Fri, 22 Mar 2019 09:59:52 +0000] rev 6

Update to MbedOS v5.11; Update NuMaker-mbed-SD-driver; Fix socket control due to MbedOS upgrade; Support NuMaker-IoT-M487 board


Upgrade Mbed OS to 5.8.2; Fix to support NuMaker-PFM-M487 v3.0 board

2018-04-20, by morgandu [Fri, 20 Apr 2018 10:51:28 +0000] rev 5

Upgrade Mbed OS to 5.8.2; Fix to support NuMaker-PFM-M487 v3.0 board


Update Mbed OS to v5.6.2

2017-10-16, by morgandu [Mon, 16 Oct 2017 02:07:58 +0000] rev 4

Update Mbed OS to v5.6.2


* Update mbed_json

2017-09-27, by morgandu [Wed, 27 Sep 2017 07:51:20 +0000] rev 3

* Update mbed_json


* Add more comments.; * Add README.md; * Update Mbed OS to 5.5.7

2017-09-27, by morgandu [Wed, 27 Sep 2017 07:38:37 +0000] rev 2

* Add more comments.; * Add README.md; * Update Mbed OS to 5.5.7


* Add UART port definition for NuMaker-PFM-M487; * Improve data transfer stability

2017-09-01, by morgandu [Fri, 01 Sep 2017 02:30:10 +0000] rev 1

* Add UART port definition for NuMaker-PFM-M487; * Improve data transfer stability


The first version.; ; Support multiple UART ports.; Support TCP server and TCP client mode.; Support static IP or DHCP.; Support fix configuration, or a web server for dynamic configuration.

2017-05-05, by morgandu [Fri, 05 May 2017 07:40:19 +0000] rev 0

The first version.; ; Support multiple UART ports.; Support TCP server and TCP client mode.; Support static IP or DHCP.; Support fix configuration, or a web server for dynamic configuration.