LineEditor send $ to terminal #219
Unanswered
andromeda2911
asked this question in
Q&A
Replies: 1 comment
-
after investigation the problem comes from Terminal.send used at the same time as Terminal.connectLocally |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I retrieve the value from Line Editor, anf I send it to the serial port, I receive in the terminal a dollar $ for each word or letter sent.
for example if i type:
A B C D, output to terminal is A$ B$ C$.
If i send string for example "hello", ouput is hello$$.
it's possible to clear this dollars ?
Beta Was this translation helpful? Give feedback.
All reactions