LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search third party USB device with vendor ID programmatically

Hi,

 

I have a Crestron device communicating through USB and would like to search for that device using the vendor ID programmatically. Input is the Vendor ID and

the output should be boolean (found or not ) and a serial number of the device or USB canonical name.

Thanks in advance. 

0 Kudos
Message 1 of 4
(1,187 Views)
0 Kudos
Message 2 of 4
(1,152 Views)

wiebeCARYA_0-1640868349299.png

 

Either search the results for specific IDs, or narrow the filter. See Get-CimInstance (CimCmdlets) - PowerShell | Microsoft Docs

 

0 Kudos
Message 3 of 4
(1,141 Views)

 and kartiknattar,

 

Thank you so much for the responses. I have used the following method and that worked!! 

pratyusha_1-1642085848703.png

 

Regards,

Pratyusha.

 

Message 4 of 4
(1,078 Views)