in reply to Re^3: How to use perl digest module to calculate CRC?
in thread How to use perl digest module to calculate CRC?
First, thx for your support!
The reason I need it:
I'm acting as a transmitter, and I need to calculate the CRC and then send it along with the message.
The CRC algorithem that I'm using is not standard.
P = 1EDC6F41
Init value = FFFFFFFF
The file that I'm working on is generated by an in-house script that we have.
The address should not be part of the CRC calc. Only the HEX bytes.
All the lines in the file should be considered as one message.
So what should I do prior to send the data into the digest::CRC?
Thx again :)
Guy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to use perl digest module to calculate CRC?
by BrowserUk (Patriarch) on Mar 21, 2013 at 14:35 UTC |