Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

ELS61 hangs after AT^SISR command | Telit Cinterion IoT Developer Community

February 21, 2018 - 12:25pm, 4732 views

Hi,

I try to evaluate ELS61 and I found a problem.

Look at my listing please:

^SYSLOADING
^SYSSTART
AT+CPIN?
+CPIN: READY
OK
AT+COPS=0
OK
AT+CREG?
+CREG: 0,1
OK
AT+CMGF=0
OK

ATI1
Cinterion
ELS61-E
REVISION 01.000
A-REVISION 00.014.00
OK

+PBREADY
AT+CSQ
+CSQ: 18,99
OK

AT+CGATT=1
OK

AT^SICS=1,conType,GPRS0
OK

AT^SICS=1,alphabet,1
OK

AT^SICS=1,user,""
OK

AT^SICS=1,passwd,""
OK

AT^SICS=1,apn,"**********"
OK

AT^SICS=1,inactTO,30
OK


AT^SISS=2,srvType,"Socket"
OK

AT^SISS=2,alphabet,1
OK

AT^SISS=2,tcpMR,3
OK

AT^SISS=2,tcpOT,3000
OK

AT^SISS=2,address,"socktcp://172.23.0.102:50661"
OK

AT^SISS=2,conId,1
OK

AT^SISO=2
OK

AT
OK

AT+CSQ
+CSQ: 17,99
OK

AT^SISR=2,0
ERROR

AT
OK

AT+CSQ
+CSQ: 17,99
OK

AT^SISR=2,0
ERROR

AT
OK

AT+CSQ
+CSQ: 17,99
OK

after some time waiting for incoming data I get a message:


AT^SISR=2,0
^SISR: 2,-2
OK

AT^SISR=2,32
^SISR: 2,-2
OK

AT
OK

^SIS: 2,0,14,"An established connection was aborted, possibly due to a data transmission time-out or protocol error"
AT+CSQ
AT+CSQ
AT+CSQ
AT+CSQ
AT+CSQ
AT^SISR=2,0
AT

The module hangs and dosn't respond any more. This sitation happened several *****, so it's repeatable error. I also found this problem earlier in JAVA application using ATCommand on the same module.

I was looking for on this forum similar topics but I have not found solution. Is it possible only I have such a problem?