Search found 3 matches

by rundekugel
Mon Feb 21, 2022 5:46 pm
Forum: Programs, Libraries and Tools
Topic: Debug uPython code with Pycharm
Replies: 0
Views: 10088

Debug uPython code with Pycharm

Hi, I love uPython for ESP8266. But debugging with repl is not always very efficient. I was so desperate, that I wrote some libs, which emulate some functions like pins, uart, adc so I can develop on Linux with Pycharm. Project is here: https://github.com/rundekugel/micropythonemu So I get a little ...
by rundekugel
Sun Feb 20, 2022 8:57 am
Forum: Programs, Libraries and Tools
Topic: Terminal S - a super simple serial terminal
Replies: 10
Views: 9674

Re: Terminal S - a super simple serial terminal

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
by rundekugel
Sun Feb 20, 2022 8:40 am
Forum: Programs, Libraries and Tools
Topic: Terminal S - a super simple serial terminal
Replies: 10
Views: 9674

Re: Terminal S - a super simple serial terminal

For me it's useful. But I had trouble to quit.

Quit with Windows10 - german keyboard setting:

[CTRL]+[+]

Hope this helps also others.