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:
Wed Aug 29 15:49:14 2012 +0000
Parent:
24:63e36be3f0e6
Child:
26:d37501dc6c61
Commit message:
Added missing includes directives

Changed in this revision

ip/PPPIPInterface.cpp Show annotated file Show diff for this revision Revisions of this file
link/LinkMonitor.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ip/PPPIPInterface.cpp	Fri Aug 17 14:53:17 2012 +0000
+++ b/ip/PPPIPInterface.cpp	Wed Aug 29 15:49:14 2012 +0000
@@ -25,6 +25,9 @@
 #include "core/fwk.h"
 #include "rtos.h"
 
+#include <cstdio>
+using std::sscanf;
+
 #include "PPPIPInterface.h"
 
 #define MSISDN "*99#"
--- a/link/LinkMonitor.cpp	Fri Aug 17 14:53:17 2012 +0000
+++ b/link/LinkMonitor.cpp	Wed Aug 29 15:49:14 2012 +0000
@@ -27,6 +27,7 @@
 #include "LinkMonitor.h"
 
 #include <cstdio>
+using std::sscanf;
 
 #define DEFAULT_TIMEOUT 10000