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:
41:8bec5a8ea878
Child:
61:0bcb8c5216d4
--- a/VodafoneUSBModem.cpp	Mon Oct 22 15:47:01 2012 +0000
+++ b/VodafoneUSBModem.cpp	Wed Oct 24 14:13:49 2012 +0000
@@ -512,14 +512,14 @@
   {
     return OK;
   }
-
+  
   DBG("Starting AT thread if needed");
   int ret = m_at.open();
   if(ret)
   {
     return ret;
   }
-
+  
   DBG("Sending initialisation commands");
   ret = m_at.init();
   if(ret)