CRBasic Example 3: Settings configuration and status retrieval
'"PPP dropped.",
'"Terminal AT command mode.",
'"Firmware update mode.",
'"Shutting down."
cell_rsrp = Settings.CellRSRP
'Reference signal received power for LTE in dbm.
'Very similar to RSSI
cell_ecio = Settings.CellECIO
'Reference signal received quality for 3G.
cell_rsrq = Settings.CellRSRQ
'Reference signal received quality for 4G.
cell_ip_address =
IPInfo
(1, 0)
'Get the TCP/IP address of the PPP/cellular modem interface.
CallTable
CELL_DIAGNOSTICS
NextScan
EndSequence
EndProg
Appendix A. Configure cellular settings and retrieve status information with SetSetting()
200