How to calculate CRC16 checksum for iButton


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    i am not sure only one way to find out try and try again

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Dallas CRC16 Routines (Tom Estes)
    https://www.picbasic.co.uk/forum/showthread.php?t=1745

    I haven't used the CRC16 routines, but Tom's CRC8 worked great on a project of mine.
    <br>
    DT

  3. #3


    Did you find this post helpful? Yes | No

    Default Calculation of CRC 16 checksum

    Thanks for replying me.
    I tried the given code, but I am not able to write it in C#.Net. As I don't know the varaible type of CRC16. Can you please explain me?

  4. #4
    Join Date
    Feb 2008
    Posts
    8


    Did you find this post helpful? Yes | No

    Default

    Dear Andre

    i need the sample code for implementing modbus slave on a PIC16F877A

    please help me

  5. #5


    Did you find this post helpful? Yes | No

    Default

    here is the code i used on a 16f627
    Hope it helps
    Attached Files Attached Files

  6. #6
    Join Date
    Feb 2008
    Posts
    8


    Did you find this post helpful? Yes | No

    Default

    Dear Andre

    thank you for the code you have posted,actually i am trying to use the PIC16F877A

    another thing i have copy and pasted your code to proton+ compiler and i got some error messages one of them was
    for this part of the code:

    IF CRC16.Bit0=1 Then '<------ error here is saying Invalid Cast for this type of variable
    CRC16=$A001^(CRC16>>1)
    Else
    CRC16=CRC16>>1
    EndIF

    i don't know what does that means,please help me.

    Best Regards

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,175


    Did you find this post helpful? Yes | No

    Default

    First of all this is PBP forum list not Proton.

    Second, as this is PBP, all examples are for this compiler. The syntax is a little different.

    The syntax of the line IF CRC16.Bit0=1 Then means: Set bit 0 of the word variable CRC16.

    You have to open your manual and find how this can be accomplished in your Compiler.

    Ioannis

Similar Threads

  1. Checksum
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th October 2009, 05:09
  2. Calculate Byte Value Checksum in PBP Pro
    By Pedro Pinto in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 8th July 2009, 23:50
  3. Dallas CRC16 Routines
    By Tom Estes in forum Code Examples
    Replies: 0
    Last Post: - 16th May 2005, 16:29
  4. Checksum problem!
    By atomski in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 3rd November 2004, 08:21
  5. Checksum / CRC8 / CRC16
    By treitmey in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd December 2003, 15:40

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts