serial-monitor-rust icon indicating copy to clipboard operation
serial-monitor-rust copied to clipboard

A cross-plattform serial monitor/plotter written entirely in rust.

Results 16 serial-monitor-rust issues
Sort by recently updated
recently updated
newest added

Please add an option to reconnect device automatically when replugging

enhancement
help wanted

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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted

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 ``` ![image](https://github.com/hacknus/serial-monitor-rust/assets/10927717/e1d79993-a154-4f0c-8ccc-133b50d76666) ![image](https://github.com/hacknus/serial-monitor-rust/assets/10927717/b9353f42-93f4-4c7f-9712-dc9135fe1537) 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"...

bug
help wanted

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...

bug
enhancement
help wanted

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...

enhancement

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...