Set custom USB product name

Hello all -

I’m working on a project with an MC7455 where it would be desirable to set a custom product name that the device returns when connected to USB.

I’ve searched high and low for the documentation on how to do this but have not been able to find anything. I have found how to set custom USB PID and VID but not the product name.

Is this even possible to do? If so, could you please direct me to the proper command to make the change?

Thanks.

at!entercnd="A710"
OK
at!usbproduct?
MC7455

OK
at!usbproduct="MyCoolDevice"
OK
at!reset
OK

After reset:

at!entercnd="A710"
OK
at!usbproduct?
MyCoolDevice

OK

Thank you!

Works exactly as expected.