Arduino-HID-Lighting
Arduino-HID-Lighting copied to clipboard
How do I change the name of the HID lighting device?
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?
I have some in-progress code to do this but it was a little difficult. I will try and finish it!
Ok, looking forward to your work.Thank you.
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.
Could you post a link of any sort? That sounds exciting.
@cdromcdrom can you share?
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
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
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.