How can 2 picos communicate using USB #13636
Unanswered
destatez
asked this question in
RP2040 / Pico
Replies: 1 comment 19 replies
-
This isn’t an answer, it’s a clarification. I have forgotten how to mod the initial discussion. I’m using MicroPython for the programming language for both. |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve got 2 Picos that are tied to a USB hub, for power. I’d like one of those to transmit text data to the other using the USB. Can I just set Pico1 to use its uart0 for transmit and Pico2 to use its uart1 for receive? I only need communication in this one direction. This seems too simple to get the two Picos talking over USB. Is there something else I should do?
Beta Was this translation helpful? Give feedback.
All reactions