Skip to content

Commit

Permalink
teensy: Update the README with OSX specific information and tips.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greh authored and dpgeorge committed Jun 6, 2016
1 parent c8332a5 commit eb78a5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions teensy/README.md
Expand Up @@ -56,3 +56,17 @@ include Makefile
GNUmakefile is not checked into the source code control system, so it will
retain your settings when updating your source tree. You can also add
additional Makefile customizations this way.

### Tips for OSX

Set the ARDUINO environment variable to the location where Arduino with TeensyDuino is installed.
```bash
export ARDUINO=~/Downloads/Arduino.app/Contents/Java/
```

Search /dev/ for USB port name, which will be cu.usbmodem followed by a few numbers. The name of the port maybe different depending on the version of OSX.
To access the Python prompt type:

```bash
screen <devicename> 115200
```

0 comments on commit eb78a5c

Please sign in to comment.