8-bit Checksum in intel-hex format?
2 views (last 30 days)
Show older comments
Hi, I would like to have a function to coint it. There are a lot of checksum codes in the internet, but there are not what I looking for. I need something like this:
But I am not able to find informations.
Thanks in advance.
1 Comment
Guillaume
on 21 Oct 2019
"I need something like this"
What makes you think you need this? It's probably the worst checksum algorithm I've ever seen. Not everything you find on the web is a good idea.
In any case, if you really need this algorithm, why don't you implement it? It's trivial. it tells you it's the 2's compliment of addition of all bytes (mispelling courtesy of the original author!)
Answers (0)
See Also
Categories
Find more on Performance and Memory in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!