This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI-RTOS
大家好、
我使用的是 CC3100。 我可以执行 "UDP 客户端发送"和"UDP 服务器接收"。
但我希望在 UDP 客户端同时使用发送和接收功能。 我添加了接收函数、但它在 sl_Recvfrom 函数中停止。
如何在 UDP 客户端上发送和接收数据??
此致、
Aravinth
您好、Aravinth、
该示例不是作为工程提供的、它只是一个示例、展示了发送和接收在 UDP 套接字上的工作原理。 您可能需要对其进行修改才能在 SimpleLink 上工作、但代码几乎相同。
谢谢、
Gerardo