Jump to content

CRC-16 /CCITT false implementation


nagesh

Recommended Posts

http://www.sunshine2k.de/coding/javascript/crc/crc_js.html

Add reference of type i need.

In above link there are two possibilities:

1) Custom with 0x1021  polynomial , 0xFFFF as the initial Value and 0x0 as the final Xor value.

2) Predefined type CRC16_CCITT_FALSE.

With other settings:

a) CRC width (Bit Length) is CRC-16

b) CRC Input Data is bytes.

 

I am stuck at this point....... Need Help.....

Edited by nagesh
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.