Search found 1 match

by rink
Mon Apr 01, 2019 1:36 pm
Forum: Programs, Libraries and Tools
Topic: REPL conflicting with UART(0)
Replies: 6
Views: 12899

REPL Duplication with dupterm ESP32

I'm trying to duplicate the REPL to UART2 uart2=machine.UART(2, tx=17,rx=16,baudrate=9600) uos.dupterm(uart2) The result is that whatever is typed through the serial connection on USB/UART(0) is duplicated in uart2. But not the other way around. When typing in uart2, no data appears on UART(0). Howe...