Open robertstuart opened 4 years ago
I am having the same issue on the teensy 4.0. I read some ware that there need to be a short delay between each character not between each write. I thought the library would have done this for you but it looks like you need to do it in your code.
When I compile and run the code below for a Teensy 4.0, many characters are dropped. A typical output is also shown below. The errors seem to be random. Adding delay(20) lines in the code seems to have no effect. When I run the same code on an Arduino Mini Pro, the output is perfect. I really, really would like to get this fixed. Any ideas?
Just as a side note, I should mention that there is a compile error when compiling for a Teensy 3.2. I don't need this but I thought someone should know.