Hi,
Just got my new Arduino mega and I want to use it for MIDI applications. I tried the MIDI example that came with the software, and except for the error intnote -> int note, it works on the first serial port. When however I try to use serial ports 1-3 it does not send out anything. The only thing I changed is Serial.begin(31250) to Serial1.begin(31250), rest of the code stays the same. I tried it in an older version (0018) and the new 0021 version, in both I get the same results. I selected the right board by hand in both versions, no effect. I run the software on windows XP.
Interface seems to work on the standard serial port, I use a MIDI interface tester and it shows the correct notes/channels etc.
It seems there is just something I overlooked.
Thanks,
Roel