09-07-2017 10:39 AM
This is just what I needed. Thank you!
06-25-2019 08:34 AM
I used the dll and it will find a port if you know the number. I have a device that enumerates as multiple comports. windows assigns the ports as the next available port. In windows, the device name is shown with the comport assigned in brackets (com24). How can I scan for comports by the device name. The device found in device manager is Telit mobile (USB3) (COM24). I need to scan all the usb ports for "Telit Mobile (USB3)" to find the assigned port number (com24). I used devcon in the past but it requires admin rights to run. any suggestions?
06-25-2019 08:38 AM
This works great. Can this code be converted to CVI? I hate using dll's from other software platforms in CVI. I need to be able to support production.
06-25-2019 09:53 AM
Martin has already posted the CVI version of the code: you can find it here
06-25-2019 10:16 AM
The code uses a setupapi.lib file. how was it generated?
06-25-2019 04:12 PM
It is part of the Windows SDK
08-19-2019 05:40 AM
Hello, Thanks for the zip.
I want to know the name of devices.
Any suggestions ?