SAY "ress CTRL-C to close the connection at any stage!" \
SAY "\ndefining PDP context...\n" \
OK ''AT+CGDCONT=1,"IP","CMNET","",0,0'' \
OK ''ATD*99***1#'' \
TIMEOUT 10 \ SAY "\nwaiting for connect...\n" \ CONNECT "" \ SAY "\nConnected." \ SAY "\nIf the following ppp negotiations fail,\n" \ SAY "try restarting the phone.\n" sikinzen@sikinzen-desktop:ppp$ cat gprs-disconnect #!/bin/sh exec /home/sikinzen/Codes/app/ppp-2.4.5/chat/chat -V -s -S \ ABORT "BUSY" \ ABORT "ERROR" \ ABORT "NO DIALTONE" \ SAY "\nSending break to the modem\n" \ "" "\K" \ "" "+++ATH" \ SAY "\nPDP context detached\n" 最后,执行pppd
² IMEI:国际移动设备识别码(International Mobile Equipment Identity),由15位数字组成的"电子串号",它与每台手机一一对应,而且该码是全世界唯一的,即:用于标识每个模块(如GSM模块)的唯一性。每一只手机在组装完成后都将被赋予一个全球唯一的一组号码,这个号码从生产到交付使用都将被制造生产的厂商所记录。