- Application: An example of TCP client using uIP TCP/IP stack
- BSP Version: M480 Series BSP CMSIS v3.03.001
- Hardware: NuMaker-PFM-M487 Ver 3.0
NuMicro® M480 series support 10/100M Ethernet controller. M480 BSP includes EMAC sample programs based on TCP/IP open-source projects. Sample program bsp\SampleCode\StdDriver\EMAC_lwiperf shows the example TCP/IP framework using lwIP, a lightweight TCP/IP stack. Sample program bsp\SampleCode\StdDriver\EMAC_uIP_httpd and EMAC_uIP_telnetd are Http daemon and Telnet daemon using uIP, a micro TCP/IP stack.
Using uIP TCP/IP stack, the example code EC_M480_uIP_TCP_Client_V1.00 shows how to create a TCP connection and send data.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1209163210
|