File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ simultaneously.
99
1010[ Binary bundles] ( https://github.com/hacknus/serial-monitor-rust/releases ) are available for Linux, macOS and Windows.
1111
12+ Running the apple silicon binary may result to the message "Serial Monitor is damaged and cannot be opened.", to get
13+ around this you first need to run:
14+ ` xattr -rd com.apple.quarantine Serial\ Monitor.app `
15+
1216Features:
1317
1418- [X] Plotting and printing of data simultaneously
@@ -24,6 +28,7 @@ Features:
2428- [X] Allow to choose Data-bits, Flow-Control, Parity and Stop-Bits for Serial Connection
2529- [X] Saves the configuration for the serial port after closing and reloads them automatically upon selection
2630- [X] Option to save raw data to file
31+ - [X] Use keyboard shortcuts (ctrl-S to save data, ctrl-shift-S to save plot, ctrl-X to clear plot)
2732- [ ] Allow to select (and copy) more than just the displayed raw traffic (also implement ctrl + A)
2833- [ ] Smarter data parser
2934- [ ] make serial print selectable and show corresponding datapoint in plot
You can’t perform that action at this time.
0 commit comments