The light on the AD2PI is blinking consistently. When I try to connect to the device to send it commands, communication with the device never starts and locks up the device completely until I reboot the Pi.
I have stopped and disabled getty and rebooted:
- Code: Select all
sudo systemctl stop serial-getty@ttyAMA0.service
sudo systemctl disable serial-getty@ttyAMA0.service
When I try to connect to the device with screen, I get a blank screen and it does not respond to any commands, such as C.
- Code: Select all
screen /dev/ttyAMA0 115200
At this point, I'm not sure where to go next in terms of troubleshooting.