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:
nherriot
Date:
Wed Sep 26 17:01:50 2012 +0000
Parent:
46:c2282539c858
Child:
48:aa66bfc3a3fb
Commit message:
debug switched on for testing

Changed in this revision

link/LinkMonitor.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/link/LinkMonitor.cpp	Wed Sep 26 10:58:41 2012 +0000
+++ b/link/LinkMonitor.cpp	Wed Sep 26 17:01:50 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__ 0
+#define __DEBUG__ 4
 #ifndef __MODULE__
 #define __MODULE__ "LinkMonitor.cpp"
 #endif