Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added instructions for finding Meta key on MacOS #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading