Arduino Mega serial1-3 problem..again

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

Well,

Nevermind . Nice mess up between the editor I use and the arduino environment, wrong settings so it kept loading the old file some how...It,s working now.

Nice one for a newcomer :sunglasses: