Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified version that links the console and DL11 to UART0 and UART1 on the pico board. (Speed 115200). Pins: TX/RX on GPIO 0/1 and 20/21.
- Loading branch information
59d456dThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Ian,
COOL :)
will there be also a source version for the UART-version or where can we select between USB/UART (and UARt Pins) while compile?
Why did you choose Pin20/21 for the second terminal?
I dont know how hard it is wired/defined, but on a "old" Pinout-Picture Pin (GPIO 20/21) is also for I2C0 SDA/SCL
UART1 is useable (from that Pinout) on Pin 6/7 (GPIO 4/5) or 11/12 (GPIO 8/9)
Interactive Pico-Pinout at https://pico.pinout.xyz/

Kind Regards
Guido
59d456dThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.