2022-10-26 11:31 AM
is it possible to add a specific name for usb port identification? when I use my PC HMI to connect this device, I can easily detect device is connected?
Solved! Go to Solution.
2022-10-27 12:26 AM
>>when I use my PC HMI to connect this device, I can easily detect device is connected?
Which operative system?
As far as i know:
Three ways to solve this:
2022-10-26 12:20 PM
Yes, you can customize strings in the USB descriptors.
2022-10-26 11:09 PM
You can modify this string
2022-10-27 12:26 AM
>>when I use my PC HMI to connect this device, I can easily detect device is connected?
Which operative system?
As far as i know:
Three ways to solve this:
2022-10-27 08:43 AM
Windows "classic" apps can use setupapi to detect connected USB devices and how they relate to COM ports. However, ability to read the descriptor strings is limited.
More complicated for "modern" apps, there you need to associate the app with certain devices.
For more info please see Windows documentation or visit the MS "docs" forums.
2022-10-27 08:48 AM
Actually, you are right, only change descriptor in controller side won't change PC general driver information. I think we need new customized driver.