http client example

Dependencies:   C027_Support HTTPClient mbed

Fork of HTTPClient_HelloWorld by Donatien Garnier

Revision:
9:cd98ff458412
Parent:
8:eea979594a37
Child:
10:1137395de593
diff -r eea979594a37 -r cd98ff458412 main.cpp
--- a/main.cpp	Fri Jun 13 06:39:40 2014 +0000
+++ b/main.cpp	Fri Jun 13 06:40:28 2014 +0000
@@ -24,7 +24,7 @@
 {
     // turn on the supplies of the Modem
     MDMSerial mdm;
-    mdm.setDebug(4); // enable this for debugging issues 
+    //mdm.setDebug(4); // enable this for debugging issues 
     if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD))
         return -1;
     HTTPClient http;