Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hottoh

  1. hottoh

    crc16 ccitt calculation

    ccitt crc16 algoritham the polynomial for this algorithm is X**16+X**12+X**5+1 D = current data byte that is input to the algorithm CRCLSB,CRCMSB=data byte.least significant and most significant CRC accumulator bytes x>>n means x is shifted n bits to right or is the same as x divided by 2...

Part and Inventory Search

Back
Top