Hi @BriComp , thanks for your answer, I agree with @jmarsh , when defined as static it will be initialized once.
And actually the code works perfectly running locally with the teensy connected trough USB. The problem of the teensy not entering...
By the way, the code I have on the teensy that reads the serial port is:
//////////////////////////////////////////////////////////
// Proces COMMANDS from Serial
//////////////////////////////////////////////////////////
// Non-blocking...
Hi everyone,
I’ve been trying to use a Teensy 4.1 remotely through VirtualHere (USB over network), and I’ve found something interesting that looks like it’s coming from the Teensy side rather than VirtualHere itself.
The setup: the Teensy 4.1...