Skip to content
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

Support selected terminal escape sequences in serial monitor #1991

Closed
3 tasks done
wodzuu opened this issue Apr 3, 2023 · 1 comment · May be fixed by #1992
Closed
3 tasks done

Support selected terminal escape sequences in serial monitor #1991

wodzuu opened this issue Apr 3, 2023 · 1 comment · May be fixed by #1992
Labels
conclusion: duplicate Has already been submitted topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement

Comments

@wodzuu
Copy link

wodzuu commented Apr 3, 2023

Describe the request

It would be nice to support following two escape sequences:

  • \x1B[H (move cursor to upper left corner)
  • \x1B[2J (clear screen)

When such sequence is received from serial connection the serial monitor should act accordingly.

Describe the current behavior

Escape sequences are not interpreted as special sequences.

Arduino IDE version

2.0.4

Operating system

N/A

Operating system version

N/A

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
@kittaakos
Copy link
Contributor

Hi @wodzuu . Thanks for taking the time to submit an issue.

I see we already had prior requests for this or similar features, which were declined:

There is a different take on adding such support here: #406

It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other.

If you end up with additional information to share, feel free to comment in the other thread.

@kittaakos kittaakos added conclusion: duplicate Has already been submitted topic: serial monitor Related to the Serial Monitor labels Apr 4, 2023
wodzuu added a commit to wodzuu/arduino-ide that referenced this issue Apr 4, 2023
@per1234 per1234 linked a pull request Mar 12, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants