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:
Thu Dec 13 14:57:10 2012 +0000
Parent:
68:07ac4e1ea5b0
Child:
76:c51808f80649
Commit message:
Added support for K3773 modems.

Changed in this revision

USBHostWANDongle.lib Show annotated file Show diff for this revision Revisions of this file
VodafoneUSBModem.cpp Show annotated file Show diff for this revision Revisions of this file
at/ATCommandsInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostWANDongle.lib	Mon Dec 10 17:11:14 2012 +0000
+++ b/USBHostWANDongle.lib	Thu Dec 13 14:57:10 2012 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/mbed_official/code/USBHostWANDongle/#4344ce758b88
+https://mbed.org/users/mbed_official/code/USBHostWANDongle/#3abcf818be31
--- a/VodafoneUSBModem.cpp	Mon Dec 10 17:11:14 2012 +0000
+++ b/VodafoneUSBModem.cpp	Thu Dec 13 14:57:10 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__ 3
+#define __DEBUG__ 2
 #ifndef __MODULE__
 #define __MODULE__ "VodafoneUSBModem.cpp"
 #endif
--- a/at/ATCommandsInterface.cpp	Mon Dec 10 17:11:14 2012 +0000
+++ b/at/ATCommandsInterface.cpp	Thu Dec 13 14:57:10 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__  2 //ERR+WARN
+#define __DEBUG__  4 //ERR+WARN
 #ifndef __MODULE__
 #define __MODULE__ "ATCommandsInterface.cpp"
 #endif