From fc2b0f72159aa49a48d252f22c5a085ea2bae8fb Mon Sep 17 00:00:00 2001 From: Tony Green Date: Thu, 16 Mar 2017 06:27:45 +1100 Subject: [PATCH] Added details of macOS/OSX tty device --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 75a5955..f419a0a 100644 --- a/index.md +++ b/index.md @@ -232,7 +232,7 @@ Open PuTTY and select Serial. Enter COM# for serial line and 115200 for Speed. C ``` ls /dev/tty*" or "dmesg | grep tty ``` -> Usually on a Linux host, the Bash Bunny will register as either /dev/ttyUSB0 or /dev/ttyACM0 +> Usually on a Linux host, the Bash Bunny will register as either /dev/ttyUSB0 or /dev/ttyACM0. On an OSX/macOS host, the Bash Bunny will register as /dev/tty.usbmodemch000001. 2. Next, connect to the serial device using screen, minicom or your terminal emulator of choice. > If screen is not installed it can usually be found from your distributions package manager.