LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Brothers" property in device manager

Hi everyone,

I need to obtain the "brother" property of an USB device, using LabVIEW. I can have it in the "Details" tab of the property windows from the device manager.

 

I thought I'll find it in the registry key, but I can't find this particular property.

I used the management object in .NET too, but I can't find this property neither.

 

Any help is welcomed !

0 Kudos
Message 1 of 7
(2,930 Views)

I would guess that this is a bad translation for the french version of your driver. None of my USB drivers has any property that even remotely would resemble "brother" or "brothers" (but I'm also not using any printer with that brand Smiley Very Happy ).

 

I do have "Parent", "Children" and "Siblings", and the last is most likely what you are looking for.

 

 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 7
(2,898 Views)

Yes, it's litteraly the traduction of the french word "Frères".

 

So it's must be Siblings, I'll see if I can change the original post.

 

Thanks !

0 Kudos
Message 3 of 7
(2,892 Views)

I think this is covered in this two USB Nugget found here and here.

 

 


CLD Using LabVIEW since 2013
0 Kudos
Message 4 of 7
(2,884 Views)

Unfortunately, it's not... I saw them a lot of time and it's not working for me.

 

My device is a FTDI with a serial converter, so it's not VISA or RAW.

0 Kudos
Message 5 of 7
(2,882 Views)

Well if it is a FTDI device with a Virtual COMM USB device, then VISA ASRL will definitely work. If not you will need to use an FTDI DLL to access the device. VISA RAW is not a good option I agree, as you would have to implement the low level protocol that way.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 6 of 7
(2,878 Views)

Yes, I have the FTDI dll working just fine.

 

My only issue is on the device selection (if I have more than one device connected). In order to link the device name with the dll, I need the siblings information.

0 Kudos
Message 7 of 7
(2,874 Views)