Hello,
I am trying to post data from my Telit module to an Apache server.
I am successful at this, however I am unable to get the Telit module to acknowledge the escape sequence. As a result after I post my data I have to sit and wait for the connection to be dropped by the host. This is not ideal.
I do the following. I have tried in both python and from a terminal session and no luck.
AT#SKTD=0,8080,“myserver”,255
+++
And it just sits and waits until the server drops the connection.
According to the docs:
" - socket closure behaviour for TCP
0 - local host closes immediately when remote host has closed (default)
255 - local host closes after an escape sequence (+++) or after an abortive disconnect from remote."
So my question is, if any of you have had any luck with the escape sequence?
Thanks!
Lucas