Re: Using asyncio for serial port

2014-02-11 Thread Phil Connell
On 8 Feb 2014 23:45, james.time4...@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.

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 you can

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