AT Command

Description

AT+CBAND AT command is used to set the mobile operating band.Possible bands are,

PGSM_MODE
DCS_MODE
PCS_MODE
EGSM_DCS_MODE
GSM850_PCS_MODE
ALL_BAND
 


Support

Simcom Module Tutorial

Examples

//Command support
AT+CBAND=?

+CBAND: (EGSM_MODE,PGSM_MODE,DCS_MODE,GSM850_MODE,PCS_MODE,EGSM_DCS_MODE,GSM850_PCS_MODE,EGSM_PCS_MODE,ALL_BAND)

OK

/What is the current operating band set to
AT+CBAND?

+CBAND: GSM850_MODE,ALL_BAND

OK

//Set to 850 band
AT+CBAND="GSM850_MODE"

OK

/Check the band
AT+CBAND?

+CBAND: GSM850_MODE

OK

KeywordsAT+CBAND syntax, examples, parameters, error, input, response.

With Online AT Command Tester tool, you can test this feature.

With Online AT Command Tester tool, you can also get device diagnostic information easily,