CRC incoming data
Jimbo30
Posts: 129
What is meant by CRC incoming data and what might be the ideal time to implement CRC incoming data into a project?
Comments
http://en.wikipedia.org/wiki/Computation_of_CRC
I don't know about the time metric. Probably you need to give some more detail. Lots of people here can help you on that. A CRC is typically used to determine whether or not a data set, or bit stream is communicated correctly. A data set, is simply a collection of bits, bytes, files, etc... A bit stream is a series of bits.
It can be useful to keep a log of CRC errors; we never got any apart from when I was testing the software. The CRC was a requirement, because it was medical data from a blood testing machine.
CRC doesn't give 100% protection against errors, of course. Many years ago I had a file on a floppy disk that passed the CRC test because it loaded OK, but it was obviously corrupted.