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:
Mon Jun 26 13:48:04 2017 +0100
Revision:
1:d4ff95ab40ae
Base class for SARA-N2xx modules including helper functions for SARA AT commands.

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 }