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 SerialPipe.cpp

Revision Date Message Actions
116:709a6386e685 2014-12-17 remove spurious guards File  Diff  Annotate
95:8282dbbe1492 2014-06-17 added use of mutex and wait for Rtos systems 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
70:0a87d256cd24 2014-05-14 serial tx isr should now work on all platforms, moved some code File  Diff  Annotate
45:ebc2fd8dcf21 2014-05-05 make more portable to other cpus File  Diff  Annotate
35:9275215a3a5b 2014-04-10 fix low power mode 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
17:296d94a006b4 2014-01-31 update with flow apis File  Diff  Annotate
16:4a7ba1887e81 2013-12-06 Added parsing helpers for AT interface File  Diff  Annotate
15:5eda64e5b9d1 2013-11-22 - rebase the serial pipe on SerialBase; - fix nonblocking put File  Diff  Annotate
14:69c3e57ef0f5 2013-11-19 have a static getline function File  Diff  Annotate
13:e2446fcdc246 2013-11-19 stable version File  Diff  Annotate
12:684b31d5482b 2013-11-15 zero terminate 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