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

How To: return remove newline from echo #32

Open
johngreen-dev opened this issue Mar 26, 2023 · 1 comment
Open

How To: return remove newline from echo #32

johngreen-dev opened this issue Mar 26, 2023 · 1 comment

Comments

@johngreen-dev
Copy link

johngreen-dev commented Mar 26, 2023

Looking to remove the newline \n from the echo
ATSP0 ( and all other commands) is actually returning me
ATSP0\r\nOK\r\r>

image

I can see how to change the newlines at the end but not for the echo

@andreimanu
Copy link

Imo you could try to do a replace for \r and \n with a blank space, that might help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants