Hello folks!

I need a method to calculate a 16 bit CRC code using the CCITT standard for a randomized 6-byte hex number.

For my application the 2 CRC bytes then needs to be reversed...so if the CRC ends up being C552, it would be written as 52C5.

Anyone familiar with how to accomplish this?