Efficient handling of fast, real-time hex data

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Jun 2 02:50:34 EDT 2016


jladasky at itu.edu wrote:
> One common data transmission error I've seen in other systems is
> added/dropped bytes. I may add a CRC-8 error-checking byte in place of the
> newline.

Also maybe add a start byte with a known value at the
beginning of each packet to help resynchronise if you
get out of step.

-- 
Greg



More information about the Python-list mailing list