REPL over UART only #13753
Unanswered
hugolundin
asked this question in
RP2040 / Pico
REPL over UART only
#13753
Replies: 2 comments
-
Look at my attempt and solution, I build Micropython: https://forums.raspberrypi.com/viewtopic.php?p=2299420 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an old discussion topic. After some search I think you would need something like:
see: here for example and dupterm docs and here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the USB serial device for sending raw bytes with pyserial only, and not have the REPL there. I tried setting
MICROPY_HW_ENABLE_UART_REPL
to(1)
inmpconfigport.h
, but the REPL is still available over USB serial.Can this by done, either in
boot.py
(dupterm?) or viampconfigport.h
? Thank you!Beta Was this translation helpful? Give feedback.
All reactions