I updated my code and test it on Windows and seems quite ok. Or you see there any mistakes? I send 120000 values from Teensy, it takes about 1.4s. I generate sine wave with some noise and add 5us between every sample to emulate 30k sampling rate...
Hi all,
I try make app which send data from Teensy 4.0 to Kivy Python app. Now I send some info data usin serial.print and its ok. I send 30000 values using serial.write and it works for a few readings and then is some error.
I need help with...