Base class for the u-blox N2xx modems. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the classes ending with 'n2xx', you will need this class also. Note: requires the N211 module firmware to be at least 06.57 A01.02.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more

History

Added new imei() imsi() type functions default tip

2018-01-09, by philware [Tue, 09 Jan 2018 14:35:43 +0000] rev 10

Added new imei() imsi() type functions


Method moved with protected functions

2018-01-09, by fahim alavi [Tue, 09 Jan 2018 15:25:11 +0500] rev 9

Method moved with protected functions


Code updated according to convention

2018-01-09, by fahim alavi [Tue, 09 Jan 2018 12:46:00 +0500] rev 8

Code updated according to convention


Copy imei function added for SARA R410M support

2018-01-03, by mudassar0121 [Wed, 03 Jan 2018 05:50:31 +0000] rev 7

Copy imei function added for SARA R410M support


Remove unreachable code.

2017-10-30, by Rob Meades [Mon, 30 Oct 2017 14:44:36 +0000] rev 6

Remove unreachable code.


Added quotes around the nconfig command

2017-09-28, by philware [Thu, 28 Sep 2017 15:34:08 +0100] rev 5

Added quotes around the nconfig command


Changed the default baud rate to MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE

2017-09-28, by philware [Thu, 28 Sep 2017 15:31:54 +0100] rev 4

Changed the default baud rate to MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE


Improved some tr_debug lines

2017-09-28, by philware [Thu, 28 Sep 2017 15:30:37 +0100] rev 3

Improved some tr_debug lines


Removed temp.txt

2017-07-07, by philware [Fri, 07 Jul 2017 13:15:02 +0100] rev 2

Removed temp.txt


Base class for SARA-N2xx modules including helper functions for SARA AT commands.

2017-06-26, by philware [Mon, 26 Jun 2017 13:48:04 +0100] rev 1

Base class for SARA-N2xx modules including helper functions for SARA AT commands.