Re: [Twisted-Python] serialport protocol as a service

2009-12-08 Thread Aníbal Pacheco
On 12/08/2009 05:50 PM, Lucas Taylor wrote: > On 12/8/09 5:24 AM, Aníbal Pacheco wrote: >> Hello list, >> >> Is there any way to get a service like the twisted.internet.TCPServer >> but for serialport? >> >> I read the serialport code but couldn't figure out how to build such an >> analogy with the

Re: [Twisted-Python] serialport protocol as a service

2009-12-08 Thread Lucas Taylor
On 12/8/09 5:24 AM, Aníbal Pacheco wrote: > Hello list, > > Is there any way to get a service like the twisted.internet.TCPServer > but for serialport? > > I read the serialport code but couldn't figure out how to build such an > analogy with the tcp server. > > The goal I wanna reach is to at