-
Notifications
You must be signed in to change notification settings - Fork 772
Open
Description
I have a device, works with mqtt.
Works quite well until send a Ussd balance request. After that, randomly connection disconnect tcp ip begins.
in my log i changed mux for "1" for testing but no result.
12:12:47.797 -> AT+CUSD=1,"*100#"
12:12:47.832 ->
12:12:47.832 -> OK
12:12:48.145 ->
12:12:48.145 -> +CGPS: 0
12:12:50.343 ->
12:12:50.343 -> +CUSD: 0,"0032003500200440002E000A041C043504330430041A043B0438043A04350440003A00200440043E0437044B04330440044B044800200434043E0020003100300030003000300440002E00200435043604350434043D04350432043D043E002C00200033003500200440002F0434002800310038002B0029003A002A0038003000310023",72
At the same time command
+CIPCLOSE: 0,1,0,0,0,0,0,0,0,0 look good
OK
but:
AT+CIPSEND=1,43
+CIPERROR: 4
AT+NETOPEN?
+NETOPEN: 1
OK
AT+IPADDR
+IPADDR: 10.19.82.50
AT+CIPRXGET=4,1
+CIPRXGET: 4,1,0
OK
AT+CIPCLOSE?
+CIPCLOSE: 0,0,0,0,0,0,0,0,0,0
OK
=== MQTT NOT CONNECTED ===
+CIPCLOSE: 1,4
ERROR
AT+CIPRXGET=1
OK
AT+CIPOPEN=1,"TCP","*******.com",1883
OK
+CIPOPEN: 1,0
AT+CIPSEND=1,50
if restart modem work fine until next ussd request. if not restart 90% mqtt commands not work/
Metadata
Metadata
Assignees
Labels
No labels