User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-22
34.3.14 +iLATI TCP/IP Listening Socket to Service Remote AT+i
Commands
Syntax:
AT+iLATI=<port>
Sets the Remote AT+i service listening port number. When
connected to the Internet, opens a TCP/IP listen socket on
the local IP address and the specified port.
Parameters:
port=0..65535
Command Options:
port=0
Remote AT+i service disabled
port=<portnum>
Listening port to be used by a remote system when
connecting to the iChip Family in order to send AT+i
commands over the Internet.
The listening socket will accept one remote connect
request. When a remote system connects through the listen
socket, iChip will disable its local host serial port and
spawn a new TCP/IP socket, ready to receive AT+i
commands. AT+i response strings will be transmitted back
to the same socket.
When the connected socket is closed, the local host serial
port will be re-enabled and the listen socket will be ready
to accept a new connection. The remote end may also issue
the AT+iDOWN command to force iChip to disconnect
and reboot.
Default:
0 (Disabled)
Result Code:
I/OK
Upon successfully opening the remote AT+i service
TCP/IP listening socket.
I/ERROR
Otherwise
AT+iLATI~n
Temporarily set the remote AT+i service Listen port. The
permanent value will be restored after completing the next
session, both if the session was successful or not.
AT+iLATI?
Returns current AT+i service listening port number
followed by I/OK.
AT+iLATI=?
Returns the message ―0-65535‖ followed by I/OK.