Main interface to build and parse device messages.
Devices send and receive messages in the following format:
The LRC is calculated by performing an XOR operation on the content of the message with the start value 0x55.
LRC
0x55
Main interface to build and parse device messages.
Devices send and receive messages in the following format:
The
LRC
is calculated by performing an XOR operation on the content of the message with the start value0x55
.