Users Manual
Table Of Contents
- FCC Statement
- 1.Overview
- 2.Technical parameter
- 3. Mechanical characteristics
- 4. Operation mode
- 5.Transmission mode
- 6.Application function and instruction configurati
- 6.1 Function pin
- 6.2 Wireless remote configuration function
- 6.3 Touch link Functional application
- 6.4 Functional parameter description
- 6.5 HEX User instruction set
- 6.6 HEX Parameter description
- 6.6.1 System transmitting mode
- 6.6.2 Receiving data output mode
- 6.6.3 Network node type
- 6.6.4 Network state
- 6.6.5 Network PAN_ID
- 6.6.6 Network short address:
- 6.6.7 MAC address
- 6.6.8 Short address of father nodes
- 6.6.9 MAC address of father nodes
- 6.6.10 Network group number group
- 6.6.11 Network Channel
- 6.6.12 Transmitting Power
- 6.6.13 Buad rate
- 6.6.14 Sleep time
- 6.6.15 Storage time of father nodes
- 6.6.16 Centralized network opening time
- 6.6.17 Period of network reconnection after loss o
- 6.6.18 The maximum number of attempts to reconnect
- 6.6.19 Wireless remote configuration ID
- 6.6.20 User gpio parameter
- 6.6.21 User pwm parameter
- 6.6.22 User adc parameter
- 6.6.23 Configure all network parameters
- 6.6.24 Configure all network parameters
- 6.6.25 Number of end-devices of the parent node
- 6.6.26 Parent node's end-device list
- 6.6.27 Configure the delayed printing time of AUX
- 6.6.29 Configure endpoint information
- 6.6.30 Set Link key of trust center
- 6.6.31 firmware version number
- 7.Quick start
- 8. Secondary development design reference
- 9.FAQ
- Revision history
- About us

Chengdu Ebyte Electronic Technology Co.,Ltd. E180-ZG120B User Manual
Copyright ©2012–2020, Chengdu Ebyte Electronic Technology Co.,Ltd.
17
6.5 HEX User instruction set
6.5.1 Instruction rule
Local serial port read format:
Network parameter reading FE LEN CMD FF
Peripheral parameter reading FE LEN CMD CHANNEL FF
FE :fixed head
LEN: Actual length of DATA
CMD: Actual named ID
CHANNEL: Channel selection for PWM, ADC, GPIO read
FF
:Command terminator
Read return format:FB CMD DATA
FB : fixed head
CMD: Command ID
DATA: parameter
Local serial port configuration format:
FD LEN CMD DATA FF
FD : fixed head
LEN: Actual length of DATA
CMD: Actual named ID
DATA: Actual parameter
FF
:Command terminator
Configuration return:
FA CMD
FA: fixed head
CMD: Command ID
Return when reading / configuring access: F7 FF does not exist the information / reading / configuration / format failed
Wireless remote reading/ configuration format: add the wireless configuration ID before the instruction format of local serial port
mode
The default is A8 8A (The value can be modified), for example:
The configuration format is A8 8A FD LEN CMD DATA FF
Parameter reading format: A8 8A FE LEN CMD (CHANNEL) FF
Network operation format:
F5 LEN CMD DATA FF
F5 : fixed head
LEN: Actual length of DATA
CMD: Actual named ID
DATA: Actual parameter
FF
:Command terminator
Configuration return:
FC CMD STATUS
FC: Fixed head
CMD: Actual named ID
Status: 00 operation succeeded
01 operation failed