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:
82:ab4d6263f25c
Parent:
81:da03da068398
Child:
83:897a0de9d668
diff -r da03da068398 -r ab4d6263f25c VodafoneUSBModem.cpp
--- a/VodafoneUSBModem.cpp	Tue Jan 29 13:45:01 2013 +0000
+++ b/VodafoneUSBModem.cpp	Tue Jan 29 13:49:23 2013 +0000
@@ -575,7 +575,12 @@
   else if(m_dongle.getDongleType()== WAN_DONGLE_TYPE_VODAFONEK3773)
   {
      INFO("Using a Vodafone K3773 M2M dongle.");
+     INFO("Disabling sim toolkit notifications");
      ret = m_at.executeSimple("at^stsf=0",NULL);
+     if(ret!=0) {
+        return NET_PROTOCOL;
+     }
+     INFO("Disabling other unsolicited notifications");
      ret = m_at.executeSimple("at^curc=0",NULL);
      if(ret!=0) {
         return NET_PROTOCOL;