Started working on project on 20190128 Dual UART Raspberry Pi
- goto
raspi-config
and change use hardware serial to yes in interface menu. - type in
sudo /boot/config.txt
and adddtoverlay=pi3-disable-bt
- Run
sudo systemctl disable hciuart
Started working on project on 20190128 Dual UART Raspberry Pi
raspi-config
and change use hardware serial to yes in interface menu.sudo /boot/config.txt
and add dtoverlay=pi3-disable-bt
sudo systemctl disable hciuart