Driver Windows2000 Pro SP5 USB

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
speed64
Registered User
Registered User
Posts: 13
Joined: Mon Jul 09, 2007 10:45 am
Location: Germany Barßel

Driver Windows2000 Pro SP5 USB

Post by speed64 » Thu Oct 18, 2007 10:12 pm

Hello, my problem with the driver
The original file laest itself without errors does not
install. The PC does not announce it would be the correct hardware
information in the inf file. I tried the following driver out, go?. My
application on the PC does not run thereby yet. With a terminal I get
contact to the PIC.

; Windows USB CDC ACM Setup File
; Copyright (c) 2000 Microsoft Corporation
; Copyright (C) 2004 Microchip Technology Inc.

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%melabs%
LayoutFile=layout.inf
DriverVer=08/17/2001,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=12 ; 12 means "C:\Windows\system32\drivers"

[SourceDisksFiles]

[SourceDisksNames]

[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_04D8&PID_000A ; Note VID, PID match device descriptor

;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------

[DriverInstall.nt]
CopyFiles=DriverCopyFiles
AddReg=DriverInstall.nt.AddReg

[DriverCopyFiles]
usbser.sys,,,0x20 ; 0x20 means "Don't overwrite a newer version"

[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService ;0x02 means "Mark this as driver for this device"

[DriverService]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys ; %12% means "C:\Windows\system32\drivers"

;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------

[Strings]
melabs="microEngineering Labs, Inc."
MFGNAME="microEngineering Labs, Inc."
DESCRIPTION="PBPCDC Communications Port"
SERVICE="PBP RS-232 Emulation Driver"
Greeting Uwe

Post Reply