Microcontroller cannot connect when USB to UART module is already connected #15736
Replies: 2 comments 5 replies
-
I figure out that the problem is that I've used A0 and A1 for RX and TX communication. in the other RX/TX with UART1 its working fine. |
Beta Was this translation helpful? Give feedback.
-
I do not understand what you want to achieve. I understand that you can connect a CH340 to A0/A1 and use it with MicroPython as UART(0). Depending on the configuration, you can as well have the REPL prompt at that UART. If you connect both the CH340 USB and the QT_PY's USB to you PC, you may see two different USB devices. Does that happen? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've connected my Adafruit RP2040 QT PY to the CH340E USB to UART module.
When I'm running a code for printing messages to the UART, its working and I see what I've printed.
The problem occurs when the CH340E is already connected to the USB and the RX and TX legs, it says USB device is not recognize and the microcontroller is not running and not sending messages.
I tried to click the reset button and it didn't work for communicating with the UART but it did work for turning on LED when the CH340E is already connected.
I've also tried to connect the CH340E to the USB and connect the microcontroller to a separate power source and it still didn't work.
Any suggestions beside connecting the microcontroller before the UART module?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions