Re: [Twisted-Python] Twisted and serial port usage

2013-03-13 Thread Eric Zounes
Hey there, There's an interesting Twisted project which uses the Python Xbee module for Zigbee networks. It implements SerialPort and can be found here. I hope this helps. -Eric On Wed, Mar 13, 2013 at 8:04 PM, Dave Mazzoni wrote: > I'm trying to use a serial

[Twisted-Python] Twisted and serial port usage

2013-03-13 Thread Dave Mazzoni
I'm trying to use a serial port from the twisted library. I can get it to show a connection has been made but I get no 'dataReeived' calls when I send chars over the serial line. I know the serial line is working correctly. I think the structure of my program is at fault (of course). Might any