Quectel EM12G All Bands command for band locking reversal
Posted: Sat Dec 19, 2020 12:55 pm
Reference post. This is just a reference tutorial of what command to use to get all bands back on a Quectel EM12G modem. This is not a full AT command tutorial.
If you have band locked your Quectel EM12G modem and did not remember to save the bitmask for all bands, here is the exact command to restore it.
A zero in any of the places in this command means to ignore.
So :
The final parameter on the end of the command above can be a ",0" or ",1" to say whether or not you want to apply the band mask immediately or not. If you omit it it will apply immediately. 1 for immediate apply, 0 for apply after reboot of modem.
Command Description:
If you have band locked your Quectel EM12G modem and did not remember to save the bitmask for all bands, here is the exact command to restore it.
Code: Select all
AT+QCFG="band",5af0,2000001e0bb1e39df,0,1
A zero in any of the places in this command means to ignore.
So :
says to ignore the first (WCMDA/3G) band mask, and set the second band mask (4G/LTE), and ignore the third band mask (TDS bands, but not supported on the EM12G). The ",1" on the end is explained below.AT+QCFG="band",0,2000001e0bb1e39df,0,1
The final parameter on the end of the command above can be a ",0" or ",1" to say whether or not you want to apply the band mask immediately or not. If you omit it it will apply immediately. 1 for immediate apply, 0 for apply after reboot of modem.
Command Description: