I just got my Teensy 3.1 and I'm experimenting with the USB MIDI library and the examples.
In the PrintIncoming sketch, it uses the "Arduino Serial Monitor" (Serial.print) to print out incoming MIDI. I understand that the USB MIDI library changes the USB function so the Teensy appears to the host OS as a class compliant MIDI device, and there is no longer a host serial port. So where does serial.print go to in this sketch? One of the on-board serial ports TX1, TX2, or TX3? If so , which one? I don't see any code for pin configuration, so I'm thinking that's not it.
How do I connect something to the serial monitor when using USB MIDI?
In the PrintIncoming sketch, it uses the "Arduino Serial Monitor" (Serial.print) to print out incoming MIDI. I understand that the USB MIDI library changes the USB function so the Teensy appears to the host OS as a class compliant MIDI device, and there is no longer a host serial port. So where does serial.print go to in this sketch? One of the on-board serial ports TX1, TX2, or TX3? If so , which one? I don't see any code for pin configuration, so I'm thinking that's not it.
How do I connect something to the serial monitor when using USB MIDI?