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.
9
9
10
10
[ Binary bundles] ( https://github.com/hacknus/serial-monitor-rust/releases ) are available for Linux, macOS and Windows.
11
11
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
+
12
16
Features:
13
17
14
18
- [X] Plotting and printing of data simultaneously
@@ -24,6 +28,7 @@ Features:
24
28
- [X] Allow to choose Data-bits, Flow-Control, Parity and Stop-Bits for Serial Connection
25
29
- [X] Saves the configuration for the serial port after closing and reloads them automatically upon selection
26
30
- [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)
27
32
- [ ] Allow to select (and copy) more than just the displayed raw traffic (also implement ctrl + A)
28
33
- [ ] Smarter data parser
29
34
- [ ] make serial print selectable and show corresponding datapoint in plot
You can’t perform that action at this time.
0 commit comments