Example showing the ublox Cellular GPS/GNSS module with the HTTPClient library to fetch and upload web pages.

Dependencies:   C027_Support HTTPClient mbed

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Tue May 13 09:34:52 2014 +0000
Parent:
4:7fd97087e573
Child:
6:6ff6061a0f76
Commit message:
update libs

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027_Support.lib	Mon May 12 13:58:58 2014 +0000
+++ b/C027_Support.lib	Tue May 13 09:34:52 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#869bd35f44cc
+http://mbed.org/teams/ublox/code/C027_Support/#1f65abb842be
--- a/main.cpp	Mon May 12 13:58:58 2014 +0000
+++ b/main.cpp	Tue May 13 09:34:52 2014 +0000
@@ -29,7 +29,7 @@
 
 int main() 
 {
-    // turn on the supplies of the Modem and the GPS
+    // turn on the supplies of the Modem
     c027.mdmPower(true);
     printf("Modem Initialize\r\n");
     MDMSerial mdm;