2025-01-06 05:20 AM - last edited on 2025-01-06 05:37 AM by Andrew Neil
Hi,
I am working on USB Device Middleware on STM32F469NI using STM32CubeMX. For our use case we have to modify the PRODUCT_STRING descriptor value (default is "STM32 Virtual ComPort"). Is it recommended to perform this, or are there any STM standards for these values?
Thanks,
Himanshu
Solved! Go to Solution.
2025-01-06 06:12 AM
Of course, you can change PRODUCT_STRING descriptor. Only PID and VID are specific identifiers for USB devices, you can request PID in OLS ticket. Are you sure about your VID 0x0456?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-01-06 06:12 AM
Of course, you can change PRODUCT_STRING descriptor. Only PID and VID are specific identifiers for USB devices, you can request PID in OLS ticket. Are you sure about your VID 0x0456?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-01-06 06:55 AM
Hi @FBL,
Thanks for the clarification.
Kindly ignore the modification to that VID and PID in the screenshot as it is temporarily adjusted for our early-stage development with one of our GUIs. Sure, we will raise an OLS ticket if that modification becomes a long-term requirement.
Thanks,
Himanshu