USB CDC: How to avoid windows from creating a new COM port for every device?
After updateing to new CubeMX 5.1 my STM32F437 devices acuiring new COM ports per device.
It seems that device serial string descriptor is filled by CPU UID instead of hardcoded 00001A value. The PID is 5740, VID is 0483.
THis causes the USB stack on windows to assign new COM port per newly identified serial number.
I found this: https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-device-specific-registry-settings
using IgnoreHWSerNum Key windows should not identify by serial number string. But only PID/VID.
Has someone experience with this?
Some other Search result states that those key might not work on USB3 ports.!?
Any hints?
Regards, Adib.
