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?
Still working on getting al the params.
However, it seems that there is a problem with this approach.
Not all HEX values have a "valid" ascii value that can be sent to the digest::crc.
For example: if HEX=01 --> ASCII=SOH, which is not really a char that can be sent.
That means that many HEX vals can't be in the game...
Am I correct about that?
If so, is there any other Perl olution for CRC on HEX data?
Thx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to use perl digest module to calculate CRC?
by BrowserUk (Patriarch) on Mar 21, 2013 at 16:39 UTC | |
by guyra (Novice) on Apr 02, 2013 at 11:17 UTC |