2 example: gprs connection profile, Conparmvalue-authmode, Is "m – Siemens TC63 User Manual

Page 240: Conparmvalue-auth, Mode, Tc63 at command set

Advertising
background image

TC63 AT Command Set

10.1 AT^SICS

s

TC63_ATC_V00.490

Page 240 of 501

5/24/05

Confidential / Draft - Do not copy

Supported authentication mode values in

<conParmValue>

for

<conParmTag>

value "authMode". Changing

the

<conParmValue-authMode>

will restore the password to its default ("").

“none“
[“PAP“]
“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

?.

10.1.2 Example: GPRS connection profile

<conParmValue-authMode>

(str)

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

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

Password for GPRS services provided by the Ger-

man operator T-D1.

OK

Advertising