Disabling REPL echo in Unix port

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Disabling REPL echo in Unix port

Post by aivarannamaa » Sun May 17, 2020 12:04 pm

When I do `stty -echo` either in the shell before starting `python3` or as `os.system("stty -echo")`, the REPL stops local echoing.

Neither of this works with `micropython`. Is this a bug or feature?

I know that bare-metal ports include Raw-REPL, which doesn't echo, but this is missing from the Unix port.
Aivar Annamaa
https://thonny.org

Post Reply