Skip to content

Commit bb696cc

Browse files
committed
update README
1 parent 0c3d76a commit bb696cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1216
Features:
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

0 commit comments

Comments
 (0)