How do I give an stm32 USB device a more identifiable name?
I don't know if this is possible, but I'm trying to make an stm32 device using USB CDC, and am trying to make it more "identifiable" by the computer as something beyond just a "USB Serial Device" on a specific com port. At the moment, I'm controlling the device via a python program on a PC, but I have to hard-code the specific com port assigned to the device, and that com port could change if I just moved the device over to another machine and ran the same program.
is it possible to mark a USB device with something very specific that a computer can identify beyond just being a "USB Serial Device", or would I have to make the computer check each com port for a desired response from any of the devices connected to it to see if it's the device that corresponds to the program?
