Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Raspberry Pi enable ttyS0

244 Byte hinzugefügt, 20:57, 21. Apr. 2015
Die Seite wurde neu angelegt: „== How to activate /dev/ttyS0 on Raspberry Pi == 1. Disable tty console (ask google, or use raspi-config) 2. Add pi to dialout group <pre>sudo usermod -a -G dial…“
== How to activate /dev/ttyS0 on Raspberry Pi ==
1. Disable tty console (ask google, or use raspi-config)

2. Add pi to dialout group
<pre>sudo usermod -a -G dialout pi</pre>

3. Make link to ttyACM0
<pre>
cd /dev
sudo ln ttyACM0 ttyS0
</pre>
1.955
Bearbeitungen