Skip to content Skip to sidebar Skip to footer
Showing posts with the label Checksum

How To Build Byte Array Frame And Calculate Checksum

I'm trying to communicate with a serial port as defined in a specification. ser = serial.Serial… Read more How To Build Byte Array Frame And Calculate Checksum

Crcmod Python3 Polynomial Error

I need to use a crc checksum in a python3 program, but my knowledge of crc is virtually non-existen… Read more Crcmod Python3 Polynomial Error