1. 程式人生 > >樹梅派 配置 pin8 pin10(Tx, Rx) 串口

樹梅派 配置 pin8 pin10(Tx, Rx) 串口

sudo minicom 更新 console .... 使用 ebo dto ons

樹梅派串口配置記憶:

1、關閉藍牙: sudo systemctl disable hciuart

2、開啟串口功能:sudo raspi-config -> 5 Interfacing Options -> P6 Serial ->Enable

3、恢復串口使用:在 /boot/config.txt 文件中添加 dtoverlay=pi3-miniuart-bt

6、關閉串口控制臺:修改 /boot/cmdline.txt 內容為 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline ....

7、安裝串口測試工具: sudo apt-get install minicom

8、配置串口: sudo minicom -s -> Serial port setup->A Serial Device: /dev/ttyAMA0 -> Save setup as df1

9、更新並重啟系統:sudo apt-get update sudo apt-get upgrade sudo reboot now

樹梅派 配置 pin8 pin10(Tx, Rx) 串口