Detach REPL from UART0 on RP2 board #9820
Answered
by
robert-hh
arbego
asked this question in
Hardware & Peripherals
-
I'd like to detach REPL console from UART0, so I can use the UART0 for my own purposes. Is this possible on RP2 board? On esp board I can do |
Beta Was this translation helpful? Give feedback.
Answered by
robert-hh
Nov 2, 2022
Replies: 1 comment 1 reply
-
The pico rp2 has by default REPL at the USB port, not at UART. So you can use UART 0 as such. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arbego
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pico rp2 has by default REPL at the USB port, not at UART. So you can use UART 0 as such.