Base class for the ublox-xxx-cellular-xxx classes. 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 ublox-xxx-cellular-xxx classes, you will need this class also.

Dependents:   example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more

Revisions of UbloxCellularBase.cpp

Revision Date Message Actions
32:1fc4850f1253 2019-09-04 Bug solved in get_band_bitmask method File  Diff  Annotate
31:b0a6a610d114 2019-08-29 get band select bitmask to set new bands File  Diff  Annotate
30:38230504a646 2019-08-27 Support for Band select bitmask feature added File  Diff  Annotate
29:8a38f91009ad 2019-08-26 MNO set mechanism changed File  Diff  Annotate
27:250eaef6232d 2019-08-02 reset timeout to default in nwk_deregistration File  Diff  Annotate
26:e4e444cc7b14 2019-08-01 edrx support added File  Diff  Annotate
25:e67d3d9d2e7e 2019-05-29 Added support for +UPSV (idle mode) for C030_R412M File  Diff  Annotate
24:e26a6ab0dd75 2019-05-28 +CFUN support File  Diff  Annotate
23:eaab8e812a5d 2019-05-03 Added PSM support for R412M File  Diff  Annotate
22:779971811c46 2019-04-10 Changed arguments type to int for get uart/mno methods File  Diff  Annotate
20:31d5e048fbfa 2019-03-22 Added support for +URAT and +UMNOPROF commands File  Diff  Annotate
19:15f31e074d67 2018-09-17 Power up fix in master File  Diff  Annotate
17:c6a4d5072589 2018-09-13 power-down function updated File  Diff  Annotate
16:afb3ca2d9915 2018-07-24 Fixed power up issue for SARA-R4 File  Diff  Annotate
15:93b157a47b8d 2018-07-12 Updated RSSI calculation by changing quality index to value in dB File  Diff  Annotate
14:e420232ee4e7 2018-01-09 Add methods to return IMEI, MEID, IMSI, ICCID and RSSI. File  Diff  Annotate
13:158a035b1b50 2018-01-09 Method moved in public area of code File  Diff  Annotate
12:aa3cbc3f88c5 2018-01-09 Code convention applied File  Diff  Annotate
11:57f64bc518c0 2018-01-02 IMEI provided to application File  Diff  Annotate
10:c4281fa79b8f 2018-01-02 Changes required for R410M in cellular base File  Diff  Annotate
9:2c997d7df4c6 2018-01-01 adding support of R410M File  Diff  Annotate
8:a15349fcab25 2017-10-30 Remove assignment in condition to avoid ARM compiler warning. File  Diff  Annotate
7:c2cf27a981b3 2017-09-21 modem shield compatibility File  Diff  Annotate
6:8fadf1e49487 2017-08-11 Retry getting the IMSI as this can sometimes take a while with Sara-G350 modems if the SIM PIN is requested or the SIM takes a while to initialise itself. File  Diff  Annotate
5:05fa111c1cf3 2017-08-10 Remove reference to set_flow_control() since this is not yet exposed by UARTSerial. File  Diff  Annotate
4:2e640a101db1 2017-07-31 Take advantage of set_baud() to enable higher data rates. Add support for flow control but switched off until UARTSerial() supports it. File  Diff  Annotate
3:f9b2cd6f72b1 2017-06-19 Corrected hard coding of modem baud rate. File  Diff  Annotate
2:73fcc33c9400 2017-06-13 Make debug prints conditional on _debug_trace_on. File  Diff  Annotate
1:5aaecf2572dc 2017-06-12 Tested on C027. File  Diff  Annotate
0:5cffef3371f6 2017-06-12 Initial commit, not yet compiling but I'm tired of doing everything in the on-line IDE so I need to publish to take the code off-line. File  Diff  Annotate