support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   HTTPClient_Cellular_HelloWorld Cellular_HelloMQTT MbedSmartRestMain Car_Bon_car_module ... more

This library is intended to be used with u-blox products such as the C027 or a shield with u-blox cellular and GPS modules like the cellular and positioning shield from Embedded Artist.

For 2G/GSM and 3G/UMTS you need to:

  • have a SIM card and know its PIN number
  • need to know you network operators APN setting These setting should be passed to the connect or init and join functions. You can also extend the APN database in MDMAPN.h.

For CDMA products you need to make sure that you have provisioned and activated the modem with either Sprint or Verizon.

Revisions of GPS.h

Revision Date Message Actions
93:2b5478693c20 2014-06-12 make destructor virtual (base class has changed) File  Diff  Annotate
76:f7c3dd568dae 2014-05-19 - properly manage power in con/destructors ; - disable the stdout/stderr/stdin if the modem shares the same port (class DevNull) File  Diff  Annotate
75:ce6e12067d0c 2014-05-16 minor tweaks File  Diff  Annotate
74:208e3e32d263 2014-05-15 initial version of restructured u-blox library File  Diff  Annotate
51:e7b81c31baec 2014-05-12 convert defines to enums to avoid duplicate defines File  Diff  Annotate
40:295099ff5338 2014-04-11 more docu (pipe) File  Diff  Annotate
39:9b4b9433e220 2014-04-11 more docu in GPS driver File  Diff  Annotate
38:e6cab4632d84 2014-04-11 more docu File  Diff  Annotate
31:a0bed6c1e05d 2014-04-09 restructure the modem APIs make them more robust File  Diff  Annotate
24:0e287a85ac9e 2014-04-08 merged branches File  Diff  Annotate
20:535ef78655df 2014-03-17 fix angle api, only one MDM constructor File  Diff  Annotate
19:2b5d097ca15d 2014-03-24 prepare for native C027 platform support; add api to get lat/lon; better separation of mdm libarary from serial File  Diff  Annotate
18:e5697801df29 2014-03-14 extend Api for GPS and GNSS File  Diff  Annotate
13:e2446fcdc246 2013-11-19 stable version File  Diff  Annotate
11:b084552b03fe 2013-11-14 update api File  Diff  Annotate
9:e7a5959ffae1 2013-11-10 update support library (tx pipe) File  Diff  Annotate
4:c959dd4c5fe8 2013-10-25 small fix File  Diff  Annotate
3:c7cd4887560d 2013-10-25 added sending of msgs File  Diff  Annotate
2:b6012cd91657 2013-10-25 GPS for Serial and I2c File  Diff  Annotate
1:f41579f4e2ed 2013-10-21 first draft File  Diff  Annotate