Other Parts Discussed in Thread: CC3100
Hi Guys,
Our application use a TCP socket and a UDP socket. Now we are doing reconnect test: in case of wifi disconnect, when module disconnect form router, firmware start reconect procedure.
With TCP the new socket work without problem,
With UDP socket we have a problem. That socket can send without problems, but after a close and reopend (due a forced disconnect) the we can send but we cannot receive
Note that we use sl_Selct to check if received data are avaible,
Giuseppe Monteleone