-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1991: add support for 'clear screen' and 'move to home' #1992
base: main
Are you sure you want to change the base?
Conversation
Hi @wodzuu, thanks for the contribution. What IDE2 needs, in the long run, is a pseudoterminal: #1473 (comment). |
Hi @kittaakos. Yes, that would be perfect. However this seems to be a much bigger task than just adding support for those two escape sequences. And I think they already make a significant difference (for me at least :P ) |
Hi @kittaakos. |
No, I do not think so. IDE2 never talks with the board directly on serial or other ways. The Arduino CLI knows how to talk to the board and acts as a middleman between the device and the IDE. It wouldn't be easier to integrate an external tool with IDE2, especially since YAT is for Windows only, as I see, and we want to make the features available to all users. Furthermore, it seems to be possible without any external tools (#1473 (comment)):
monitor_running_in_terminal.mp4I have another ongoing implementation, which uses the Please bear with us; do not think we do not hear your voice. |
Motivation
Implement feature requested in Issue #1991
Change description
A complete rewrite of
messagesToLines
frommonitor-utils.ts
Other information
Docs have not been updated as there are no docs related to the Serial Monitor
Reviewer checklist