Hi,
Maybe you could use CRC16UNI where the initial or polynomial is the value from the previous block.
So you just need a simple loop that reads 128byte blocks, creating a CRC from the block (using CRC16UNI) with the initial value set to the value from the previous block.
Regards
Ian Dobson
↧