Rename arduino uno r3 with moco

Hi, I just make a midi instrument with my arduino and put on the moco firmware so it is recognized as a midi device. Is there a way that I can change it's name from "MIDI/MOCO for LUFA" to something else I desire?

Thanks!

Hi,

Unfortunately, USB Descriptor is hard-coded in source code of moco-lufa farmware.
If you want to change the name of device, you need to edit Descriptors.c and rebuild hexfile.

I recommend to compile it on Unix variant system, like Mac or Linux, as LUFA uses Makefile.

By the way, the latest source code is in the following page.

http://morecatlab.akiba.coocan.jp/lab/index.php/aruino/midi-firmware-for-arduino-uno-moco/?lang=en

-Yoshi

Thank you! I just edited the Descriptors.c files, but am having trouble figuring out how to compile it all into the hex file. Could you help me out?

As moco relies on LUFA library, please refer LUFA document;

http://www.fourwalledcubicle.com/files/LUFA/Doc/130303/html/_page__getting_started.html

-Yoshi