Arduino-HID-Lighting icon indicating copy to clipboard operation
Arduino-HID-Lighting copied to clipboard

How do I change the name of the HID lighting device?

Open Sucareto opened this issue 5 years ago • 8 comments

I uploaded the sketch and looked at the device names, they looked like this: Instance 1 (0x00, value cap) Can I modify the "Instance 1" or "value cap" fields to other values?

Sucareto avatar Oct 04 '20 05:10 Sucareto

I have some in-progress code to do this but it was a little difficult. I will try and finish it!

mon avatar Oct 04 '20 06:10 mon

Ok, looking forward to your work.Thank you.

Sucareto avatar Oct 07 '20 03:10 Sucareto

I found a library file that able to change the device name. I've tried it on my arduino, it works. Maybe I can post it on my github.

cdromcdrom avatar Sep 06 '21 01:09 cdromcdrom

Could you post a link of any sort? That sounds exciting.

mon avatar Sep 06 '21 03:09 mon

@cdromcdrom can you share?

vospascal avatar May 17 '22 17:05 vospascal

Sorry I didn't check the reply because I was busy with my studies recently. Just now I found this file in my library, it's called 'usb_rename' After trying it I found that it can only change the name of the plugged in device, it doesn't seem to be able to change the name of the HID lighting device. But I also upload the file to Google Drive for reference. (Note: English is not my native language, please forgive me if there are grammatical errors.) https://drive.google.com/file/d/1h0O5cYEKGkGmDbShdTVs-euzgle9ZyCU/view?usp=sharing

cdromcdrom avatar May 29 '22 03:05 cdromcdrom

Sorry I didn't check the reply because I was busy with my studies recently. Just now I found this file in my library, it's called 'usb_rename' After trying it I found that it can only change the name of the plugged in device, it doesn't seem to be able to change the name of the HID lighting device. But I also upload the file to Google Drive for reference. (Note: English is not my native language, please forgive me if there are grammatical errors.) https://drive.google.com/file/d/1h0O5cYEKGkGmDbShdTVs-euzgle9ZyCU/view?usp=sharing

library from here: https://github.com/mon/Arduino-USB-Rename

Sucareto avatar May 29 '22 09:05 Sucareto

Sorry I didn't check the reply because I was busy with my studies recently. Just now I found this file in my library, it's called 'usb_rename' After trying it I found that it can only change the name of the plugged in device, it doesn't seem to be able to change the name of the HID lighting device. But I also upload the file to Google Drive for reference. (Note: English is not my native language, please forgive me if there are grammatical errors.) https://drive.google.com/file/d/1h0O5cYEKGkGmDbShdTVs-euzgle9ZyCU/view?usp=sharing

library from here: https://github.com/mon/Arduino-USB-Rename

Oh gosh really sorry about that.

cdromcdrom avatar May 30 '22 13:05 cdromcdrom