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:
69:9b475f458fbc
Parent:
16:02db4f537955
--- a/core/errors.h	Tue Nov 13 12:00:34 2012 +0000
+++ b/core/errors.h	Wed Feb 06 16:51:39 2013 +0000
@@ -43,5 +43,6 @@
 #define NET_CONN 17 //>Connection error
 #define NET_CLOSED 18 //>Connection was closed by remote end
 #define NET_TOOSMALL 19 //>Buffer is too small
+#define HARDWARE_NO_RESPONSE 20 //>No response from the hardware module. Could not be physically connected or maybe no power?
 
 #endif /* ERRORS_H_ */