If you have a Windows handle (such as a handle to the serial port, a handle
to a file, or a socket), you can generally use
win32event.WaitForMultipleObjects()

Mark
  -----Original Message-----
  From: [EMAIL PROTECTED]
[mailto:[EMAIL 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 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-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to