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:
9:38800611a613
Parent:
6:464ccda1ebcc
Child:
10:652c23d73373
--- a/GPRS/modem/modem.h	Tue May 06 03:56:03 2014 +0000
+++ b/GPRS/modem/modem.h	Mon Mar 09 07:25:05 2015 +0000
@@ -88,6 +88,12 @@
      *  @param cmd	command array which will be send to GPRS module
      */
     void sendCmd(const char* cmd);
+    
+    /** send data to Modem module
+     *  @param data	 array which will be send to GPRS module
+     *  @param len   data length
+     */
+    void sendData(const char* data, int len);
 
     /**send "AT" to Modem module
      */