This is a test repository for serial communication
Reference: Raspberry Pi Documentation - Configuration
- execure the command below
sudo raspi-config
-
Select
3 Interface Options Configure connections to peripherals
-
Select
I6 Serial Port Enable/disable shell messages on the serial connection
-
Select
<No>
forWould you like a login shell to be accessible over serial?
-
Select
<Yes>
forWould you like the serial port hardware to be enabled?
echo dtoverlay=disable-bt | tee -a /boot/config.txt
sudo reboot
goreleaser build --snapshot --rm-dist