a library to use GPRS like ethernet or wifi, which makes it possible to connect to the internet with your GPRS module

Dependencies:   BufferedSerial

Dependents:   ThinkSpeak_Test roam_v1 roam_v2 finalv3

Fork of GPRSInterface by wei zou

Revision:
13:379ce1d51b88
Parent:
5:c4db857fb1be
--- a/GPRSInterface.h	Tue Mar 10 03:11:38 2015 +0000
+++ b/GPRSInterface.h	Fri Apr 03 15:44:04 2015 +0800
@@ -42,7 +42,7 @@
      *  @param userName apn's username, usually is NULL
      *  @param passWord apn's password, usually is NULL
      */
-    GPRSInterface(PinName tx, PinName rx, int baudRate, const char* apn, const char* userName = NULL, const char *passWord = NULL);
+    GPRSInterface(PinName tx, PinName rx, const char* apn, const char* userName = NULL, const char *passWord = NULL);
 
     /** Initialize the interface(no connection at this point).
      *  @return 0 on success, a negative number on failure