We are using XBee module as a web Server and is working well. (XBee is connected via UART to ARM microcontroller)
Problem is:
Every 1500 milliseconds a get request is send to Xbee module and Xbee Response is ok. But after the 5th get request Xbee module do not answer tcp SYN packet (I can see it on WireShark). 1500 ms later the next SYN packet is send, no reaction from XBee.
After 3 seconds Xbee responds a SYN packet and the get request is processed.
Firmware Version of XBee module is 2024. Sleep modes are disabled (SM=0).
What can I do?
Best regards,
Loryn