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