A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
Hi, can anyone recommend a hex (not ASCII) crc16 calculator? Or give me the crc16 (8005h polynomial) sum for: 55 55 55 55 55 55 55 55h ?? I'm testing some crc code but can't get any of them to work so I'm probably doing something wrong. -- ******************************************* VISIT MY HOME PAGE: <http://home.online.no/~eikarlse/index.htm> LAST UPDATED: 23/08/2003 ******************************************* Best Regards Eirik Karlsen |
|
|
|
Got it working nicely now....900 cycles generation, 900 cycles check (for
a 8byte message).
Eirik Karlsen wrote: Hi,-- ******************************************* VISIT MY HOME PAGE: <http://home.online.no/~eikarlse/index.htm> LAST UPDATED: 23/08/2003 ******************************************* Best Regards Eirik Karlsen |