Try   HackMD
tags: CircuitPython Raspberry Pi Pico

Raspberry Pi Pico 在 Windows 上的序列埠

Raspberry Pi Pico 在 Winodws 上的裝置管理員只會顯示『USB序列裝置』:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

不過如果點進去看詳細資料頁次的硬體識別碼, 就可以看到 vendor id(VID) 和 product id(PID):

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

其中 VID 239A 可在Valid USB Vendor ID Numbers中找到:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

9114 就是 16 進位的 0x239A。PID 80F4 可在 Adafruit_Windows_Drivers中看到 CircuitPython 裝置的 PID 是 80F4:

"%BOARD_80F4% CircuitPython (80F4:00)"=DriverInstall, USB\VID_239A&PID_80F4&MI_00