Skip to content

Commit

Permalink
added instructions for finding Meta key on MacOS
Browse files Browse the repository at this point in the history
added link to macos-meta.md

updated summary.md to include new file
  • Loading branch information
8alpreet committed Oct 31, 2024
1 parent e6773cc commit eb12c8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions microbit/src/06-serial-communication/minicom-on-macos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Minicom on macOS

### Finding Your Command Key

```shell
$ # start minicom in setup mode
$ minicom -s
```
1. Select `Keyboard and Misc Functions`
2. Look at the first option `A - Command key is`
2 changes: 2 additions & 0 deletions microbit/src/06-serial-communication/nix-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ Mac, the shortcuts start with the `Meta` key. Some useful commands below:
- `Ctrl+A` + `Q`. Quit with no reset

> **NOTE** Mac users: In the above commands, replace `Ctrl+A` with `Meta`.
[Can't find the Meta key?](minicom-on-macos.md)
1 change: 1 addition & 0 deletions microbit/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [Serial communication](06-serial-communication/README.md)
- [\*nix tooling](06-serial-communication/nix-tooling.md)
- [Windows tooling](06-serial-communication/windows-tooling.md)
- [Minicom on macOS](06-serial-communication/minicom-on-macos.md)
- [UART](07-uart/README.md)
- [Send a single byte](07-uart/send-a-single-byte.md)
- [Send a string](07-uart/send-a-string.md)
Expand Down

0 comments on commit eb12c8a

Please sign in to comment.