Fork of ublox-cellular-base to add LARA-R2 support

Fork of ublox-cellular-base by u-blox

Changes

RevisionDateWhoCommit message
20:9fedc922868e 2018-10-12 Curt Black Merge default tip
19:98e4136e3980 2018-10-12 Curt Black Increase default timeout for AT commands, many can take up to a minute.
18:eb3480afeae0 2018-09-26 Curt Black Split commands, early version of R410 has issues with mutliple at commands
17:a01b693a2e63 2018-09-10 cblack Add support for LARA-R2
16:afb3ca2d9915 2018-07-24 wajahat.abbas@u-blox.com Fixed power up issue for SARA-R4 R4_powerup_fix
15:93b157a47b8d 2018-07-12 fahim.alavi@u-blox.com Updated RSSI calculation by changing quality index to value in dB
14:e420232ee4e7 2018-01-09 RobMeades Add methods to return IMEI, MEID, IMSI, ICCID and RSSI.
13:158a035b1b50 2018-01-09 fahim alavi Method moved in public area of code
12:aa3cbc3f88c5 2018-01-09 fahim alavi Code convention applied
11:57f64bc518c0 2018-01-02 fahim alavi IMEI provided to application
10:c4281fa79b8f 2018-01-02 fahimalavi Changes required for R410M in cellular base
9:2c997d7df4c6 2018-01-01 fahim alavi adding support of R410M R410_M
8:a15349fcab25 2017-10-30 RobMeades Remove assignment in condition to avoid ARM compiler warning.
7:c2cf27a981b3 2017-09-21 pilotak modem shield compatibility
6:8fadf1e49487 2017-08-11 rob.meades@u-blox.com 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.
5:05fa111c1cf3 2017-08-10 rob.meades@u-blox.com Remove reference to set_flow_control() since this is not yet exposed by UARTSerial.
4:2e640a101db1 2017-07-31 rob.meades@u-blox.com Take advantage of set_baud() to enable higher data rates. Add support for flow control but switched off until UARTSerial() supports it.
3:f9b2cd6f72b1 2017-06-19 rob.meades@u-blox.com Corrected hard coding of modem baud rate.
2:73fcc33c9400 2017-06-13 rob.meades@u-blox.com Make debug prints conditional on _debug_trace_on.
1:5aaecf2572dc 2017-06-12 rob.meades@u-blox.com Tested on C027.
0:5cffef3371f6 2017-06-12 RobMeades 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.