Add methods to return IMEI, MEID, IMSI, ICCID and RSSI.

Fork of ublox-cellular-base by u-blox

Files at this revision

API Documentation at this revision

Comitter:
rob.meades@u-blox.com
Date:
Thu Aug 10 14:27:24 2017 +0100
Parent:
4:2e640a101db1
Child:
6:8fadf1e49487
Commit message:
Remove reference to set_flow_control() since this is not yet exposed by UARTSerial.

Changed in this revision

UbloxCellularBase.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/UbloxCellularBase.cpp	Mon Jul 31 11:42:37 2017 +0100
+++ b/UbloxCellularBase.cpp	Thu Aug 10 14:27:24 2017 +0100
@@ -547,10 +547,6 @@
                   _at->send("AT&D0") && _at->recv("OK"); // Set DTR circuit, we ignore the state change of DTR
     }
 
-#if DEVICE_SERIAL_FC
-    ((UARTSerial *)_fh)->set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS);
-#endif
-
     if (!success) {
         tr_error("Preliminary modem setup failed.");
     }