Hooking up new pyboard to a Window-10 PC [SOLVED]
Posted: Tue Dec 01, 2020 6:46 pm
I'm simply trying to connect my nice new PyBoard v1.1 to a Windows 10 laptop. It's not working, and I haven't found the relevant documentation. While I can see the PyBoard flash drive from Windows, I cannot update the device drivers so as to get a REPL prompt.
The issue: Windows 10 doesn't seem to like installing pybcdc.inf; it instead says that "“the best drivers are already installed”.
Details:
* Open Windows 10 device manager
* Locate "MicroPy Pyboard flash USB device” in the list of devices. Note that the documentation below says that I should instead see "Pyboard virtual com port in FS mode", but that entry does not seem to exist.
* Double-click on it, select the Driver tab and click on Update Driver
* Click on "Browse my computer for driver software" and select the "D" drive (which is where my pyboard flash got mounted)
* "Next" and get the message above.
Am I missing some documentation? What I've found is:
* http://docs.micropython.org/en/latest/p ... /repl.html (but it doesn't have much detail)
* https://www.micropython.org/resources/M ... -setup.pdf (but it seems quite old, and doesn't even mention Windows 10 as an O/S).
The issue: Windows 10 doesn't seem to like installing pybcdc.inf; it instead says that "“the best drivers are already installed”.
Details:
* Open Windows 10 device manager
* Locate "MicroPy Pyboard flash USB device” in the list of devices. Note that the documentation below says that I should instead see "Pyboard virtual com port in FS mode", but that entry does not seem to exist.
* Double-click on it, select the Driver tab and click on Update Driver
* Click on "Browse my computer for driver software" and select the "D" drive (which is where my pyboard flash got mounted)
* "Next" and get the message above.
Am I missing some documentation? What I've found is:
* http://docs.micropython.org/en/latest/p ... /repl.html (but it doesn't have much detail)
* https://www.micropython.org/resources/M ... -setup.pdf (but it seems quite old, and doesn't even mention Windows 10 as an O/S).