Alec Bennett wrote:
I'd like to get a list of available com ports on a Windows machine. I've seen some reference to a function EnumSerialPorts but can't find any documentation.

You can get it from WMI via the Win32_SerialPort class

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

Reply via email to