Merge pull request #2 from bandcamp/mac-tty

Added details of macOS/OSX tty device
pull/7/head
Sebastian Kinne 2017-03-16 07:04:53 +11:00 committed by GitHub
commit e3c1eb92b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.