Can you please calculate checksum value of this 010001010111 and write down the steps for me. It would help a lot.
I was told to split the data into equal bits and then instead of adding it I would check if the value is an odd or even number if it is even I write 0 and if it odd I write 1. Like for example;
0100 0101 0111 0110 (This is the ans I got)
Later I google searched some methods and the method I learnt differs from those methods.