Efficient handling of fast, real-time hex data

Paul Rubin no.email at nospam.invalid
Wed Jun 1 00:16:41 EDT 2016


jladasky at itu.edu writes:
> high rate, about 5,000 16-bit unsigned integers per second....
> Using PySerial to handle UART over USB.  Intel Core i7-4790K CPU @
> 4.00GHz.

This really should not be an issue.  That's not such a terribly high
speed, and there's enough buffering in the kernel that you shouldn't
lose anything.



More information about the Python-list mailing list