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

    在CC3200作为Client时候,需要和服务器之间进行数据交换,用到Sl_send()和Sl_recv()这两个函数,在这两个函数的使用上用到问题,每次必须死等recv()函数执行后,才能执行其他的语句,我想问一下,如何解决这个问题?