Skip to content

Commit

Permalink
Added Pico_1140_UART
Browse files Browse the repository at this point in the history
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
Isysxp committed Jan 31, 2023
1 parent 68cb0c9 commit 59d456d
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added Pico_1140_DC/images/Pico_1140_UART.uf2
Binary file not shown.

2 comments on commit 59d456d

@guidol70
Copy link
Contributor

@guidol70 guidol70 commented on 59d456d Jan 31, 2023

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/
Pico-interactive

Kind Regards
Guido

@Isysxp
Copy link
Owner Author

@Isysxp Isysxp commented on 59d456d Feb 5, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.