-
With PyBoard, I use MicroPython class UART and its methods UART.any(), UART.readinto() |
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
Feb 14, 2023
Replies: 2 comments 3 replies
-
IYou can list all implemented elements of the UART class by:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TomLinz
-
You can do this (as shown by the following example):
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IYou can list all implemented elements of the UART class by: