Re: [Twisted-Python] SerialPort testing on the Twisted build slaves

2011-02-04 Thread exarkun
On 08:31 am, michae...@gmail.com wrote: >Hi, > Ticket http://twistedmatrix.com/trac/ticket/3690 is adding some >serial port testing. The patch adds code to discover serial ports on >Windows and Posix and the test uses the first serial port that is >discovered. There's also some more stuff about

Re: [Twisted-Python] Using SerialPort with t.a.s.Application

2011-02-04 Thread exarkun
On 08:20 am, albert.bra...@weiermayer.com wrote: >On Thu, Feb 03, 2011 at 07:00:39PM -, exar...@twistedmatrix.com >wrote: >>That probably makes sense, but first, does the endpoints string >>description plugin API help? You can provide >>IStreamServerEndpointStringParser (defined in >>twisted.

Re: [Twisted-Python] Using SerialPort with t.a.s.Application

2011-02-04 Thread Albert Brandl
On Thu, Feb 03, 2011 at 07:00:39PM -, exar...@twistedmatrix.com wrote: > There are some tickets filed already for adding some other kinds of > endpoints (eg an IPv6 endpoint - > http://twistedmatrix.com/trac/ticket/4470), but it doesn't look like > there's one for serial port, so yea - it wo

[Twisted-Python] SerialPort testing on the Twisted build slaves

2011-02-04 Thread Michael Thompson
Hi, Ticket http://twistedmatrix.com/trac/ticket/3690 is adding some serial port testing. The patch adds code to discover serial ports on Windows and Posix and the test uses the first serial port that is discovered. Will this approach work for the build slaves, or is it better to use an environ

Re: [Twisted-Python] Using SerialPort with t.a.s.Application

2011-02-04 Thread Albert Brandl
On Thu, Feb 03, 2011 at 07:00:39PM -, exar...@twistedmatrix.com wrote: > That probably makes sense, but first, does the endpoints string > description plugin API help? You can provide > IStreamServerEndpointStringParser (defined in > twisted.internet.interfaces) plugins to extend the parse