@@ -6,10 +6,8 @@ A cross-platform serial monitor and plotter written entirely in rust, the GUI is
66using [ egui] ( https://github.com/emilk/egui ) .
77Inspired by the serial monitor/plotter from the Arduino IDE, but both plotting and reading the traffic can be done
88simultaneously.
9- Additionally, the output of the plot and the traffic can be saved to a file (TBD). The window of the plot can also be
10- adjusted.
11- Data points in the received string between ", " or "," or ":" or ": " that can be parsed into floats will be plotted as
12- lines, everything else will be discarded without raising an error.
9+
10+ [ Binary bundles] ( https://github.com/hacknus/serial-monitor-rust/releases ) are available for Linux, macOS and Windows.
1311
1412Features:
1513
@@ -18,7 +16,7 @@ Features:
1816- [X] History of the past sent commands
1917- [X] Low CPU Usage, lightweight
2018- [X] Clear history options
21- - [X] Data Window width is adjustable
19+ - [X] Data Window width (number of displayed datapoints in plot) is adjustable
2220- [X] Cross-platform, fully written in Rust
2321- [X] Ability to save text to file
2422- [X] Ability to save the plot
@@ -46,6 +44,7 @@ Tested on:
4644
4745- macOS 12.4 Monterey x86
4846- macOS 13.2.1 Ventura ARM
47+ - Debian 12 (Testing) x86
4948- Windows 10 x86
5049- ...
5150
0 commit comments