09-10-2013 02:40 AM
Hi dave,
when you connect your USB and you have insalled the usb to serial driver for that USB then it will automatically read in device manger. Here is the simple VI I wrote long back.
Let me know if you want some help
02-28-2014 10:02 AM
I am using CVI, not labview. Is there a way to search windows for the USB serial number and obtain the comport address programatically?
02-28-2014 11:26 AM
04-22-2015 10:12 PM
Sorry for once again resurrecting an old thread but I came across this looking for an answer.
To find COM port numbers of FTDI Chips see my post here:
http://forums.ni.com/t5/LabVIEW/Finding-FTDI-Chip-COM-Port-Numbers/td-p/3123726
11-28-2016 09:29 PM
Hello Matthew,
I am having visual c++ code that enumerate all USB devices and I have attached a usb-to-serial but I cannot get the com port (com4)..
I have the usb hub/port, do you know a way to get com port from hub/port from Windows Driver kit or something else that work with visual c++ (win32)?
Thanks so much,
11-29-2016 07:21 AM
Try this.
11-29-2016 07:32 AM
Oops. Forgot all the subVIs. Here's the whole package.
02-22-2018 04:16 PM
If your FTDI serial-converter device reports a serial number, then Windows will always assign it to the same COM port (if that COM port is available). If it does not report a serial number, then Windows will assign whatever COM port number is convenient.
08-17-2018 12:32 AM
sir,
pls send a 2013 version of this code
08-17-2018 02:17 PM
@dineshmeena wrote:
sir,
pls send a 2013 version of this code
You wrote "sir", but you don't indicate which "sir" you are referring to. Are you referring to me?
You wrote "this code", but you don't mention which code. Are you referring to "Find Specific USB Com Port.llb"?