Is it possible to get an 'event' callback within Twisted when DCD or CTS lines change state?
Currently my app uses twisted.internet.serialport.SerialPort
and a LoopingCall()
to check for changes in these lines once a second. This works, but isn't very "Twisted"
Thanks,