2 - Receiving data using a CLI instead of the IDE serial monitor If you get the steps above done, you can start the next steps which uses a CLI to replace the (IDE) serial monitor. This example uses ...
python serialmidi.py --serial_name=COM4 --midi_in_name="loopMIDI Port IN 0" --midi_out_name="loopMIDI Port OUT 2" This command line script establishes Serial to MIDI bridge. It will be useful with ...