serial-monitor-rust
serial-monitor-rust copied to clipboard
A cross-plattform serial monitor/plotter written entirely in rust.
Please add an option to reconnect device automatically when replugging
Hi just want to race awareness that I've started work on a new ZMODEM crate recently: https://github.com/jarkkojs/zmodem2. It is progressing rapidly as can be witnessed from the Git log. I've...
It would be quite useful if there were a graphical way to see what text line corresponds to what point on the x axis. For example mousover the text line...
It would be nice to have support for things like [defmt](https://github.com/knurling-rs/defmt) and/or [probe-run](https://github.com/knurling-rs/probe-run)/[probe-rs](https://probe.rs/) or similar. I imagine defmt would make a lot of sense for fast and efficient logging of...
When having different values with completely different scales, the smaller ones turns in to flat lines close to zero It would be useful to have individual scaling per channel like...
A semi hacky POC for #85 (Yes, I have a low res screen :) ) ```bash [albin@macen serial-monitor-rust]$ ping 1.1.1.1 | cargo r ```   BTW, any ideas as...
When you connect device A which transmits 5 columns and then later one reconnect device A but now it transmits 6 columns, the sixth label is hidden. A "reset labels"...
Not able to select and scroll the raw traffic. We should find a way to allow similar behavior as in a text editor. Also CTRL+A should be implemented. A workaround...
It would be good to have a quick introduction window popping up on first launch to show all the features. For example: - double clicking the plot to center it...
Hi, I would love to be able to run `serial-monitor-rust`, I have been searching for something like this for a very long time. However, I'm having great difficulty getting it...