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

Committer:
philware
Date:
Tue Jan 09 14:35:43 2018 +0000
Revision:
10:1afe5ed24f0c
Parent:
1:d4ff95ab40ae
Added new imei() imsi() type functions

Who changed what in which revision?

UserRevisionLine numberNew contents of line
philware 1:d4ff95ab40ae 1 {
philware 1:d4ff95ab40ae 2 "name": "ublox-cell-n2xx",
philware 1:d4ff95ab40ae 3 "config": {
philware 1:d4ff95ab40ae 4 "baud-rate": 9600,
philware 1:d4ff95ab40ae 5 "at-parser-buffer-size": 256,
philware 1:d4ff95ab40ae 6 "at-parser-timeout": 8000
philware 1:d4ff95ab40ae 7 }
philware 1:d4ff95ab40ae 8 }