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:
10:652c23d73373
Parent:
9:38800611a613
Child:
12:47488369a980
--- a/GPRS/modem/modem.h	Mon Mar 09 07:25:05 2015 +0000
+++ b/GPRS/modem/modem.h	Tue Mar 10 02:57:52 2015 +0000
@@ -23,7 +23,7 @@
 #ifndef __MODEM_H__
 #define __MODEM_H__
 
-#include "mbed.h"
+#include "BufferedSerial.h"
 
 #define DEFAULT_TIMEOUT   	5
 
@@ -48,7 +48,7 @@
         serialModem.baud(baudRate);
     };
 	
-	Serial serialModem;
+	BufferedSerial serialModem;
 protected:
     /** Power on Modem
      */