Thingstream Client Library  BLD4131-v2.13
Variables
modem_reset_string.c File Reference

Modem reset string. More...

#include <modem_transport.h>

Variables

const char Thingstream_Modem_forceResetString []
 

Detailed Description

Modem reset string.

This file defines the modem string used by the Thingstream SDK to reset the modem after a serious problem.

Variable Documentation

◆ Thingstream_Modem_forceResetString

const char Thingstream_Modem_forceResetString[]
Initial value:
=
"AT+CFUN=1,1\n"
"~5000\n"

This string is used to reset the modem after a serious problem has been detected. Each entry in the string is terminated by "\n". If an entry starts with a "?" then the "?" is not passed to the modem, but any ERROR (or +CME ERROR:) produced will be ignored.

If the forced reset is successful it will be followed by the normal commands used to initialise the modem.