offer some API for GPRS use, such as call / sms / tcp connect

Dependents:   SDP_Testing

Fork of GPRS by wei zou

Revision:
6:e508f9ee7922
Parent:
5:ac2342f162fa
Child:
7:1278e9dde24e
--- a/gprs.h	Wed Jan 22 02:04:57 2014 +0000
+++ b/gprs.h	Mon Feb 10 03:23:02 2014 +0000
@@ -172,7 +172,7 @@
      */
     int shutTCP(void);
 
-
+    Serial gprsSerial;
     //USBSerial pc;
 private:
     /** read from GPRS module and save to buffer array
@@ -208,7 +208,6 @@
      */
     int sendCmdAndWaitForResp(char *cmd, char *resp, int timeout);
 
-    Serial gprsSerial;
     Timer timeCnt;
     char *phoneNumber;
     char messageBuffer[SMS_MAX_LENGTH];