树梅派 配置 pin8 pin10(Tx, Rx) 串口
Posted btxz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树梅派 配置 pin8 pin10(Tx, Rx) 串口相关的知识,希望对你有一定的参考价值。
树梅派串口配置记忆:
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) 串口的主要内容,如果未能解决你的问题,请参考以下文章