Re: How to calculate the checksum?



Christian Havel wrote:
thanks for your help. I have the following informations:

<Sync_1 = 0x81> 8 DATA-BITS No Parity
<Sync_2 = 0x82> 8 DATA-BITS No Parity
<Cksum> = Telegramm<[pos_Sync_1]> XOR . XOR . XOR ... [<pos_Sync_2-2>]
<Cmd> = Command to modem

|<--- CheckSum : --------------- XOR ------------------->|
<Sync_1>, <DEV_ADR>, <Cmd>, <OPTION>, [<DATA>], <Chksum>, <Sync_2>

Hope this helps.

That is not sample data and sample checksum.

It looks more as simple XOR than CRC.

But without more specific information everything will just
be guesswork.

Arne
.



Relevant Pages

  • trace ip
    ... Ascend digital modem box, his last attack I logged he tried 15 or so ... easy to see from the out side or make the security really LAX on that comp. ... It is all command ...
    (microsoft.public.security)
  • Re: trace ip
    ... > How can I trace someone trying to hack my ascend digital vpn modem? ... > authentication and is being logged into our RAD logs. ... > to c:\) So it will look like this in command ... Anyway I am not too worried about security ...
    (microsoft.public.security)
  • trace ip
    ... >Ascend digital modem box, his last attack I logged he ... >authentication and is being logged into our RAD logs. ... It is all command ...
    (microsoft.public.security)
  • RE: PPP Dial-in Server NOW WORKS
    ... I discovered the necessary modem commands on the mailing lists while ... > dial in service to my FBSD box. ... in the USA the fastest line connection you ... > # ppp command that starts the ppp task to dial the ISP. ...
    (freebsd-questions)
  • Re: CRC question
    ... final message padding, order in which input bits form the ... first thing is to check that a basic property of all CRC ... H(A XOR B XOR C) = HXOR HXOR H ... than the textbook CRC, including all CRC-lookalikes ...
    (sci.crypt)