
USR-G786-G User Manual
Technical Support:
Jinan USR IOT Technology Limited
www.pusr.com
45
Response command type description:
Figure 13 The description of string format
Type
String Format
Description
0
<CR><LF><OK><CR><LF>
Means command
send success
1
<CR><LF><+CMD:><PARA><CR><LF><CR><LF><OK><CR><LF>
Return
current
parameters
7.1.4.4 Special symbols
In AT commands, “=”, “,”, “?”, carriage return, line feed are special symbols, so the parameter can not directly
contain “=”, “,”, “?”. All need to be escaped.
Escape rule: use [] to enclose the hexadecimal code of a special symbol, representing the ASCII code represented
by an input hexadecimal code.
E. g:
“?”: The hexadecimal encoding of 0x3F is expressed as [3F] after escaping by this escape method.
Symbol
Implication
Escape characters
=
Equal sign
[3D]
,
Comma
[2C]
?
Question mark
[3F]
<CR>
Enter key
[0D]
<LF>
Line break
[0A]
7.2. AT Command Set
Figure 15 AT command error code
Code
Implication
Err1
Does not conform to the AT commands format, is not the beginning of AT
Err2
The AT command was not found and does not exist
Err3
Not meet the format of query or settings
Err4
Wrong parameters or number
Err5
Setting parameter failed
Figure 16 AT commands
Command
Command description
Executive command
AT
Test Command
H
Help information
Z
Module reboot
E
Query/set whether to enable command echo