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:
9:3f077dde13c9
Parent:
8:04b6a042595f
Child:
12:66dc2c8eba2d
--- a/ip/PPPIPInterface.h	Tue Jun 26 13:44:59 2012 +0000
+++ b/ip/PPPIPInterface.h	Wed Jul 11 12:44:33 2012 +0000
@@ -46,7 +46,7 @@
 
     int init(); //Init PPP-specific stuff, create the right bindings, etc
     int setup(const char* user, const char* pw); //Setup authentication
-    virtual int connect();
+    virtual int connect(const char* msisdn);
     virtual int disconnect();
 
 private: