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:
23:21046ba01b7b
Parent:
22:06fb2a93a1f6
Child:
26:d37501dc6c61
--- a/VodafoneUSBModem.cpp	Fri Aug 17 14:31:27 2012 +0000
+++ b/VodafoneUSBModem.cpp	Fri Aug 17 14:36:32 2012 +0000
@@ -476,7 +476,7 @@
     return ret;
   }
 
-  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VodafoneUSBModem)
+  if(m_dongle.getDongleType() == WAN_DONGLE_TYPE_VODAFONEK3770)
   {
     INFO("Using a Vodafone K3770 Dongle");
     #if USE_ONE_PORT