-
Notifications
You must be signed in to change notification settings - Fork 1.7k
UART information needed. #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
don't have any docs, but i suspect uart0 and uart1 use separate tx and rx pins and i know that one of them is enabled at bootup, the rx/tx on the GPIO header are fully working as /dev/ttyAMA0 under linux edit: the table lists every pin that rx/tx 0 and rx/tx 1 can be routed to, goes to a lot more pins then i was expecting |
Is this issue still relevant or can it be closed? |
The BCM2835 manual notes a UART0 and a UART1.
From what I can gather, UART0 is the full PL011, and UART1 is the "miniUART" that is supposed to be simpler.
Questions:
What I really need is a high level overview of what steps are needed to get a uart to the state needed to output characters.
The text was updated successfully, but these errors were encountered: