On 7/23/07, Brian Martin <[EMAIL PROTECTED]> wrote:
> Hello, I understand that the select module will only work with sockets under
> windows. Is there a built-in python module for win32 that provides some kind
> of multiplexing
> ability for something like a serial port (via pyserial).
>
> thanks,
> brian
>
I do not know if it fits your purpose or how good it is but Twisted
folks have an implementation.
http://twistedmatrix.com/trac/browser/trunk/twisted/internet/_win32serialport.py

Waldemar
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to