You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Ideally I'd like be able simply to input \n or \r char(s) into the input that is used to collect about-to-be-sent data.
Your suggestion AFAICS is related to being able to set character that serial input should be followed with, which is slightly different. It will allow you to put new lines, but will require you to put each single line separately.
Whereas having the input element that works with new lines, you can put multiline content before you actually send it.
Currently there's no way to insert
\n
char to the Serial port, even if copied and pasted from external source VSCode builtin input will strip it.Sometimes it's a handy to terminate strings using eol.
The text was updated successfully, but these errors were encountered: