# Micropython Windows 10 compatibility issue

**URL:** https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708
**Category:** Factual Questions
**Created:** [May 9, 2021, 6:09pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708 "2021-05-09T18:09:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Crane](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/crane/32/3495_2.png) [@Crane](https://boards.straightdope.com/u/Crane)
#### Post date: [May 9, 2021, 6:09pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/1 "2021-05-09T18:09:58Z")

</div>

So, I finally abandoned VB6 for utility programs and moved to Python. Actually Micropython because it supports the Pyboard that has everything for hardware applications and executes Python code.

The Pyboard USB connects to the PC and should appear in the Explorer memory map. But, it doesn’t. Windows 10 does not detect the presence of the board. Anybody familiar with this?

---

<div class="post-metadata">

### Author: ![DPRK](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@DPRK](https://boards.straightdope.com/u/DPRK)
#### Post date: [May 9, 2021, 6:18pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/2 "2021-05-09T18:18:32Z")

</div>

This utility

> **[View any installed/connected USB device on your system](https://www.nirsoft.net/utils/usb_devices_view.html)**
>
> USBDeview is a software that lists all USB devices that connected to your computer, and allows you disable, enable or uninstall them.

should display whether the device is detected

---

<div class="post-metadata">

### Author: ![Crane](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/crane/32/3495_2.png) [@Crane](https://boards.straightdope.com/u/Crane)
#### Post date: [May 9, 2021, 6:46pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/3 "2021-05-09T18:46:32Z")

</div>

Thanks - USBDeview does not detect the Pyboard.

---

<div class="post-metadata">

### Author: ![DPRK](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@DPRK](https://boards.straightdope.com/u/DPRK)
#### Post date: [May 9, 2021, 6:49pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/4 "2021-05-09T18:49:50Z")

</div>

In that case, you should test it with a different computer to see if the problem is with the board, or with your computer.

ETA also booting into Linux using a USB key, and then plugging in the dev board, can distinguish whether it is not detected at all, or whether it is a problem only under Windows. But really it is supposed to show up as a USB storage device regardless of the operating system.

---

<div class="post-metadata">

### Author: ![Crane](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/crane/32/3495_2.png) [@Crane](https://boards.straightdope.com/u/Crane)
#### Post date: [May 9, 2021, 7:01pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/5 "2021-05-09T19:01:32Z")

</div>

I’ll try that.

I did test all of the USB sockets with other USB devices and USBDevice correctly identified them all. But, it doesn’t see the Pyboard.

---

<div class="post-metadata">

### Author: ![Dr.Strangelove](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/dr.strangelove/32/6613_2.png) [@Dr.Strangelove](https://boards.straightdope.com/u/Dr.Strangelove)
#### Post date: [May 9, 2021, 7:51pm UTC](https://boards.straightdope.com/t/micropython-windows-10-compatibility-issue/941708/6 "2021-05-09T19:51:29Z")

</div>

Check your cable, too. Many devices are sensitive to marginal cables.
