I've built a MIDI in/out circuit with a PC900V optocoupler and it lets me send MIDI to my Arduino UNO.
The basic MIDISimpleSynth example sketch receives MIDI and plays back the correct frequency square wave out pin 10.
QUESTION: Why does it also echo the MIDI data coming in the RX back out the TX?
What If I wanted to use the TX? This ties it up so I can't use it anymore and I believe I also can't use the serial monitor anymore either.
Is there a way to stop this?