EN: Code created to show how is done the calculation of a CRC. It includes many different CRCs to choose from.
This software was created to help people understand how is the CRC calculated and be able to see it in a practical way, it is also available to copy and use it for your own project. I hope it helps you.
ES: Código creado para mostrar como se realiza el cálculo de un CRC. Con el mismo se incluyen varios CRCs que pueden ser escogidos.
Este software se creó con el propósito de ayudar a la gente a entender como se hace el cálculo de un CRC de una manera más práctica y sencilla, también se puede copiar y aprovecharlo para otras aplicaciones. Espero que te sea util.
Follow CRC calculator
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
Nice code. I tried CRC8 and the result is correct.
-
This is a lovely little bit of code. I was looking for a nice simple easy to understand implementation of CRC-CCITT16 that would easily integrate into my C code for cross-compilation to ARM11. I also wanted to be able to test it under cygwin on Windows. Integrated and compiled without effort in both cases. Nice work Francisco. If you ever feel inclined it would be nice to have an iterative routine that could encode one byte at a time as they arrive - say in an ISR where your look-up method for the encoding polynomial is plenty fast. Many thanks!