You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to change the USB device name that is shown on Window device manager.
I've currently setup an ACM + Keyboard + Mouse composite device on my STM32L4 device. When connected to my PC all the new devices have the basic names. For example keyboard is" HID Keyboard Device"
When looking in the usbd_hid_keyboard.h file the following is used #define HID_KEYBOARD_STR_DESC "STM32 USB KEYBOARD"
Have I missed something?
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Is there a way to change the USB device name that is shown on Window device manager.
I've currently setup an ACM + Keyboard + Mouse composite device on my STM32L4 device. When connected to my PC all the new devices have the basic names. For example keyboard is" HID Keyboard Device"
When looking in the usbd_hid_keyboard.h file the following is used
#define HID_KEYBOARD_STR_DESC "STM32 USB KEYBOARD"
Have I missed something?
Thank you for your time.
The text was updated successfully, but these errors were encountered: