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.

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Aug 17 14:36:32 2012 +0000
Parent:
22:06fb2a93a1f6
Child:
24:63e36be3f0e6
Commit message:
Fixed mis-renaming

Changed in this revision

VodafoneUSBModem.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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