Description |
AT^SYSCFG AT command is used to set the system mode, GW access order, frequency band, roaming support, domain, and other features.
|
Examples |
//System configuration command support
AT^SYSCFG=?
^SYSCFG: (2,13,14,16),(0-3),((2000000400380,"GSM900/GSM1800/WCDMA900/WCDMA2100"),(4a80000,"GSM850/GSM1900/WCDMA850/WCDMA1900"),(3fffffff,"All Bands")),(0-2),(0-4)
OK
//Read the ccurrent setting
//Mode is automatic, Acquisition order is WCDMA>GSM, band is any band, roaming is supported, Circuit switch and packet switch domains are supported
AT^SYSCFG?
^SYSCFG: 2,2,3FFFFFFF,1,2
OK
//Configure the mode for WCDMA only
AT^SYSCFG=14,2,3FFFFFFF,1,2
OK
|