RQ1:CC3100 可以在AP模式下使用TCP Server吗?看了tcp_socket 的main.c配置为STATION模式,然后用CLIENT发有转SERVER收,那可以在AP模式下这样操作吗?
RQ2: 如果建立了TCP连接,接收数据是不是使用sl_Recv,发送使用sl_Send函数?接收数据一定要死循环检测sl_Recv 还是可以用中断?
谢谢。
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.
RQ1:CC3100 可以在AP模式下使用TCP Server吗?看了tcp_socket 的main.c配置为STATION模式,然后用CLIENT发有转SERVER收,那可以在AP模式下这样操作吗?
RQ2: 如果建立了TCP连接,接收数据是不是使用sl_Recv,发送使用sl_Send函数?接收数据一定要死循环检测sl_Recv 还是可以用中断?
谢谢。