Example demonstrating the use of the Vodafone USB Modem library with the HTTP Client

Dependencies:   HTTPClient VodafoneUSBModem mbed-rtos mbed

Fork of VodafoneK3770HTTPClientTestBeta by Donatien Garnier

Revision:
4:47a1a2527e25
Parent:
3:d104a904eeed
--- a/main.cpp	Wed Aug 29 11:50:50 2012 +0000
+++ b/main.cpp	Wed Aug 29 12:05:04 2012 +0000
@@ -8,8 +8,7 @@
     HTTPClient http;
     char str[512];
     
-    //int ret = modem.connect("pp.vodafone.co.uk");
-    int ret = modem.connect("SMART");
+    int ret = modem.connect("pp.vodafone.co.uk");
     if(ret)
     {
       printf("Could not connect\n");