So I was reading about mentioned interface and the only thing I didn't get is the parity bit part. Is it used to somehow detect errors in transmission? If so, how?
Asked
Active
Viewed 553 times
1
-
2A [parity bit](https://en.wikipedia.org/wiki/Parity_bit) is basically a one-bit checksum. Read the linked Wikipedia article for more information. – Some programmer dude May 06 '16 at 06:06
-
So it's something like this: all data bits are being XOR'ed and we grt parity bit. In transmission, if parity is different than what we have got after xor it raises error? Thanks for link! – Disciples May 06 '16 at 06:10