I have the following 8-bit word with the checksum added (checksum is the last one)
1 1 0 1 1 1 0 1 **1**
I need to check if the word got distorted.
I've checked the crc algorithm on wikipedia and I saw that I need a divisor to divide the word with the checksum added. The problem is that I don't know how to find out what is the divisor and how to get one.