Accessing serial port on windows

Grant Edwards grante at visi.com
Fri Dec 15 10:47:11 EST 2000


In article <91dds1$b0i$05$1 at news.t-online.com>, Dennis Conrad wrote:

>I'm "ogling" to move from Perl to Python as my "main scripting language" and
>wanted to learn a bit of it by writing my new project in Python. But I need
>to read data from the serial port (on Windows) and can't find any
>information on this on the net. Is there a possibility to do it? Or do I
>have to use the WinAPI?

I've used the sio module, and it seemed to work well enough:

       ftp://ftp.python.org/pub/python/contrib/sio-151.zip

-- 
Grant Edwards                   grante             Yow!  Ha ha  Ha ha Ha ha
                                  at               Ha Ha Ha Ha -- When will I
                               visi.com            EVER stop HAVING FUN?!!



More information about the Python-list mailing list