User Manual

HF-LPB200 Low Power WiFi Module User Manual
Shanghai High-Flying Electronics Technology Co., Ltd
www.hi-flying.com
- 44 -
8
stop_bits:
1,2
parity:
NONE
EVEN
ODD
Flowctrl: (CTSRTS)
NFC: No hardware flow control
FC: hardware flow control
5.2.2.15. AT+ UARTTE
Function: Set/Query UART free-frame trigger time between two bytes;
Format:
Query Operation
AT+ UARTTE<CR>
+ok=<mode><CR>< LF ><CR>< LF >
Set Operation
AT+ UARTTE=<mode><CR>
+ok<CR>< LF ><CR>< LF >
Parameters:
mode:
fast: free-frame trigger time between two bytes is 10ms;
normal: free-frame trigger time between two bytes is 50ms;
5.2.2.16. AT+ SEND
Function: Send Data at Command Mode.
Format:
AT+SEND=<data_lenth, data_content><CR>
+ok<CR>< LF ><CR>< LF >
Parameters:
data_lenth: Lenth of send data. Range: 0~1000 Byte
data_content: contents of send data.
When two parameters conflict, select smaller value to send data.
5.2.2.17. AT+ RECV
Function: Receive Data at Command Mode.
Format:
AT+RECV=<data_lenth><CR>
+ok=< data_lenth, data_content><CR>< LF ><CR>< LF >
Parameters:
data_lenth: Lenth of receive data. Range: 0~1000 Byte
data_content: contents of receive data.
If not receive any data in 3 second, then feedback +ok=0.