LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with CRC-16-IBM

Solved!
Go to solution

THANKS, I MADE IT

0 Kudos
Message 11 of 15
(1,295 Views)

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

0 Kudos
Message 12 of 15
(1,084 Views)

@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.

0 Kudos
Message 13 of 15
(1,073 Views)

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

0 Kudos
Message 14 of 15
(1,047 Views)

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 

0 Kudos
Message 15 of 15
(1,032 Views)