Skip to content
Snippets Groups Projects
Commit c0d01546 authored by Julian's avatar Julian
Browse files

Update firstinterhacktions.md

parent e4dd27a2
No related branches found
No related tags found
No related merge requests found
Pipeline #2365 passed
......@@ -18,8 +18,8 @@ Switch on your card10.
If your card10 display shows the text _USB activated._ your card10 is in the _USB storage_ mode, which is the wrong mode for the interactive python command line. If the device is mounted you need to eject it first. A brief press on the _power_ button will exit the _USB storage_ mode.
<!-- a picture here, indicating the right button would be nice -->
To get to the interactive command line, connect your card10 to your laptop. Typically, it will be called `/dev/ttyACM0` or `/dev/ttyACM1`.
You can find out what it is called on your machine by comparing the output of `ls /dev/tty*` before and after you connect your card10 to the laptop.
To get to the interactive command line, connect your card10 to your laptop. Typically, it will be called `/dev/ttyACM0` or `/dev/ttyACM1`, on Mac OS X likely `/dev/tty.usbmodem14101`.
You can find out what it is called on your machine by comparing the output of `ls /dev/tty*` (or `ls /dev/tty.*` on Mac OS X) before and after you connect your card10 to the laptop.
Depending on which tool you chose, you can open the interactive python command line. You might need to add "sudo" in front of the commands.
- using screen: `screen /dev/ttyACM0 115200`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment