I had to do a couple things to get the serial port active:
- I had to modify the boot/config.txt and add the following
enable_uart=0
- I had to disable the console
$ sudo systemctl stop
[email protected]
$ sudo systemctl disable
[email protected]
- i also had to remove...