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.

CC3200链接路由器后,再通过TCP链接自己的服务器,数据收发问题

Other Parts Discussed in Thread: CC3200

之前用过esp8266做的smartconfig可以跟服务器数据双向收发数据,这个是通过链接服务器成功后,通过调用注册tcp数据接收到数据函数。目前需要用到cc3200来做smartconfig,目前能实现smatconfig链接服务器并通过sl_Send()函数发送数据,不过不知道怎么实时接收到服务器给我发的数据是哪里接收,是通过函函数sl_Recv()接收的吗?还是什么回调函数之类的,一接收到数据就进去回调里面读取数据?还只能定时通过sl_Recv()读取数据?