|
-
Sep 23rd, 2015, 01:59 PM
#1
Thread Starter
Member
SerialPort.GetPortNames() does not list one of the comPorts in device manager
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.
-
Sep 23rd, 2015, 02:52 PM
#2
Addicted Member
Re: SerialPort.GetPortNames() does not list one of the comPorts in device manager
Does the device manager listing disappear when you unplug the interface? Is the driver installed correctly?
-
Sep 23rd, 2015, 03:34 PM
#3
Thread Starter
Member
Re: SerialPort.GetPortNames() does not list one of the comPorts in device manager
 Originally Posted by Maylar
Does the device manager listing disappear when you unplug the interface? Is the driver installed correctly?
Yes it disappears when I unplug the interface. The driver that I got from manufacture site is installed correctly I think. It shows up under Ports in device manager.
-
Sep 23rd, 2015, 03:47 PM
#4
Re: SerialPort.GetPortNames() does not list one of the comPorts in device manager
Plug the device in. Restart the PC. After the restart check the device manager and try with the name listed.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|