Re: LRC Calculation Algorithm
- From: "Dmitriy Antonov" <antonovdima@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 9 Jan 2006 17:11:53 -0500
"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OueSbJWFGHA.3348@xxxxxxxxxxxxxxxxxxxxxxx
> "Dmitriy Antonov" <antonovdima@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:eTPT5GWFGHA.344@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> Take a look at this. It looks like it is just producing a hash value by
>> XORing all ASCII (or UNICODE) codes of all characters in the string.
>> http://en.wikipedia.org/wiki/Horizontal_redundancy_check
>>
>>
>> Dmitriy.
>
> Which is... pretty much what that Quick Basic code I found does <g>
>
It looks like this (I didn't study that code but took a brief look). But
that one has additional code to process data coming from serial port, which
makes it more difficult to decipher that tiny portion of algorithm itself.
Without looking into WIKI info, it is possible that, I wouldn't be able to
separate algorithm from other parts of code (unless I know, what algorithm
is).
Dmitriy.
.
- Follow-Ups:
- Re: LRC Calculation Algorithm
- From: coolsilver . net
- Re: LRC Calculation Algorithm
- References:
- LRC Calculation Algorithm
- From: Sankalp
- Re: LRC Calculation Algorithm
- From: Dmitriy Antonov
- Re: LRC Calculation Algorithm
- From: Ken Halter
- LRC Calculation Algorithm
- Prev by Date: Re: LRC Calculation Algorithm
- Next by Date: Re: An error handler problem ...
- Previous by thread: Re: LRC Calculation Algorithm
- Next by thread: Re: LRC Calculation Algorithm
- Index(es):
Relevant Pages
|