Hi, after some number of sequences, the module send to me the string “+KUDP_NOTIF: 1310754,4” instead “+KTCP_NOTIF: 4,4” (note, UDP instead TCP).
The software version of my module HILO NC V2 is 005.03
The name “miura.ns0.it” is set to my IP “91.80.4.106” by server DDNS, and i create TCP server on port 8888.
I wish know if someone had the same issue and what is the possible workaround.
Thank you, bye
Andrea Bertucelli
right sequences (every 120 seconds, call to me, loop for test DDNS) :
AT+KTCPCFG=0,0,“miura.ns0.it”,8888
+KTCPCFG: 3
OK
AT+KTCPCNX=3
OK
+KTCP_SRVREQ: 2,4,“91.80.4.106”,6446
AT+KTCPCLOSE=3,1
NO CARRIER
+KTCP_NOTIF: 4,4
strange sequence (after some hours of above sequences) :
AT+KTCPCFG=0,0,“miura.ns0.it”,8888
+KTCPCFG: 3
OK
AT+KTCPCNX=3
OK
+KTCP_SRVREQ: 2,4,“91.80.4.106”,6446
AT+KTCPCLOSE=3,1
NO CARRIER
+KUDP_NOTIF: 1310754,4