生活随笔
收集整理的這篇文章主要介紹了
树莓派 Raspberry Pi Pico windows7 串口驱动
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
pi pico win7設(shè)備管理器顯示Board CDC解決辦法,新建一個txt文件,文件名pico-serial,內(nèi)容如下:
; Windows
2000, XP
, Vista
, 7 and
8 (x32 and x64
) setup file
for Atmel CDC Devices
; Copyright
(c
) 2000-2013 ATMEL
, Inc
.[Version
]
Signature
= "$Windows NT$"
Class
= Ports
ClassGuid
= {4D36E978
-E325
-11CE
-BFC1
-08002BE10318
} Provider
= %Manufacturer
%
LayoutFile
= layout
.inf
CatalogFile
= atmel_devices_cdc
.cat
DriverVer
= 01/08/2013,6.0.0.0 ;----------------------------------------------------------
; Targets
;----------------------------------------------------------
[Manufacturer
]
%Manufacturer
%=DeviceList
, NTAMD64
, NTIA64
, NT
[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
;----------------------------------------------------------
; Windows
2000, XP
, Vista
, Windows
7, Windows
8 - 32bit
;----------------------------------------------------------
[Reader_Install
.NTx86
] [DestinationDirs
]
DefaultDestDir
=12
DriverInstall
.NT
.Copy
=12 [DriverInstall
.NT
]
include
=mdmcpq
.inf
CopyFiles
=DriverInstall
.NT
.Copy
AddReg
=DriverInstall
.NT
.AddReg
[DriverInstall
.NT
.Copy
]
usbser
.sys
[DriverInstall
.NT
.AddReg
]
HKR
,,DevLoader
,,*ntkern
HKR
,,NTMPDriver
,,usbser
.sys
HKR
,,EnumPropPages32
,,"MsPorts.dll,SerialPortPropPageProvider" [DriverInstall
.NT
.Services
]
AddService
= usbser
, 0x00000002, DriverService
.NT
[DriverService
.NT
]
DisplayName
= %Serial
.SvcDesc
%
ServiceType
= 1 ; SERVICE_KERNEL_DRIVER
StartType
= 3 ; SERVICE_DEMAND_START
ErrorControl
= 1 ; SERVICE_ERROR_NORMAL
ServiceBinary
= %12%\usbser
.sys
LoadOrderGroup
= Base
;----------------------------------------------------------
; Windows XP
, Vista
, Windows
7, Windows
8 - 64bit
;----------------------------------------------------------[DriverInstall
.NTamd64
]
include
=mdmcpq
.inf
CopyFiles
=DriverCopyFiles
.NTamd64
AddReg
=DriverInstall
.NTamd64
.AddReg
[DriverCopyFiles
.NTamd64
]
usbser
.sys
,,,0x20[DriverInstall
.NTamd64
.AddReg
]
HKR
,,DevLoader
,,*ntkern
HKR
,,NTMPDriver
,,usbser
.sys
HKR
,,EnumPropPages32
,,"MsPorts.dll,SerialPortPropPageProvider"[DriverInstall
.NTamd64
.Services
]
AddService
=usbser
, 0x00000002, DriverService
.NTamd64
[DriverService
.NTamd64
]
DisplayName
=%Serial
.SvcDesc
%
ServiceType
=1
StartType
=3
ErrorControl
=1
ServiceBinary
=%12%\usbser
.sys
;----------------------------------------------------------
; String
;----------------------------------------------------------[Strings
]
Manufacturer
= "ATMEL, Inc."
PI_CDC_PICO
= "Pi Pico Serial Port" Serial
.SvcDesc
= "Pi Pico Serial Driver"
復(fù)制粘貼保存,然后文件類型txt改inf,即驅(qū)動文件,設(shè)備管理器Board CDC更新此驅(qū)動,效果如圖:
thoony3.3.3 測試ok!
接下來愉快的玩耍吧!
參考:https://www.raspberrypi.org/forums/viewtopic.php?f=146&t=300053
總結(jié)
以上是生活随笔為你收集整理的树莓派 Raspberry Pi Pico windows7 串口驱动的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。