Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
[Previous: Modem Emulator - Supplementary Services] [Next: Modem Emulator - Short Message Service]
The AT commands in this section are used for setting up GPRS connections.
AT+CGDATA Enter Data State
The AT+CGDATA command is used to enter the GPRS data state. In this implementation, it is identical to ATD*99***1#.
Command | Possible Responses |
---|---|
AT+CGDATA=[<L2P>[,<cid>[,<cid>[,...]]]] | CONNECT, ERROR |
AT+CGDATA=? | +CGDCONT: |
Conforms with: 3GPP TS 27.007.
AT+CGDCONT Define PDP context
The AT+CGDCONT command is used to select the Packet Data Protocols and Packet Domain.
Command | Possible Responses |
---|---|
AT+CGDCONT=[<cid>[,<PDP_type>[,<APN>]]] |
|
AT+CGDCONT? | +CGDCONT: <cid>,<PDP_type>,<APN> |
AT+CGDCONT=? | +CGDCONT: (1),"IP", |
Conforms with: 3GPP TS 27.007.
[Previous: Modem Emulator - Supplementary Services] [Next: Modem Emulator - Short Message Service]
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |