Skip to content

Instantly share code, notes, and snippets.

@sdrshnptl
Created June 12, 2022 04:56
Show Gist options
  • Save sdrshnptl/f493b075abf780505266bdd2f8367aeb to your computer and use it in GitHub Desktop.
Save sdrshnptl/f493b075abf780505266bdd2f8367aeb to your computer and use it in GitHub Desktop.
Raspberry pi pico rp2040 CDC USB serial driver
[DeviceList]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NTAMD64]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NTIA64]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[DeviceList.NT]
%PI_CDC_PICO%=DriverInstall, USB\VID_2E8A&PID_0005&MI_00
[Strings]
Manufacturer = "ATMEL, Inc."
PI_CDC_PICO = "Pi Pico Serial Port"
Serial.SvcDesc = "Pi Pico Serial Driver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment