On 2006-05-27, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> i can use the polling method to check for data on the serial port using
> pyserial...but i need to use the interrupt driven method .....am workin
> on a windows platform ....

I don't think there is any way to so interrupt driven I/O under
Windows.  You can do asynchronous I/O under Windows using the
normal Win32 FileIO API.

-- 
Grant Edwards                   grante             Yow!  Is it 1974? What's
                                  at               for SUPPER? Can I spend my
                               visi.com            COLLEGE FUND in one wild
                                                   afternoon??
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to