UART A is on pin 8 and pin 10 with optional flow control on pin 16 and pin 18.
sudo ldto enable uarta
sudo stty -F /dev/ttyAML6 921600
To support the 921600 and other specific baud rate, a different dtoverlay uarta-clk81
must be used in place of uarta
.
sudo ldto enable uarta-clk81
sudo stty -F /dev/ttyAML6 921600
There are also other hardware UARTs available and even software UART that can be created on most pins.
UART AO B on pin 3 and pin 5.
UART C on pin 19 and pin 21 with optional flow control pins 23 and pin 24.
If you need these, please post below.
MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG) - GitHub - juribeparada/MMDVM_HS: MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards ...
I have this hat, it has 2 x 10 pin headers, the first 10 pins and the last 10 pins, could it be possible it uses UART AO B? I’ve been trying to locate more info in regards to these boards, but still haven’t found anything.
We will add and push the overlays for UART AO B in the next 24 to 48 hours.
1 Like
We have added UART-AO-B to GitHub - libre-computer-project/libretech-wiring-tool .
You have to manually clone and make for now to enable and merge but it should appear on the apt update in a few days.
Thank you. WIll check it out after I tackle my first project.