Hi,
I have been working on networking code using the socket API of the CC3000. When I call send function to send data over the socket, it seems like the CC3000 never return the 1003 (HCI_EVNT_SEND) response (it only return the 4100 code).
When I use the select call to monitor the incoming data and specify the timeout to be 1 second, the CC3000 never return a status stating that there is incoming data even though I input some data to the connection. If I specify no timeout, then it does work.
I am wondering anybody has the similar issue? It is kind of frustrated.
Thanks