8-bit Checksum in intel-hex format?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Guillaume
el 21 de Oct. de 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!)
Respuestas (0)
Ver también
Categorías
Más información sobre Performance and Memory en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!