Thank you rcarr and defragster for you answers.
I didn't know that, I supposed that the function would be called only at the end of each loop. I think this can be helpful since I am using a single global buffer...
Dear everyone,
I recently started to use Teensy boards at work, so it happens that I am referencing material on this forum quite a lot.
Since I am also at the beginning of my embedded development journey (as...
Thank you rcarr for your answer.
I see your point, but from what I red on the forum, "serialEvent" is not an interrupt but just a check that is happening at the start of every loop. In my code I have defined both...
Hi everyone,
we recently started to use some Teensy boards in various parts of our product. Everything is working great, but I have a random loss of bytes during USB communication.
The system I am working on is...