Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
You do not have the correct permissions to perform this operation. Please, contact us at support@mbed.com to gain full access.
×
Hi everyone i'm having issues with an RN-XV updated to the latest firmware. When i use the WiflyInterface TCPServer socket the application hangs on the "bind" call. (wifly associated and got ip, correctly pings the router). I edited the library removing the reboot call inside the bind method and everything works.
Then i connect to the mbed server with a TCP connection from the pc, the red led on the wifly becomes solid but the client doesn't consider the connection established and the mbed app hangs on the "accept" call.
I inserted some printfs in the library and it seems that the code in the accept method never gets past the "readable".
Someone can help ???
Thanks a lot guys