Replies: 3 comments 4 replies
-
With MicroPython v1.22.1 (ie. latest release), these work fine for me. ie. |
Beta Was this translation helpful? Give feedback.
-
Can you go further and call, at least, the any() function for all three
uarts? I got error there!!
So opening works fine in v1.22
*Merci beaucoup, Muito obrigado, Thanks*
*Carlos TangerinoMobile: +33 6 82 05 55 18*
…On Mon 12 Feb 2024 at 13:38, glenn20 ***@***.***> wrote:
With MicroPython v1.22.1 (ie. latest release), these work fine for me. ie.
UART(0), UART(1) and UART(2) print identical lines to those above.
—
Reply to this email directly, view it on GitHub
<#13648 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYEPRH5OGXPBVEGNNXIHYDYTIENPAVCNFSM6AAAAABDESFLO2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DINBRGE4DA>
.
You are receiving this because you are subscribed to this thread.Message
ID: <micropython/micropython/repo-discussions/13648/comments/8441180@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
More testing feedback. MicroPython v1.22.1 on 2024-01-05; Generic ESP32 module with SPIRAM with ESP32
Traceback (most recent call last): File "", line 1, in Regarding the invalid pin error above, I am able to configure Pin 32 as an output and Pin 35 as an input with no errors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform: ESP32-WROVER (firmware ESP32_GENERIC-SPIRAM-20230426-v1.20.0.bin)
Using Thonny REPL I can open the three hardware UARTs: UART0, UART1 and UART2 as shown below (my input in bold):
My current project uses UART(0) and UART(1).
I have since tried 2 later firmware versions:
ESP32_GENERIC-SPIRAM-20231005-v1.21.0.bin
and
ESP32_GENERIC-SPIRAM-20231227-v1.22.0.bin
Both of these firmware versions result in obscure error messages when I use Thonny and type UART(1) or UART(2).
UART(0) is okay as expected.
This is a quote from the MicroPython documentation:
So is it just luck that v1.20.0 allows me to use UART(1)?
Beta Was this translation helpful? Give feedback.
All reactions