-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Proposal] particle serial terminal #85
Comments
👍 this would be an extremely useful feature. It would be awesome if the command had an option that would open a serial connection to device, enter a character sequence, return the output to stdout, and exit. Perhaps my feature request is a bit different than what Kenneth is describing, my use case is more like a generalized version of To contextualize my use case, here is an example task I'd use this feature for: Write a test case somewhere in our CI pipeline that would assert a device reports expected versions of things ala |
|
Perfect. On Tue, Aug 4, 2015 at 10:07 AM, Kenneth Lim notifications@github.com
|
For |
would it also be useful if we allow users to specify whether they want each char sent immediately, or if they want to queue them up and then send on newline? This would be helpful against typos when playing with basic protocols that are newline terminated. |
For some reason I thought I would love to see For @brycekahle this is a valuable & much needed built-in feature for the CLI and totally gets 👍 👍 of support. Please let me know if you want help bringing this to life. |
Since we now got the auto-reconnect feature |
Please don't close that. I'd still want this to happen. |
This is similar to
particle serial monitor
but user input will be passed to the device as well. It should be a single char passed each time a key is pressed.The text was updated successfully, but these errors were encountered: