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:
ashleymills
Date:
Fri Mar 08 11:07:34 2013 +0000
Parent:
84:39e28d162195
Child:
86:adfd686297d6
Commit message:
Reverted to Donatien's USBHostWANDongle lib, and merged K3773 and MU509 changes.

Changed in this revision

USBHostWANDongle.lib Show diff for this revision Revisions of this file
USBHostWANDongle_bleedingedge.lib Show annotated file Show diff for this revision Revisions of this file
VodafoneUSBModem.h Show annotated file Show diff for this revision Revisions of this file
ussd/USSDInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostWANDongle.lib	Fri Mar 08 10:21:36 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/donatien/code/USBHostWANDongle_bleedingedge/#b8739fd10faf
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/USBHostWANDongle_bleedingedge.lib	Fri Mar 08 11:07:34 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/donatien/code/USBHostWANDongle_bleedingedge/#3184f71557bf
--- a/VodafoneUSBModem.h	Fri Mar 08 10:21:36 2013 +0000
+++ b/VodafoneUSBModem.h	Fri Mar 08 11:07:34 2013 +0000
@@ -22,7 +22,7 @@
 
 #include "core/fwk.h"
 
-#include "USBHostWANDongle/USB3GModule/WANDongle.h"
+#include "USB3GModule/WANDongle.h"
 #include "at/ATCommandsInterface.h"
 #include "serial/usb/USBSerialStream.h"
 #include "ip/PPPIPInterface.h"
--- a/ussd/USSDInterface.cpp	Fri Mar 08 10:21:36 2013 +0000
+++ b/ussd/USSDInterface.cpp	Fri Mar 08 11:07:34 2013 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "USSDInterface.cpp"
 #endif