blob: b90e5ff2cfeddd74b7c93c67411d48a08f657c3c (
plain)
1
2
3
4
5
6
7
8
9
|
# GPRS AP (Access Point) name should be passed via -T switch
'' ATZ
OK AT+CGDCONT=1,"IP","\T"
# We setup profile #1 in the above command, and then use it to call
# GPRS. This is correct, but some buggy phone may parse only "ATD*99#"
OK "ATD*99***1#"
# OK "ATD*99#"
CONNECT ''
|