Functionsยง
- crc16
- Compute the Modbus RTU CRC-16 checksum over the given data.
- decode_
frame - Decode a Modbus RTU frame, verifying the CRC and returning the unit ID and PDU slice.
- encode_
frame - Encode a complete Modbus RTU frame (address + PDU + CRC) into the writer.