Hi,
I experiment with REPL over UART. I enabled serial REPL, built firmware and it works.
But... I connect the Pico to an older DOS machine and I see that some characters are dropped when getting response from Pico.
Maybe the UART speed of 115200 is too high in this case? Can I change the speed of REPL over UART? I tried something like machine.UART(0, 57600) but Pico responds with PANIC and communication hangs.
Marek
I experiment with REPL over UART. I enabled serial REPL, built firmware and it works.
But... I connect the Pico to an older DOS machine and I see that some characters are dropped when getting response from Pico.
Maybe the UART speed of 115200 is too high in this case? Can I change the speed of REPL over UART? I tried something like machine.UART(0, 57600) but Pico responds with PANIC and communication hangs.
Marek
Statistics: Posted by mareksaw — Sun Mar 23, 2025 5:18 pm