Notifications
Clear all
Topic starter
2021-08-17 6:28 am
Raspberry Pi pico reads serial data when using into if uart.readline() will accept data is not complete
This topic was modified 2 years ago by Maxli
Topic starter
2021-10-27 1:52 am
I know why, because uart.readline() function underlying logic is to determine the carriage return character, so when used in conjunction with the serial screen command, it is best to use uart.read() directly and then specify the number of characters.