← index #6023PR #18602
Likely Duplicate · high · value 8.820
QUERY · ISSUE

no input for repl with dupterm

openby uraichopened 2020-05-10updated 2024-11-09

On my esp32 and the esp8266 port REPL does not seem to ask for input except for slot 0.
webrepl shows output but does not take input. Same if I try to use a second serial port. Same for utelnetserver. Is this a dupterm problem?
Working with the newest micropython commit v1.12-447-gab4e19770-dirty

CANDIDATE · PULL REQUEST

esp32: Actually read from dupterm.

mergedby smurfixopened 2025-12-23updated 2026-02-06
port-esp32

Summary

The esp32 port didn't read any dupterm input.

Testing

Running my MoaT-Micro stack on an ESP32-S3, this patch is required to actually feed data to the REPL.

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied