From 3f4c0a31cbd253a760ac5039117abe834bae7474 Mon Sep 17 00:00:00 2001
From: joe landa <jolanda.wilfer@icloud.com>
Date: Fri, 23 Aug 2019 12:27:45 +0000
Subject: [PATCH] docs(console): Add note for macOS

Update overview.rst for easier understanding/usage of the Pycardium
debugger and console.  For people like me who had no idea how to use it
before.

Manual merge for !219
---
 Documentation/pycardium/overview.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/pycardium/overview.rst b/Documentation/pycardium/overview.rst
index 49370ada..3cdc7541 100644
--- a/Documentation/pycardium/overview.rst
+++ b/Documentation/pycardium/overview.rst
@@ -49,6 +49,16 @@ and power it on::
 
    leds.set_rocket(0, 31)
 
+.. note::
+
+   If you're using iOS/Mac then you can connect to your serial console using:
+
+   .. code-block:: shell-session
+
+      screen /dev/tty.usbmodem* 115200
+
+   You can now see in your console what buttons you have pressed and your
+   console outputs/logs.  With ``CTRL+C`` you exit the console.
 
 REPL modes
 ^^^^^^^^^^
-- 
GitLab