Re: Using asyncio for serial port

2014-02-11 Thread Marko Rauhamaa
[email protected]: > 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