CRC32

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dudule

    #1

    CRC32

    Hello,
    I am looking for a VB.NET routine (code reuse) to calculate a CRC32.
    Many thanks for your help.



  • Mike Lowery

    #2
    Re: CRC32


    "Dudule" <nivu@niconnu.c omwrote in message
    news:44f325db$0 $17153$626a54ce @news.free.fr.. .
    Hello,
    I am looking for a VB.NET routine (code reuse) to calculate a CRC32.
    Many thanks for your help.
    You could probably write your own by starting here:



    Comment

    • Dick Grier

      #3
      Re: CRC32

      Hi,

      There are many variations on CRC32 (two or three are popular, but many
      others are in use "somewhere" ). You need to specify what algorithm is being
      used. For example the CCITT CRC32 (probably) is the most popular.

      I have source code examples for two variations in my book (see below), but
      perhaps this will suit your needs:


      Dick

      --
      Richard Grier, MVP
      Hard & Software
      Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
      Edition,
      ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
      2006.
      See www.hardandsoftware.net for details and contact information.


      Comment

      • Dudule

        #4
        Re: CRC32

        Many thanks Dick, very good job.
        Regards

        "Dick Grier" <dick_grierNOSP AM@.msn.coma écrit dans le message de news:
        %23ml11GtyGHA.2 640@TK2MSFTNGP0 6.phx.gbl...
        Hi,
        >
        There are many variations on CRC32 (two or three are popular, but many
        others are in use "somewhere" ). You need to specify what algorithm is
        being used. For example the CCITT CRC32 (probably) is the most popular.
        >
        I have source code examples for two variations in my book (see below), but
        perhaps this will suit your needs:

        >
        Dick
        >
        --
        Richard Grier, MVP
        Hard & Software
        Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
        Edition,
        ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
        2006.
        See www.hardandsoftware.net for details and contact information.
        >

        Comment

        Working...