??? 08/04/06 19:51 Read: times |
#121667 - there are several Responding to: ???'s previous message |
Several 'standard' generator polyniomials and if the manufacturer wont tell you which one they use then thats a bit of a problem.
there is the standrad crc16 which is 1 + x2 + x15 + x16 crc32 which is 1 + x1 + x2 + x4 + x5 + x7 + x8 + x10 + x11 + x12 + x16 + x22 + x23 + x26 + x32 crc16-X25 which is 1 + x5 + x12 + x16 crc10 which is 1 + x1 + x4 + x5 + x9 + x10 crc8 which is 1 + x1 + x2 + x8 or it could be something else entirely |