Chat freely about anything...

User avatar
By amshh
#47469 Hello,
I realized that the result of AT+CIPSTATUS does not turn back to "Connected" after Disconnect/Connect.
See the following example:
After CIPSTART with UDP the CIPSTATUS is 2=Connected. Correct.
After CIPCLOSE it is 4=Disconnected. Correct
But then again after CIPSTART (with the answer "CONNECT" !!!), the status remains at 4,
which is incorrect from my point of view.

Or do I miss something?
Best regards
amshh
-------------------------------
ready
WIFI CONNECTED
WIFI GOT IP
AT+CIPSTART="UDP","192.168.0.30",888,777,0

CONNECT

OK
AT+CIPSTATUS

STATUS:2
+CIPSTATUS:0,"UDP","192.168.0.30",888,777,0

OK
AT+CIPCLOSE

CLOSED

OK
AT+CIPSTATUS

STATUS:4

OK
AT+CIPSTART="UDP","192.168.0.30",888,777,0

CONNECT

OK
AT+CIPSTATUS

STATUS:4
+CIPSTATUS:0,"UDP","192.168.0.30",888,777,0

OK