Arduino Forum
>
Using Arduino
>
Audio
>
Rename arduino uno r3 with moco
Print
Go Down
Pages:
[1]
Topic: Rename arduino uno r3 with moco
(Read 3188 times)
previous topic
-
next topic
biglanny
Guest
Rename arduino uno r3 with moco
Apr 13, 2013, 06:44 am
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!
morecat_lab
Guest
Re: Rename arduino uno r3 with moco
#1
Apr 13, 2013, 09:17 am
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
biglanny
Guest
Re: Rename arduino uno r3 with moco
#2
Apr 14, 2013, 01:05 am
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?
morecat_lab
Guest
Re: Rename arduino uno r3 with moco
#3
Apr 14, 2013, 08:24 am
As moco relies on LUFA library, please refer LUFA document;
http://www.fourwalledcubicle.com/files/LUFA/Doc/130303/html/_page__getting_started.html
-Yoshi
Print
Go Up
Pages:
[1]
Loading...