Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5260

MicroPython • Re: Dynamic USB Devices

$
0
0
I personally want to support ETH so a Pico can have a network connection so 'mip' can be used with a Pico as well as a Pico W.
mip already works via mpremote, for example the way that usbd is installed from the preliminary repo:

Code:

$ mpremote connect /dev/ttyACM0 mip install --index https://projectgus.github.io/micropython-lib/mip/feature/usbd_python usbd
Allowing 'Reset to BOOTSEL via USB' using VENDOR commands is highly desirable.
Although MicroPython doesn't support it, the industry convention is to open the USB serial connection at 1200 baud as a signal to reset the board to bootloader mode. The official Arduino Pico support depends on that feature.
I would really like a Pico which can present itself as an FTDI serial interface as well as CDC.
But not really spoofing an actual FTDI device by using its USB vendor/product IDs? FTDI's lawyers would have something to say about that

Statistics: Posted by scruss — Thu Mar 21, 2024 6:59 pm



Viewing all articles
Browse latest Browse all 5260

Trending Articles