The RapidConnect ZB3serial protocol v2.0 serial protocol has a frame-based architecture. All communication between the Host and Module is facilitated by the exchange of data frames.
...
The serial UART interface uses the following parameters:
Table 1: RapidConnect ZB3.0 Serial Parameters
Parameter | Value |
---|---|
Baud Rate | 115200 |
Parity | None |
Stop Bits | 1 |
Data Bits | 8 |
Frame Structure
Every RapidConnect ZB3.0 frame has the structure illustrated below:
...