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

Serial Monitor: add ability to send bytes without clicking send #8

Open
EmbeddedMan opened this issue Feb 22, 2017 · 4 comments
Open

Comments

@EmbeddedMan
Copy link
Member

It would be a very nice feature (that even Arduino serial monitor doesn't have) to allow the user to type a single character and send that right off to the board, rather than wait for the user to also click Send.

There should be a way to choose which behavior mode you want to use.

@gholdys
Copy link
Collaborator

gholdys commented Feb 22, 2017

Any idea how should we control this behaviour from the UI? Some checkbox, a toggle-button? I can't think of any good UI solution right now.

@EmbeddedMan
Copy link
Member Author

EmbeddedMan commented Feb 22, 2017 via email

@gholdys
Copy link
Collaborator

gholdys commented Feb 22, 2017

OK and should there be an "echo" for the single-byte mode? Should the characters that the user types in appear in the messages view below? Should they disappear immediately from the input field or should they stay there?

@EmbeddedMan
Copy link
Member Author

EmbeddedMan commented Feb 22, 2017 via email

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