Python monitor serial port (RS-232) handshake signals

Мне нужно отслеживать состояние сигналов последовательного порта (RI, DSR, CD, CTS). Looping and polling with 'serial' library, (eg. using functions getRI) is too cpu intensive and response time is not acceptable.

Is there a solutions with python?

10
задан Benjamin 1 January 2014 в 13:14
поделиться