I'm trying to communicate with COM18 listed under Ports in my device manager without success. When I use the function call System.IO.Ports.SerialPort.GetPortNames() to see all the available ports, COM18 is not listed. Does this mean it's not a serial port? I'm trying to send commands to a power supply through USB interface.