… and now the next problem.
Conditions:
Best RF quality
Actual firmware 5.5.14
No handshake on Serial
No sleep mode
Logfile after power up
at
OK
at+cmee=2
OK
at+creg=0
OK
at+creg?
+CREG: 0,1
OK
at+kpattern="^^"
OK
at+kcnxcfg=1,"GPRS","xxxxx.xxx"
OK
at+ktcpcfg=1,1,,18000,,1
+KTCPCFG: 1
OK
at+ktcpcnx=1
OK
+KTCP_IND: 1,1
at+kcgpaddr
+KCGPADDR: 1,"xxx.xxx.xxx.xxx"
OK
+KTCP_SRVREQ: 1,2,"xxx.xxx.xxx.xxx",2079 <--- client connect to HL8
+KTCP_DATA: 2,2,#A <--- and send data
at+ktcpsnd=2,3 <--- I send back to client
CONNECT
ack^^
OK <--- after sending I get a OK
+KTCP_NOTIF: 2,4 <--- after client has received,
the client closes connection
at+ktcpclose=2 <--- and I close the session
<--- I miss a OK !!!
+KTCP_SRVREQ: 1,2,"xxx.xxx.xxx.xxx",2090 <--- this session was still ok.
+KTCP_DATA: 2,2,#A
at+ktcpsnd=2,
CONNECT
ack^^
OK
+KTCP_NOTIF: 2,4
at+ktcpclose=2
OK
+KTCP_SRVREQ: 1,2,"xxx.xxx.xxx.xxx",2091
+KTCP_DATA: 2,2,#A
at+ktcpsnd=2,3
ack^^
CONNECT
ack^^
OK
<--- but in this session serial
output seems to stuck for ever
<--- I try to send a "AT" on serial
OK <--- and HL8 answer with "OK"
+KTCP_NOTIF: 2,4 <--- and suddenly HL8 has sent the
lost notification
at+ktcpclose=2 <--- now I could close the session
OK
+KTCP_SRVREQ: 1,2,"xxx.xxx.xxx.xxx",2319 <--- this session is still working ok.
+KTCP_DATA: 2,2,#A
at+ktcpsnd=2,3
CONNECT
ack^^
OK
+KTCP_NOTIF: 2,4
at+ktcpclose=2
OK
+KTCP_SRVREQ: 1,2,"xxx.xxx.xxx.xxx",2320
+KTCP_DATA: 2,2,#A
at+ktcpsnd=2,3
CONNECT
ack^^
OK <--- already client has received the
reply and has closed connection
<--- here HL8 gets stuck and does not
write any message more !!!
<--- at this time I tried to connect
with client again
<--- client has connected to HL8 and
has send message properly but HL8
does not output any information
OK <--- only when I have sent "AT" HL8
starts output again
+KTCP_NOTIF: 2,4 <--- and sent the missing notification
+KTCP_SRVREQ: 1,3,"xxx.xxx.xxx.xxx",2448 <--- and sent all other missed events
+KTCP_DATA: 3,2,#A
I think, I need urgent support from Sierra.
Because my development time expires and I will be in default of delivery.