Vodafone K3770/K3772-Z modems driver & networking library

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Dependents:   VodafoneUSBModemHTTPClientTest VodafoneUSBModemNTPClientTest VodafoneUSBModemSMSTest VodafoneUSBModemUSSDTest ... more

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

This is the driver for the Vodafone K3700 & K3772-Z Dongles:

K3770

More details and instructions can be found here.

Revision:
59:593fb493172f
Parent:
35:be311326ee06
Child:
83:897a0de9d668
--- a/ussd/USSDInterface.cpp	Mon Oct 22 15:47:01 2012 +0000
+++ b/ussd/USSDInterface.cpp	Wed Oct 24 14:13:49 2012 +0000
@@ -144,6 +144,16 @@
 
 }
 
+/*virtual*/ char* USSDInterface::getEventsEnableCommand()
+{
+  return NULL; //No need to disable events here
+}
+
+/*virtual*/ char* USSDInterface::getEventsDisableCommand()
+{
+  return NULL; //No need to re-enable events here
+}
+
 /*virtual*/ void USSDInterface::onEvent(const char* atCode, const char* evt)
 {
   if( strcmp("+CUSD", atCode) != 0 )