Hi all,
I am trying to read and write data (TCP/IP packets) from the CC3200 launchpad to an existing and working server. In order to do so, I created a client socket and called the following functions: sl_socket, sl_connect, sl_send. All functions returned a SUCCESS so I assume that I have a connection to the server and I assume that I can send data.
When I try to read the response from the server (call sl_recv directly after sl_send) I don't get an answer. It seems that my program stays in _SlNonOsMainLoopTask forever.
What am I doing wrong?