User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-110
34.13.3 +iDSTR Define Disconnection String for SerialNET Mode
Syntax:
AT+i[!]DSTR:<disconnect_string>
Permanently sets SerialNET device disconnection string.
In a modem environment, iChip also goes offline
following this event.
Parameters:
disconnect_string = The string expected on a serial link to
signal socket disconnection.
Command Options:
disconnect_string= ''
Empty string the connection will never be terminated
due to a string arriving on serial link.
disconnect_string=<string>
string received on serial link signals socket disconnection.
string consists any combination of printable ASCII
characters and characters represented by two hexadecimal
digits, such as: \xhh, where h is a hexadecimal digit 0..9 or
A..F. Hexadecimal representation allows specifying non-
printable characters.
!
iChip will not send a DSTR to the socket upon detection.
When this flag is not specified, iChip will send a DSTR
each time it detects it.
Default:
Empty
Result code:
I/OK
If disconnect_string is an empty or legal string.
I/ERROR
Otherwise
AT+iDSTR?
Reports the current contents of the disconnect_string
parameter. If the disconnect_string parameter is empty,
only <CRLF> are returned. If the ‗!‖ flag is specified, the
― *‖ string is appended to the report.
For example, the reply to a AT+iDSTR? command will be
―&&& *‖ in case AT+i!DSTR=&&& was previously
specified.
The reply is followed by I/OK.
AT+iDSTR=?
Returns the message ‗String‘ followed by I/OK.