Has anyone done a script that will rspond to the serial com port(s)
receive buffer interrupt, as opposed to polling and timeouts? Win2000 is the main interest right now.
What problem do you hope to avoid by not using "polling and timeouts"? (Note that if you specify a sizable read timeout, you're closer to being interrupt-driven than you are to what is traditionally called "polling".)
-Peter -- http://mail.python.org/mailman/listinfo/python-list