¡@

Home 

java Programming Glossary: crc

Convert C CRC16 to Java CRC16

http://stackoverflow.com/questions/13209364/convert-c-crc16-to-java-crc16

system sending data to a PC via radio. The packets get a crc16 checksum at the end and it's calculated based on this algorithm.. end and it's calculated based on this algorithm uint16_t crc16 const uint8_t buffer uint32_t size uint16_t crc 0xFFFF if.. uint16_t crc16 const uint8_t buffer uint32_t size uint16_t crc 0xFFFF if buffer size while size crc crc 8 crc 8 crc ^ buffer..