8-bit Checksum in intel-hex format?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Guillaume
il 21 Ott 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!)
Risposte (0)
Vedere anche
Categorie
Scopri di più su Performance and Memory in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!