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

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.");
     }