Raspberry Pi enable ttyS0: Unterschied zwischen den Versionen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche
K (Kategorie)
 
Zeile 12: Zeile 12:
 
4. Optional: Install terminals
 
4. Optional: Install terminals
 
<pre>sudo apt-get install minicom cutecom</pre>
 
<pre>sudo apt-get install minicom cutecom</pre>
 +
 +
[[Kategorie:Raspberry Pi]]

Aktuelle Version vom 2. November 2015, 21:28 Uhr

How to activate /dev/ttyS0 on Raspberry Pi

1. Disable tty console (ask google, or use raspi-config)

2. Add pi to dialout group

sudo usermod -a -G dialout pi

3. Make link to ttyACM0

cd /dev
sudo ln ttyAMA0 ttyS0

4. Optional: Install terminals

sudo apt-get install minicom cutecom