Read USB port on Raspberry Pi Pico with alternative to pyserial #10422
Unanswered
hanssens
asked this question in
Using MicroPython
Replies: 1 comment 3 replies
-
USB Host and Device functions for micropython-controlled boards are work in progress, I think (see e.g. #9356 and #9497). Your Linux-based example works mostly because the real communication to the USB device runs over some more or less complex drivers, all hidden behind the automagically created |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to read out a USB-connected device hooked onto my Raspberry Pi Pico, which in CPython is quite easily done using the pyserial lib:
Considering pyserial isn't available in micropython, what can I dive into to achieve the same? I.e. read out data from a USB connected device.
Please note that I'm new to micropython and am looking to both the docs and the source, but can't find a good example for this use case (USB) yet.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions