01-18-2015 11:16 AM
Hi
Guys, how do use LabView to read device instance path,
i do not think windows 7 has device instance id.
Best Regards
01-18-2015 11:22 AM
@wenjie1wang wrote:
Hi
Guys, how do use LabView to read device instance path,
i do not think windows 7 has device instance id.
Best Regards
Why do you need to try this? Maybe there is a better way.
01-18-2015 11:31 AM
01-19-2015 08:07 AM
01-19-2015 08:13 AM
01-20-2015 04:14 AM
Hi wang,
you can do the same operations DevCon does on your own. All you need to do is calling into Windows API!
Seriously: When you want to retrieve information from OS API you need to learn about this. MSDN is a great place to look for those API descriptions!
01-20-2015 04:24 AM
Thanks