Hello,
Im using the CC2538 with ZNP firmware via usb-cdc interface and it identifies itself to the system with the following properties:
> vendorID: 0x0451, productID: 0x16C8, name: CC2538 USB CDC
Is is it possible to change the product description string in the firmware to something different? I need to be able to uniquely identify different versions of the hardware via usb. On a FTDI I can change this string quite easy via the FT-Prog tool from FTDI. Can I modify this string in the firmware source of the ZNP firmware somehow?
Thanks a lot!