Hi Guys,
I need help to figure out using ARDUINO on a commercial product. I am not sure what steps do I need to do, to be able to use ARDUINO MICRO USB in a commercial product. I would like to do/ Know the flowing
1- How can I change the device descriptor ?
Currently When I plug in the USB in, it shows on the device manager as an ARDUINO MICRO , I
would like to change the name, so when It plugs in it shows the (Commercial Name )
2- How can I change the following:
a) Vendor ID
b) PRODUCT ID
c) Device release
d) Manufacturing String ...etc ?
Solutions I've tried :-
1- I've tried to create a batch file that edits the register Key to change the friendly name to the Commercial name, but It didn't work since the key was protected and needed ownership permission. Yes I could change the setting and take ownership but I need something done programmatically not manually because it is thousands of unite we will be shipping.
2- I tried to use the bootloader , but i am not sure how ?
ANY help will be great !
Thanks