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.

请教httpserver增加tcp socket 的问题

Other Parts Discussed in Thread: CC3200

TI工程师:

        我在httpserver例程的基础上增加了tcp socket的代码,cc3200作为客户端,PC做为server。原来httpserver例程中 SimpleLinkSockEventHandler()是空的,我增加了其他例程的代码。现在就遇到了一个问题:

        增加 SimpleLinkSockEventHandler()函数内容后,每一次数据交互(server发,client收,然后再传给server)都可以,但是每一次串口都指示[SOCK ERROR] - close socket (49169) operation failed to transmit all queued packets(每一次交互49169累加),请问这大概哪里出了问题。