Serial Monitor Suggestion

I am writing some code to interface Arduino to MIDI and am having a hard time debugging since MIDI runs at 31250 Baud but the serial monitor doesnt offer that as an option. It might be nice if that baud rate was added as an option on the serial monitor or some other way to debug when MIDI signals are being sent out serial. Thanks

Think you cannot read the raw midi bytes even if serial monitor would support them.

use putty.exe or teraterm.exe or realterm.exe to capture them.

Or write a small application that transcribes MIDI packets to ASCII, lets name it a MIDI monitor
=> could be a second Arduino!!, or a native computer app (python C# VB...)