ESP8266 Developer ZoneThe Official ESP8266 Forum2015-10-10T23:25:54+08:00https://bbs.espressif.com:443/feed.php?f=7&t=11922015-10-10T23:25:54+08:002015-10-10T23:25:54+08:00https://bbs.espressif.com:443/viewtopic.php?t=1192&p=4047#p4047 viewtopic.php?f=7&t=1189
It kept on resetting my comms connection. Once I put that through my program, they've communicated pretty well.
Statistics: Posted by asperks — Sat Oct 10, 2015 11:25 pm
]]>2015-10-08T17:03:03+08:002015-10-08T17:03:03+08:00https://bbs.espressif.com:443/viewtopic.php?t=1192&p=4012#p4012 Maybe because the IP or port changed in the next connection.
You could add some logs to print the IP and port of the TCP connection.
Statistics: Posted by ESP_Faye — Thu Oct 08, 2015 5:03 pm
]]>2015-10-06T02:34:21+08:002015-10-06T02:34:21+08:00https://bbs.espressif.com:443/viewtopic.php?t=1192&p=3990#p3990 I want a communication between two ESP's. One ESP works as TCP server and another one is acts as a TCP client.
The Problem I'm facing is Both ESP are able to communicate but after some time ESP which is client is automatically get disconnected and again connected within 1 second and after that whole TCP communication lost and not able to resume.