access serial port in python

Grant Edwards grante at visi.com
Sat May 27 09:12:38 EDT 2006


On 2006-05-27, vipulagarwal.in at gmail.com <vipulagarwal.in at gmail.com> 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??



More information about the Python-list mailing list