-
-
Notifications
You must be signed in to change notification settings - Fork 398
Feature Request: Serial Monitor #876
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
Comments
hi @sohnryang We welcome this feature request nonetheless, as it will be part of our upcoming FAQ. Anyway if you search the web for "serial communication app" and add your OS you'll get a lot of options. |
@ubidefeo I know tools like |
I can see the usefulness for a few users. We'd have to implement cross-platform solutions for this, but we can't yet give way for these features, we've definitely talked about this but we're leaning towards adding this to an FAQ and advising users to choose a terminal communication mean, and if we get a lot of requests we might being it to the roadmap :) |
Might not be the exact replacement for Serial Monitor, but this is a software that I find very useful. It reads and plots data from your serial port, and also lets you send commands to the board in ASCII or binary format. |
Thanks for responding! |
One advantage of adding a Serial monitor to arduino-cli is that we could keep the serial monitor open when uploading the sketch just like Arduino IDE. With 3rd party software, it doesn't know when to stop accessing the port and let the arduino-cli upload the sketch. It is annoying to close and open the serial monitor every time you want to upload a sketch, especially when the sketch has a bug and you're occupied in trying to debug it |
@giripriyadarshan |
Not really.... currently, Arduino IDE offers a Serial monitor which is stopped by the IDE (without erasing the previous outputs) when we are uploading to the board and continues the Serial monitor when the board restarts(after upload).
Yes, probably that's what the IDE does too right? |
@giripriyadarshan |
True that ..... But this was a suggestion ...... When implementing the serial monitor, please implement it like the IDE version not like a 3rd party serial monitor (as they already exist). |
we'll do our best :D |
For anyone looking for a simple solution to handling serial monitoring on Linux automatically, just write a simple bash script. Here is an example that can be used inside of tmux to compile, upload, and automatically handle serial monitoring with screen. It kills and restarts screen inside of the second window of tmux.
|
Resolved by #1495 |
A built-in serial monitor in arduino-cli would be great.
The text was updated successfully, but these errors were encountered: