01-31-2013 06:34 AM
Hello,
I use labview8.5, and I would like to make a program to calculate the CRC8.
Can you help me please
cordially
manu23
Solved! Go to Solution.
01-31-2013 06:48 AM
01-31-2013 06:53 AM
Did you search the forums for crc8? If you had you might have found this .
01-31-2013 06:55 AM
And please don't duplicate you post, or at least say so if you do.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-31-2013 06:59 AM
Yes I looked, but I can not open it because I do not have the right version of labview
01-31-2013 07:00 AM
01-31-2013 07:01 AM
Then you can ask for someone to "save for previsou version" there is a section for that. Post a link to the VI you would like to be down-converted and the LV version you have 😉
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-31-2013 07:02 AM
I duplicate my post, because the english forum is more reactive
01-31-2013 07:03 AM
OK, that's a good reason, but next time give the link to the orginal post in the new one.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
01-31-2013 10:23 AM
Out of curiosity why are you using a CRC8? It is a very weak CRC and you have a 1 in 255 chance of not detecting an error because multiple bit patterns will result in the same CRC. Even a CRC16 is fairly weak.