Skip to content
Merged
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