no input for repl with dupterm
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
esp32: UART(0) is disabled (dedicated to REPL)
Hi @dpgeorge,
in response of to the pull request #3784 relative to the dupterm of the esp8266, my need is to use the UART(0) it's not because the other ports are in use, but because my society production version of the board esp32 use RXD0 and TXD0 to communicate with the device.
By now the esp32 was produced so we can't change the hardwere, is there any way to detach the UART(0) from the REPL using the dupterm function?
I hope i made my point.
Thank you for your reply in advance.