8 Bit CRC

J

joboja

Looking for help with 8 bit crc.

Poly is x8 + x7 + x4 + x3 + x + 1 starting with all one bits.

Crc result is complemented before transmission.

Received message 14000000 with appended crc 05.
 
J

Jack Klein

Looking for help with 8 bit crc.

Poly is x8 + x7 + x4 + x3 + x + 1 starting with all one bits.

Crc result is complemented before transmission.

Received message 14000000 with appended crc 05.

What's your question about the C language? Take this to
http://www.google.com. There are a large number of web sites, many
with source code.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 
J

Jeff

joboja said:
Looking for help with 8 bit crc.

Poly is x8 + x7 + x4 + x3 + x + 1 starting with all one bits.

Crc result is complemented before transmission.

Received message 14000000 with appended crc 05.

Look at your search engine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top