W801 Socket 建立聯接後無法發送接收, 已打印執行結果
remote ip: 192.168.31.244, remote port: 10086
Wifi: Socket Client connect OK
sock c task
ip=192.168.31.161
socket num=0
sock c task
start scocket1Assert : ../../../../../../../src/os/rtos/source/queue.c 1160
調試窗口總是會提醒queue.c 中某一行,並且每次不同
以下執行發送數據的代碼
if(ethif->status) /connected to ap and get IP/
{
tls_os_queue_send(sock_c->sock_c_q, (void *)DEMO_MSG_SOCKET_CREATE, 0);
printf("start scocket1");
} 這一段成功執行完成,再後面的代碼不再執行,所有後續的printf 不再輸出。
請問socket 或udp有沒更完整的示例代碼和說明,代碼沒有備注很難讀。