Re: [Twisted-Python] Catching exception on a Serial Connection

2009-04-30 Thread Jean-Paul Calderone
On Wed, 29 Apr 2009 18:09:08 -0500, "Nestor A. Diaz" wrote: >Hello, i am newbie to twisted, i am trying to find a way to catch >exceptions raised from a protocol over a serial line, like the >twisted.protocol.gps.zodiac, i see the demo script, on the twisted >website: >http://twistedmatrix.com/pr

[Twisted-Python] Catching exception on a Serial Connection

2009-04-29 Thread Nestor A. Diaz
Hello, i am newbie to twisted, i am trying to find a way to catch exceptions raised from a protocol over a serial line, like the twisted.protocol.gps.zodiac, i see the demo script, on the twisted website: http://twistedmatrix.com/projects/core/documentation/examples/gpsfix.py but i don't figur