Hi,
I am using USB device CDC, and the COM Port name on the PC is "nRF52 USB CDC BLE Demo (COMX), see the picture below.

How I can change it ? can I change it from the nRF52840 ?
I saw the below define from the sdk_config.h file and changed it but it didn't change the com port name PC !
I changed this :
#ifndef APP_USBD_STRINGS_PRODUCT
#define APP_USBD_STRINGS_PRODUCT APP_USBD_STRING_DESC("nRF52 USB CDC BLE Demo")
#endif
to this:
#ifndef APP_USBD_STRINGS_PRODUCT
#define APP_USBD_STRINGS_PRODUCT APP_USBD_STRING_DESC("my product name")
#endif
but it doesn't change at all.
Is it the same as in this Ticket ?
Best Regards
JK