redbear / Duo

Resources for the RedBear Duo IoT development board.
http://redbear.cc/duo
226 stars 107 forks source link

Clarification on OSX Serial Port #11

Closed danshev closed 8 years ago

danshev commented 8 years ago

Brand new to this and not clear on this step in the Getting Started document:

$ screen /dev/tty.usbmodemXXXXX

where XXXXX is your Duo device serial port.

Where / how does one find the XXXXX?

kennethlimcp commented 8 years ago

An easier solution is to use things like CoolTerm.. Or on the command line you can try ls /dev/tty.usbmodem*

danshev commented 8 years ago

Very nice, thank you -- I highly recommend that make its way into the document.

Cheong2K commented 8 years ago

Added to the doc., thanks.