mip already works via mpremote, for example the way that usbd is installed from the preliminary repo: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.
Code:
$ mpremote connect /dev/ttyACM0 mip install --index https://projectgus.github.io/micropython-lib/mip/feature/usbd_python usbd
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.Allowing 'Reset to BOOTSEL via USB' using VENDOR commands is highly desirable.
But not really spoofing an actual FTDI device by using its USB vendor/product IDs? FTDI's lawyers would have something to say about thatI would really like a Pico which can present itself as an FTDI serial interface as well as CDC.
Statistics: Posted by scruss — Thu Mar 21, 2024 6:59 pm