Good afternoon (just!).
I have had my Teensy 4.1 working very satsifactorily, for two or three years now as a USB MIDI device in my Virtual Pipe Organ (VPO).
However, thus far compilation has been set to "USB Type = MIDI". The MIDI messages pass both ways, Input & Output to/from the Teensy.
I now need to view some (existing) debugging messages using Serial output (Serial Input is not required, just Serial Output).
As there is currently no problem with the code, I have not included it.
If I set the USB Type to "MIDI + Serial" so as to permit me to pick up debug messages via Serial output, am I likely to break the MIDI operations?
The debug messages are already in place in the code as Serial.println() messages.
I want to pick them up for display via Putty, while the code is running in the organ.
But I also wish to check I won't break what is already running well!
Thanks in advance,
Kenneth Spencer
I have had my Teensy 4.1 working very satsifactorily, for two or three years now as a USB MIDI device in my Virtual Pipe Organ (VPO).
However, thus far compilation has been set to "USB Type = MIDI". The MIDI messages pass both ways, Input & Output to/from the Teensy.
I now need to view some (existing) debugging messages using Serial output (Serial Input is not required, just Serial Output).
As there is currently no problem with the code, I have not included it.
If I set the USB Type to "MIDI + Serial" so as to permit me to pick up debug messages via Serial output, am I likely to break the MIDI operations?
The debug messages are already in place in the code as Serial.println() messages.
I want to pick them up for display via Putty, while the code is running in the organ.
But I also wish to check I won't break what is already running well!
Thanks in advance,
Kenneth Spencer