Replies: 2 comments 14 replies
-
Have you tried it? It looks like the configuration should handle setting 9-bit mode, but I have no ability to test it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, no 9 bit support by Micropython fot SAMD51. The STM32 port is the only one which implements 9 bit serial, and it is possible to have it with RP2 PIO scripts. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the datasheet for the ATSAMD51 (available here)
In Section 34., it says:
I notice that there are specific ports of Micropython (like maybe the STM32?) that also seem to reference 9-bit serial support. Thus my question is does the Micropython port also support 9-bit for the SAMD51?
Beta Was this translation helpful? Give feedback.
All reactions