User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-10
34.3.3 +iMIS Modem Initialization String
Syntax:
AT+iMIS=str[;str…]
Sets the Modem Initialization String.
Parameters:
str=Modem initialization string
Command
Options:
str=
Empty: No modem initialization string defined.
str=<string>
string will be used as the modem initialization string. If
string contains special characters, such as quotation marks
(‗ or ―), these may be included in string by prefixing each
special character with a backslash (‗\‘). For example:
―AT+CGDCONT,\‖IP\‖,\‖INTERNET\‖‖. string must
include the AT prefix and the modem reply is expected to
include ‗OK‘. MIS may include several consecutive
modem commands separated by a semicolon. Each
command must begin with ‗AT‘ and its modem reply must
include ‗OK‘. iChip will send each ‗AT‘ command
separately, followed by <CR> and wait for the ‗OK‘ before
proceeding.
Default:
‗AT&FE0V1X4Q0&D2M1L3‘
Note: This default value is shipped from the factory. The
AT+iFD command does not restore MIS to this value.
Result Code:
I/OK
If str is an empty or a legal string
I/ERROR
Otherwise
AT+iMIS~
str[;str…]
Temporarily sets the modem initialization string to
str[;str…]. The permanent value will be restored after
completing the next session, both if the session was
successful or not.
AT+iMIS?
Reports the current modem initialization string. If the
modem initialization string is empty, only <CRLF> will be
returned. The reply is followed by I/OK.
AT+iMIS=?
Returns the message ‗String‘ followed by I/OK.