G5/G6-Family AT Commands User Manual Page
phone or PDA incorporating the
Module.
+CFUN: <fun>,
<STK_mode>
OK
The Read command displays the
current level of functionality.
+CFUN: (list of supported
<fun>s)
OK
The Test command displays the list
of supported functionality settings.
The following table shows the AT+CFUN parameters.
Functionality levels:
0 Turn off (With logging out network).
1 Full functionality meaning start up MS(from offline mode)
4 Disables phone transmit & receive RF circuits.
15 Hardware reset. (Need re-turn on the module)
Example:
AT+CFUN=?
+CFUN: (0,1,4,15)
OK
AT+CFUN?
+CFUN: 1,0
OK
AT+CFUN=4 //Disable phone transmit and receive RF circuits
OK
AT+CFUN?
+CFUN: 4
AT+COPS?
+COPS: 2
OK
AT+CFUN=1 // Enable phone transmit and receive RF circuits through '1' OK
OK
AT+CFUN?
+CFUN: 1,0