I'm leveraging the Teensy-to-PC USB connection for more varied functions, and hitting some snags.
I've paid attention to this thread. I have what I hope are simple questions:
How to handle different streams of USB...
Thanks so much for explaining these options!
I'm using a solution like #1 for setting my device's USB-MIDI name.
Now that I think of it, I wonder if it has the same timing limitations - that it might not reliably set...
Thanks!
Are these stored in flash?
Is this modifiable at run-time?
i.e. could I put a default in here, that after flashing, run a method to accept an input (from Serial, let's say) and set the values in...
I'm using a Teensy 3.2-type board with a PJRC boot loader.
Stefan Staub's Teensy ID library returns the following:
From my Teensy 3.2-type board with PJRC boot loader
USB Serialnumber: 4294967295
Array...
I’ve been introduced to the Processing toolset to make a Teensy flasher leveraging TyCommander command-line tool.
I’d like to expand the flashing tool to communicate with the running Teensy sketch as well... perhaps...