20240909-DXSPX-emb/LWIP移植(移植+任务(netconn + socket))
2024-10-15 05:54:39 +00:00
..
Project/MDK lwip移植和netconn/socket接口编程 2024-10-15 13:48:59 +08:00
Src lwip移植和netconn/socket接口编程 2024-10-15 13:48:59 +08:00
Readme.txt 更新 LWIP移植(移植+任务(netconn + socket))/Readme.txt 2024-10-15 05:54:39 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

此次任务主要是结合lwip的网口通信在通过网口发送一个"GET RTC"时可以在通过I2C获得RTC数据并通过uart485串口发送到上位机。同时使用了socket和netconn接口实现了相同的效果为后续编程提供了高效模板。