High-Flying
Low Power WiFi Module User Manual
Shanghai High-Flying Electronics Technology Co., Ltd
www.hi-flying.com
- 44 -
4.2.2.13. AT+CFGFR
Function: Batch Read Factory Default Configure Parameters;
Format:
Query Operation
AT+CFGFR<CR>
+ok=<config><CR>< LF ><CR>< LF >
Parameters:
config: the first two bytes means the length of configuration parameters;
4.2.2.14. AT+CFGTF
Function: Copy User Parameters to Factory Default Parameters;
Format:
Query Operation
AT+CFGTF<CR>
+ok=<status><CR>< LF ><CR>< LF >
Parameters:
status: feedback operation status;
4.2.2.15. AT+UART
Function: Set/Query serial port parameters;
Format:
Query Operation
AT+UART<CR>
+ok=<baudrate,data_bits,stop_bit,parity><CR>< LF ><CR>< LF >
Set Operation
AT+UART=<baudrate,data_bits,stop_bit,parity><CR>
+ok<CR>< LF ><CR>< LF >
Parameters:
baudrate:
300,600,1200,1800,2400,4800,9600,19200,38400,57600,115200,230400,
380400,460800.
data_bits:
8
stop_bits:
1,2
parity:
NONE
EVEN
ODD
Flowctrl: (CTSRTS)
NFC: No hardware flow control
FC: hardware flow control
HF-SH01