beautypg.com

Operator substring, Registration substring, Pdp_context substring – NavCom Sapphire Rev.J User Manual

Page 161

background image

Sapphire Technical Reference Manual Rev. J

161

1.109.1

OPERATOR Substring

This example uses the AT+COPS format: , , <”operator”>, , where:

Mode is 0: automatic, or 1: manual

Format is 0: Long format, alphanumeric, 1: Short format, alphanumeric or 2: numeric

Operator is a string describing the operator

Technology is 0: 2G, or 2: 3G


Example:
For automatic, long, “NavComTechnolgy.Com” and 3G:

<0, 0, “NavComTechnology.Com”, 2>

1.109.2

REGISTRATION Substring

This example uses the AT+CREG format: x.y,z,w, where:

0, 0 is Trying to Attach

0, 1 is Attached

0, 2 is Failed and stopped.

0, 3 is Banned Networks.

0, 5 is Logged in and roaming.


For Attached, this is <0, 1>

When entering this command, use 0,0

1.109.3

PDP_CONTEXT Substring

This example is taken from the CGDCONT command as an example of this substring.

The command format is +CGDCONT=,"type","apn", where

is an integer from 1-32

“type” is the string “IPV6”, “IP” or “PPP”.

”apn” is the Internet address of the access point

Example:

1,"IP","isp.cingular" indicates CID "1", protocol "IP" and APN "isp.cingular".

The MODEMCONFIG Summary String

Using the above examples, this is displayed as:

[MODEMCONFIG] OPERATOR, REGISTRATION, PDP_CONTEXT. an example
consistent with this writing is in the following paragraph.

Example of AT+COPS string :

<0, 0, “NavComTechnology.Com”, 2>

Example of AT+CREG string:

<0, 1>

Example of AT+CGDCONT string:

<1,"IP","isp.cingular">