Re: [Twisted-Python] SerialPort.loseConnection() BUG

2009-06-13 Thread Jean-Paul Calderone
On Sat, 13 Jun 2009 22:26:48 +0100, James Mansion wrote: >gl...@divmod.com wrote: >> Since I'm seeing more and more messages where someone is top-posting, I >> think it might be helpful if we sent a more specific example of a >> >You could try not being anal about it. In 2 decades working in >in

[Twisted-Python] Weekly Bug Summary

2009-06-13 Thread exarkun
Bug summary __ Summary for 2009-06-07 through 2009-06-14 Bugs opened: 9Bugs closed: 8 Total open bugs: 1122 (+1) |== Type Changes |== Priority Changes |== Component Changes |Defect: +5 |High:-1 |Conch: +2 |Enhancement: -4

Re: [Twisted-Python] SerialPort.loseConnection() BUG

2009-06-13 Thread James Mansion
gl...@divmod.com wrote: > Since I'm seeing more and more messages where someone is top-posting, I > think it might be helpful if we sent a more specific example of a > You could try not being anal about it. In 2 decades working in investment banks I don't think I've seen a work evironment wh

Re: [Twisted-Python] serial port and http program

2009-06-13 Thread George Pauly
Brendan, Asynchronous internet and serial port communication are supported by Twisted. You didn't give enough detail to determine that you're looking for asynchronous communication. If you're not then Twisted will be an unnecessary complication. George On Sat, 2009-06-13 at 19:30 +1000, Brend

[Twisted-Python] serial port protocols

2009-06-13 Thread Brendan Simon
Can twisted be used to access a serial port on OS X, MS Windows, linux, etc ??? Is there any support for serial protocols (eg. BISYNC, PPP, etc) ??? Can twisted be used to create custom serial protocols ??? Thanks, Brendan. ___ Twisted-Python mailing

[Twisted-Python] serial port and http program

2009-06-13 Thread Brendan Simon
I have a small program that I want to write in python with a wxpython gui. The program has to talk to a hand held device via a serial port and then talk to a http server which returns an xml stream/file, which is then parsed and information sent back to the hand held device over the serial port.