Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Efficient handling of fast, real-time hex data Date: Tue, 31 May 2016 21:16:41 -0700 Organization: A noiseless patient Spider Lines: 8 Message-ID: <87h9ddee6u.fsf@jester.gateway.pace.com> References: <24081cb5-c5e2-44e4-948f-ecf01ebaf7e6@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="a4ba9f006d4fba7a97cec7431fc63985"; logging-data="26892"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18H2IK1afyq2OZEkvStYeFC" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:+Etb4Jl3d1W/rom0ZJBVh2KUj6A= sha1:swsuzXjEvmGsMof23TdK0tTkRXs= Xref: csiph.com comp.lang.python:109299 jladasky@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.