Hi, All
Who trapped such hangs ? How to track, debug ?
My situation is so: ESP8266 is used for sensor reading via RS485. Now cable is long, 30 meters, testing stage.
3 kinds of HTTP-requests to a server:
It is working for hours, log of the HTTP-requests shows the correct queue of requests, but sometimes only "command" requests are in the log only, 2 other HTTP-requests disappeared at all.
And after some minutes - nothing.
Now i have trapped this situation, connected by USB cable to a COM-port, ....and nothing from port. Looks like full hang. Power restart solved the situation - B4R log from port has started to show.
---------------
Any experience ? How to debug ?
Who trapped such hangs ? How to track, debug ?
My situation is so: ESP8266 is used for sensor reading via RS485. Now cable is long, 30 meters, testing stage.
3 kinds of HTTP-requests to a server:
- sending sensor data each 1 hour (settable from a server by a command)
- sending a status each 3 mins
- checking for new commands to execute (change settings or report the configurations = all settings) - each 15 seconds.
It is working for hours, log of the HTTP-requests shows the correct queue of requests, but sometimes only "command" requests are in the log only, 2 other HTTP-requests disappeared at all.
And after some minutes - nothing.
Now i have trapped this situation, connected by USB cable to a COM-port, ....and nothing from port. Looks like full hang. Power restart solved the situation - B4R log from port has started to show.
---------------
Any experience ? How to debug ?