User's Manual
Table Of Contents
- 1.Product Introduction
- 2.Function description
- 3. AT command instructions
- 3.1.Basic AT commands
- 3.2.WI-FI related AT commands
- 3.3.TCP/IP Related AT commands
- 3.3.8.Set the framing length of the serial port:at+uartp
- 3.3.9.Set the framing time of the serial port:at+uartpac
- 3.4.BLE related AT commands
- 3.5.Custom message prompt instruction
- Note:This type of command does not have a message
- The maximum length supports 30 bytes. Do not inclu
- 4.AT command control code example
- 5.Bluetooth distribution network and data transparen
- 6.Module power consumption measured data
- 7.Appendix A Document Revision History
User Manual
第 11 页 共 30
HLK-B35
at+[command]=[value],[value],[value]......
All commands start with "at" and end with "\r\n". If the command is not sent in this format, the
module will not proceed.
It does not return any data; after the effective instruction is recognized, the module will return
the corresponding data or perform the corresponding operation, and
Return OK; invalid command module will directly return ERR. The instruction types are shown
in the following table:
3.1. Basic AT commands
3.1.1. Test response:at
Type
Grammar
Return and description
Execute
instructions
at
OK
Note: The module is in AT command mode, and the
baud rate is correct
When receiving ERROR, it indicates that the module
is in AT mode, but the command is invalid
When no data is received, it indicates that the
module is in transparent transmission mode or
working abnormally
The module is in transparent transmission mode by
default
3.1.2. Query software version number:at+ver=?
Type
Grammar
Return and description
Query
instruction
at+ver=?
HLK-B35(V1.00Nov 9 2020-07:38:59)
OK
Note: current version number and firmware date
Type
Form
Description
Query
instruction
at+<x>?
Get the parameter value or status currently
set by the module
Set
instruction
at+<x>=<···>
Set the relevant parameters of the module
Execute
instructions
at+<x>
Execute the function of unchanged internal
parameters of the module










