Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65894
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <pconnell@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.102 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.80; '*S*': 0.00; 'socket': 0.07; 'specific.': 0.09; 'cc:addr:python-list': 0.11; 'appreciated!': 0.16; 'subject:port': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'creating': 0.23; 'cheers,': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'thanks!': 0.32; 'quite': 0.32; 'url:python': 0.33; 'proceed': 0.33; "can't": 0.35; 'advice': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'url:mail': 0.40; 'most': 0.60; 'new': 0.61; 'simple': 0.61; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'serial': 0.72; 'phil': 0.84; 'subject:Using': 0.84; 'device.': 0.93; 'luck': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eunu5PRQ284bDEIPzLhzWGS2L3OutnplNTZDZrSuZIk=; b=a51U9ZYyBxqGYq5blsofqSM2WMjQf7e6SFABThQwWpohdA1y9+LZNbqAxViCystPjI VhoV3u/RYzUMbnGyNMblEa7Od+7vsxXtSI7xf+3C3HgBoCen1cO4QPveJXAD8Zta5w39 RyvzcgBiGgIRKB1v1SQ/l6zLir5xL/kekRL2wy/36ZEI5m6siY8j4OYqU+IDfHYwzPdz WalX5VfAq0eYGD6w/F+YT2zbpZ6T60ObTIJ1cPQ3ohiWrVJHImEx60+abu84T7akI3YC ahdfLqLGgj46kBrfxkeQzzHpM6Upu3i5Osv27xXsO7kVKMQaNcY9JeWvycEPTxmv0otv TLcA== |
| MIME-Version | 1.0 |
| X-Received | by 10.182.40.201 with SMTP id z9mr5870553obk.45.1392106329006; Tue, 11 Feb 2014 00:12:09 -0800 (PST) |
| In-Reply-To | <be970b74-f6a8-4d75-81d0-078c4ff681c7@googlegroups.com> |
| References | <be970b74-f6a8-4d75-81d0-078c4ff681c7@googlegroups.com> |
| Date | Tue, 11 Feb 2014 08:12:08 +0000 |
| Subject | Re: Using asyncio for serial port |
| From | Phil Connell <pconnell@gmail.com> |
| To | james.time4tea@gmail.com |
| Content-Type | multipart/alternative; boundary=001a11c33b023ae96904f21d0362 |
| Cc | Python <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6654.1392106337.18130.python-list@python.org> (permalink) |
| Lines | 57 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392106337 news.xs4all.nl 2899 [2001:888:2000:d::a6]:34621 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:65894 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 8 Feb 2014 23:45, <james.time4tea@gmail.com> wrote: > > > Hiya > > I'm looking at using asyncio for creating an socket <-> serial protocol bridge, but looking at the current implementation of asyncio it looks to be quite socket specific. > > I can't see any way to get it to support a simple serial device. > > Any advice on where to proceed would be very much appreciated! You might have more luck on the python-tulip list/group. Asyncio is still very new for most people :) Cheers, Phil > > Thanks! > > James > -- > https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Using asyncio for serial port james.time4tea@gmail.com - 2014-02-08 15:42 -0800 Re: Using asyncio for serial port Phil Connell <pconnell@gmail.com> - 2014-02-11 08:12 +0000 Re: Using asyncio for serial port Marko Rauhamaa <marko@pacujo.net> - 2014-02-11 18:42 +0200
csiph-web