Hello, I'm implementing a Tag Reader with the IC TMS3705A and it's been working well so far. However, I need to calculate the CRC of the data I read, and the datasheet of this IC does not state what kind of CRC must be used. I've been using CRC16CCITT (as it says in these slides), though the result I get does not match the CRC I receive. I would like to know for certain what kind of CRC algorithm must be used to calculate the CRC.
Your help is gratefully received.
Regards
Jean Herrera.