Re: Using asyncio for serial port

2014-02-11 Thread Marko Rauhamaa
james.time4...@gmail.com: > 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. Never tried it, but if yo

Re: Using asyncio for serial port

2014-02-11 Thread Phil Connell
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

Using asyncio for serial port

2014-02-08 Thread james . time4tea
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 ap