asyncio uart question #12840
Replies: 2 comments 1 reply
-
Just out of curiosity, where did you get this firmware from? Looks like something has gone wrong with the version information string.
This suggests that the uart is returning I will need to try and replicate this here. |
Beta Was this translation helpful? Give feedback.
-
Firmware builded 25 or 26th October this script:
I used read(10) instead of readline(). It worked for now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I want to receive data over Uart. I tried with asyncio.
I got an error.
When I try without asyncio
No problem.
What should I do for asyncio?
Beta Was this translation helpful? Give feedback.
All reactions