Specifications

Chapter 10 – Internet Service Commands
Multi-Tech Systems, Inc. AT Commands for EDGE Modems (S000371B) 124
<conParmValue-alphabet>
Character set selectable with <conParmValue> for <conParmTag> value “alphabet”.
“0“ Character set determined with AT+CSCS applies. Default.
“1“ International Reference Alphabet (IRA, seven bit ASCII) applies.
<conParmValue-dataRate>
Supported data rate values in <conParmValue> for <conParmTag> value “dataRate”.
“0“ 14.4 KBaud
“1“ 9.6 KBaud. Default.
<conParmValue-dataType>
Supported data call type values in <conParmValue> for <conParmTag> value “dataType”.
“0“ ISDN
“1“ Analog. Default,
<conParmValue-authMode>
Supported authentication mode values in <conParmValue> for <conParmTag> value “authMode”.
“none“
“PAP“ (Default)
“CHAP“
“MsChapV1“
10.1.1 Example: Default Values of a CSD Connection Profile
As stated earlier, the “conType” selected with AT^SICS determines all other matching profile parameters related
to this “conType”. Once “conType” is set in a new profile, the default values of all other related parameters are
assumed. To view the default settings you can use the read command AT^SICS?
at^sics=1,conType,CSD Select connection type CSD, identified by <con-ProfileId>1
OK
at^sics? Query current profiles.
^SICS: 0, “conType”, “” Profile with <conProfileId> 0 is still empty.
^SICS: 1, “conType”, “CSD” The new CSD profile just created is indicated with all
related parameters set to their default.
^SICS: 1, “alphabet”, “0” Character set determined with AT+CSCS applies when
string parameters are input with AT^SICS.
^SICS: 1, “user”, “” No user name set.
^SICS: 1, “passwd”, “” No password set.
^SICS: 1, “authMode”, “PAP” Authentication protocol PAP is assumed as default.
^SICS: 1, “inactTO”, “0” No inactivity timeout set.
^SICS: 1, “calledNum”, “” No destination set.
^SICS: 1, “dataRate”, “1” Data rate set to 9.6 kbaud.
^SICS: 1, “dataType”, “1” Remote device is analog, e.g. an analog modem.
^SICS: 2, “conType”, “” Profile with <conProfileId> 2 is still empty.
^SICS: 3, “conType”, “” Profile with <conProfileId> 3 is still empty.
^SICS: 4, “conType”, “” Profile with <conProfileId> 4 is still empty.
^SICS: 5, “conType”, “” Profile with <conProfileId> 5 is still empty.
OK
10.1.2 Example: GPRS Connection Profile
at^sics=0,conType,GPRS0 Select connection type GPRS0.
OK
AT^SICS=0,inactTO,”0” Inactivitiy timeout = 0 (default).
OK
AT^SICS=0,dns1,”193.254.160.1” IP address of Primary DNS server.
OK
AT^SICS=0,authMode,”PAP” Authentication protocol PAP (default).
OK
AT^SICS=0,passwd,t-d1 GPRS services password provided by the German operator
T-D1.
OK
AT^SICS=0,apn,”internet.t-d1.de” APN to access the GPRS services provided by the German
operator T-D1.
OK