Added hint for /dev/ttyAMA0, if bluetooth is off or on miniuart.

joerggollnick 2019-01-09 06:47:16 +01:00
parent c1efa3c654
commit 3fd01b24f6
1 changed files with 6 additions and 1 deletions

@ -17,7 +17,7 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi
| Device | Serial Connection |
| ------------- |---------------|
| RaspberryPi 1/2 | /dev/ttyAMA0 |
| RaspberryPi 1/2/3 (BT disabled or miniuart) | /dev/ttyAMA0 |
| RaspberryPi 3 | /dev/ttyS0 |
`sudo systemctl stop serial-getty@ttyS0.service`
@ -36,6 +36,11 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi
-> add the line (at the bottom):
`enable_uart=1`
Please note following overlays setting port to `/dev/ttyAMA0`
* `pi3-miniuart-bt`
* `pi3-disable-bt`
4. Reboot your Pi