MAIL PROTECTED] Behalf Of *Brian Martin
> > *Sent:* Tuesday, 24 July 2007 12:14 PM
> > *To:* python-win32@python.org
> > *Subject:* [python-win32] how to get select behavior for non-socket
> > objects
> >
> > Hello, I understand that the select module will only
PROTECTED] Behalf Of *Brian Martin
> *Sent:* Tuesday, 24 July 2007 12:14 PM
> *To:* python-win32@python.org
> *Subject:* [python-win32] how to get select behavior for non-socket
> objects
>
> Hello, I understand that the select module will only work with sockets
> under
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,
12:14 PM
To: python-win32@python.org
Subject: [python-win32] how to get select behavior for non-socket objects
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
Brian Martin 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).
There's just no good way to implement such
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
___
Python-w