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

Backspace character '\b' in Serial output #94

Open
bigguiness opened this issue Jul 12, 2022 · 1 comment
Open

Backspace character '\b' in Serial output #94

bigguiness opened this issue Jul 12, 2022 · 1 comment
Assignees

Comments

@bigguiness
Copy link

I'm trying to run a "spinner" in the serial output when my sketch is idle. This should output one of the '|' '/' '-' '\' characters on each loop with a backspace '\b' after the character.

When I try this with my sketch and TyCommander 0.9.7-2-g2475490 I get, what I assume is, a notofu symbol between the characters instead of the backspace.

Is the backspace character in the serial output a problem with TyCommander or a problem with the Serial print stuff in Arduino?

If it matters I'm doing this with a Teensy 4.0 board, Arduino 1.8.13, and Teensyduino 1.53. I'm trying this on an Ubuntu 18.04.6 LTS system.

@Koromix
Copy link
Owner

Koromix commented Nov 25, 2022

Most GUI apps do not support the backspace control character, unlike terminal emulators (I guess).

But it could be useful so I'll look into it over the weekend ;)

@Koromix Koromix self-assigned this Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants