5.5.2. Communication parameters
The PC UART communication parameters are listed in table 5.3.
Table 5.3: PC UART communication parameters
Start_bits: 4 periods bit time, for a new frame.
Address: The address can be set from 1 to 255 except for 157 (0x9d). 0 is the broadcast address.
Function codes: Define the product's functions/actions (slaves), either execution or response.
Data: The address of the register, length of data, and the data themselves.
CRC: CRC verification code. The low byte is followed by the high byte. For example, a 16 bit
CRC is divided into BYTE_H and BYTE_L. In the framing, the BYTE_L will come first, then
followed by the BYTE_H. The last one is the STOP signal.
Stop_bits: 4 periods bit time, for ending the current frame.