Siemens AT Command Set Cellular Engines Wireless Modules MC35 ユーザーズマニュアル

ページ / 238
AT Command Set
MC35_ATC_01_V04.00
Page 169 of 238
02.04.2002
6.5  Using the GPRS dial command ATD
In addition to the GPRS AT Commands you can use the "D" command to dial into to the GPRS net-
work.
There are two GPRS Service Codes for the ATD Command: Values 98 and 99.
Examples:
ATD*99#
CONNECT
// establish a connection by service code 99
ATD*99*123.124.125.126*PPP*1#
CONNECT
// establish a connection by service code 99, IP address 123…
//and L2P = PPP and using CID 1.
// The CID has to be defined by AT+CGDCONT
ATD*99**PPP#
CONNECT
// establish a connection by service code 99 and L2P = PPP
ATD*99***1#
CONNECT
// establish a connection by service code 99 and using CID 1
ATD*99**PPP*1#
CONNECT
// establish a connection by service code 99 and L2P = PPP and
// using CID 1. The CID has to be defined by AT+CGDCONT
ATD*98#
CONNECT
// establish an IP connection by service code 98
ATD*98*1#
CONNECT
// establish an IP connection by service code 98 using CID 1
// The CID has to be defined by AT+CGDCONT