Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109299

Re: Efficient handling of fast, real-time hex data

Path csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From Paul Rubin <no.email@nospam.invalid>
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> (permalink)
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

Show key headers only | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Efficient handling of fast, real-time hex data jladasky@itu.edu - 2016-05-31 17:20 -0700
  Re: Efficient handling of fast, real-time hex data Michael Torrie <torriem@gmail.com> - 2016-05-31 18:35 -0600
    Re: Efficient handling of fast, real-time hex data jladasky@itu.edu - 2016-05-31 18:26 -0700
  Re: Efficient handling of fast, real-time hex data Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-06-01 01:01 +0000
    Re: Efficient handling of fast, real-time hex data jladasky@itu.edu - 2016-05-31 18:23 -0700
  Re: Efficient handling of fast, real-time hex data Paul Rubin <no.email@nospam.invalid> - 2016-05-31 21:16 -0700
  Re: Efficient handling of fast, real-time hex data Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-01 16:37 +1200
    Re: Efficient handling of fast, real-time hex data jladasky@itu.edu - 2016-06-01 11:03 -0700
      Re: Efficient handling of fast, real-time hex data Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-02 18:50 +1200
        Re: Efficient handling of fast, real-time hex data alister <alister.ware@ntlworld.com> - 2016-06-02 08:13 +0000
          Re: Efficient handling of fast, real-time hex data Gene Heskett <gheskett@wdtv.com> - 2016-06-02 05:41 -0400
            Re: Efficient handling of fast, real-time hex data alister <alister.ware@ntlworld.com> - 2016-06-02 12:30 +0000

csiph-web