Closed Stevenlawrencehoriba closed 1 year ago
What hardware are you using? The example works for me as expected on a Teensy 4.1.
The examples uses an USB emulated serial device which doesn't use the baud rate parameter at all. Therefore, the value doesn't matter.
when using a physical teensy 4.1 it fails to run on the teensy, from platformio running the serial console .
What output do you get on the serial console?
Issue closed because it's stale.
commenting out task3 fixes the issues, assume this is being tested for std:async and futures. Also the serial port has been set in the code to 115200, but platformIO.ini has not set the serial port up to 115200, so default to 9600 baud