12-10-2018 04:15 AM
THANKS, I MADE IT
08-04-2022 05:13 AM
hi i have problem with CRC-16-IBM formula
i know that the Polynomial is x16+x15+x2+1 but i cant understand it
because i want to write python source code
anyone can explain this formula to me and how can i make source code to generate crc
08-04-2022 10:56 AM
@nasr_esf wrote:
because i want to write python source code
If you have a python question, the LabVIEW forum is probably not the right place to ask.
08-16-2022 01:33 AM
hi
it isn't python question
i want to know the formula of this protocol and also some one explain that how work it, to convert formula to the source code.
i can write python or an other language not different
08-16-2022 02:08 PM
As in all things, a quick internet search can help.
The wiki page for Cyclic redundancy check( CRC ) gives a pretty fair explanation of nearly everything you are looking for:
- Example code in C and Python
- Explanation of the nominal declaration
- Links to many other possible sources of relevant information