Terminal S - a super simple serial terminal

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
rundekugel
Posts: 3
Joined: Sun Feb 20, 2022 8:36 am

Re: Terminal S - a super simple serial terminal

Post by rundekugel » Sun Feb 20, 2022 8:57 am

tve wrote:
Thu May 21, 2020 8:13 pm
miniterm.py raw mode doesn't support arrow keys
have you tried

Code: Select all

--filter direct
instead of raw
I tried

Code: Select all

--filter direct

with Win10 and Python3.9: It doesn't work with cursor keys. Instead of up,down.left,right I get H,P,L,M

terminal-s works

Post Reply