UART basic question #10806
Replies: 3 comments 1 reply
-
see this topic: https://forums.raspberrypi.com/viewtopic.php?t=333550 |
Beta Was this translation helpful? Give feedback.
-
UART0 and USB are by firmware independent. You can route the USB communication to UART, but that's a software setting. |
Beta Was this translation helpful? Give feedback.
-
This is not so much an answer but my decision in this project. I switched to an Arduino Nano Every. With some modifications this board offers 3 hardware serial ports: I got it up and running so no need pursuing to do this on a Pico. Thanks for the input though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm getting started using UART on the Pi Pico and I have some basic questions. I did google but my questions might be to basic and I haven't found any answers yet. I am also not sure if the Pico is the right board for the job because I would need three serial connections and USB debugging in the end.
My progress so far:
What am I trying to achieve?
Is this even possible? For example, when I connect my stepper driver on UART 0, Thonny can't make a connection over USB. This might be a 'Thonny quirk' though, I am trying to switch to Pycharm at the moment.
The main question would be:
Can I use UART0, UART1, a third software UART and USB debugging on the Pico?
If possible I would like to stick with the Pico.
If too complicated, What board would be more suitable in this situation?
Thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions