Remove timeout for SerialUART/SerialPIO::read/peek (#466)
Fixes #464 and other incompatibilities Remove the timeout check from ::read and ::peek on the SerialUART/PIO classes (SerialUSB already ignores it). See documentation https://www.arduino.cc/reference/en/language/functions/communication/serial/settimeout/ and thanks to @jandrassy's explanation https://github.com/earlephilhower/arduino-pico/issues/464#issuecomment-1031657044
Showing
Please register or sign in to comment