Efficient handling of fast, real-time hex data
Gregory Ewing
greg.ewing at canterbury.ac.nz
Thu Jun 2 02:50:34 EDT 2016
More information about the Python-list mailing list
Thu Jun 2 02:50:34 EDT 2016
- Previous message (by thread): Efficient handling of fast, real-time hex data
- Next message (by thread): Efficient handling of fast, real-time hex data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Efficient handling of fast, real-time hex data
- Next message (by thread): Efficient handling of fast, real-time hex data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list