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: 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: References: Date: Tue, 11 Feb 2014 08:12:08 +0000 Subject: Re: Using asyncio for serial port From: Phil Connell To: james.time4tea@gmail.com Content-Type: multipart/alternative; boundary=001a11c33b023ae96904f21d0362 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --001a11c33b023ae96904f21d0362 Content-Type: text/plain; charset=ISO-8859-1 On 8 Feb 2014 23:45, 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 --001a11c33b023ae96904f21d0362 Content-Type: text/html; charset=ISO-8859-1


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

--001a11c33b023ae96904f21d0362--