CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thijs

Search: Search took 0.01 seconds.

  1. Thread: CRC calculation

    by thijs
    Replies
    9
    Views
    7,666

    Re: CRC calculation

    Hi, i want to thank everyone who came up with usefull comment.

    Here's my final code, it works properly now.



    Private Sub Command1_Click()
  2. Thread: CRC calculation

    by thijs
    Replies
    9
    Views
    7,666

    Re: CRC calculation

    I have made some changes, the program runs well, except the crc output remains 0.




    Private Sub Command1_Click()



    'increase sequence byte value
  3. Thread: CRC calculation

    by thijs
    Replies
    9
    Views
    7,666

    CRC calculation

    Hi,

    I need to calculate the CRC code from the bytes below, by using the CRC CCiTT Kermit checksum.

    This is the complete code of my program: (i am using VB6)
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured