Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 296 of 509
Mod. 0808 2011-07 Rev.2
Set TCP Run AT Service parameter - #TCPATRUNCFG
#TCPATRUNCFG– Set TCP AT Run Service Parameters
<connId>
,<instance>
,<tcpPort>
,<tcpHostPort>
,<tcpHost>
[,<urcmod>
[,<timeout>
[,<authMode>
[,<retryCnt>
[,<retryDelay>]]]]]
Set command configures the TCP AT RUN service Parameters:
<connId>
socket connection identifier. Default 1.
Range 1..6. This parameter is mandatory.
<instance>:
AT instance that will be used by the service to run the AT Command. Default
2. Range 1 - 5. This parameter is mandatory.
<tcpPort>
Tcp Listen port for the connection to the service in server mode. Default
1024. Range 1...65535. This parameter is mandatory.
<tcpHostPort>
Tcp remote port of the Host to connect to, in client mode. Default 1024.
Range 1...65535. This parameter is mandatory.
<tcpHost>
IP address of the Host, string type.
This parameter can be either:
- any valid IP address in the format: “xxx.xxx.xxx.xxx”
- any host name to be solved with a DNS query
This parameter is mandatory. Default “”.
<urcmod>:
0 – disable unsolicited messages
1 - enable an unsolicited message when the TCP socket is
connected or disconnect ( default ).
When unsolicited is enabled, an asynchronous TCP Socket connection is
indicated to TE with unsolicited result code:
#TCPATRUN: <iphostaddress>
When unsolicited is enabled, the TCP socket disconnection is indicated to TE
with unsolicited result code:
#TCPATRUN: <DISCONNECT>
Unsolicited is dumped on the instance that requested the service activation.