Raspberry Pi enable ttyS0: Unterschied zwischen den Versionen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche
(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…“)
(kein Unterschied)

Version vom 21. April 2015, 22:57 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 ttyACM0 ttyS0