This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB virtual COM port Demo CDC driver for Windows Vista and 7

Hello,
Does anyone have the "USB virtual COM port Demo" application INF CDC driver for Windows Vista and Windows 7 ?

Thanks
Andre

  • This is the INF file:

    [Version]
    Signature="$Windows NT$"
    Class=Ports
    ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
    Provider=%Compsis%
    ;LayoutFile=layout.inf
    DriverVer=01/06/07
    
    [Manufacturer]
    %Keil%=DeviceList
    
    [DestinationDirs]
    DefaultDestDir=12
    
    [SourceDisksFiles]
    
    [SourceDisksNames]
    
    [DeviceList]
    %DESCRIPTION%=SMV2USB, USB\VID_c251&PID_1705
    
    ;------------------------------------------------------------------------------
    ;  Windows 2000/XP Sections
    ;------------------------------------------------------------------------------
    
    [SMV2USB.nt]
    include=mdmcpq.inf
    CopyFiles=DriverCopyFiles
    AddReg=SMV2USB.nt.AddReg
    
    [DriverCopyFiles]
    usbser.sys,,,0x20
    
    [MCB2300USB.nt.AddReg]
    HKR,,DevLoader,,*ntkern
    HKR,,NTMPDriver,,usbser.sys
    HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
    
    [SMV2USB.nt.Services]
    include=mdmcpq.inf
    AddService=usbser, 0x00000002, DriverService
    
    
    [SMV2SB.nt.HW]
    include=mdmcpq.inf
    
    [DriverService]
    DisplayName=%DESCRIPTION%
    ServiceType=1
    StartType=3
    ErrorControl=1
    ServiceBinary=%12%\usbser.sys
    
    ;------------------------------------------------------------------------------
    ;  String Definitions
    ;------------------------------------------------------------------------------
    
    [Strings]
    Compsis="COMPSIS Computadores e Sistemas LTDA"
    DESCRIPTION="SMV 2.0"
    
    

  • [Version]
    Signature="$Windows NT$"
    Class=Ports
    ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
    Provider=%Compsis%
    LayoutFile=layout.inf
    DriverVer=01/06/07
    
    [Manufacturer]
    %Keil%=DeviceList
    
    [DeviceList]
    %DESCRIPTION%=SMV2USB, USB\VID_c251&PID_1705
    
    [DestinationDirs]
    FakeModemCopyFileSection=12
    DefaultDestDir=12
    
    ;------------------------------------------------------------------------------
    ;  Windows 2000/XP Sections
    ;------------------------------------------------------------------------------
    
    [SMV2USB.nt]
    include=mdmcpq.inf
    CopyFiles=FakeModemCopyFileSection
    AddReg=SMV2USB.nt.AddReg
    
    [MCB2300USB.nt.AddReg]
    HKR,,NTMPDriver,,*ntkern
    HKR,,NTMPDriver,,usbser.sys
    HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
    HKR,,PortSubClass,1,01
    
    [SMV2USB.nt.Services]
    include=mdmcpq.inf
    AddService=usbser, 0x00000002, DriverService
    
    [DriverService]
    DisplayName=%DESCRIPTION%
    ServiceType=1
    StartType=3
    ErrorControl=1
    ServiceBinary=%12%\usbser.sys
    HKR,,PortSubClass,1,01
    
    [SMV2SB.nt.HW]
    include=mdmcpq.inf
    
    ;------------------------------------------------------------------------------
    ;  String Definitions
    ;------------------------------------------------------------------------------
    
    [Strings]
    Compsis="COMPSIS Computadores e Sistemas LTDA"
    DESCRIPTION="SMV 2.0"
    

  • Dear Tsuneo,
    I developed a composite device (Virtual COM and HID keyboard) with nRF24LU1.
    Everything worked fine (under XP and 2000, that is) until somebody with Windows Vista pointed out that the device does not work under Vista.
    I promptly bought Windows 7 (Vista is no longer available where I live) and tried my device with it, but I found out that it does not work either.
    Worse, the HID keyboard part won't work either (it works under Ubuntu).

    I borrowed the .inf heavily from your postings, and I can only assume you are an expert in this subject.
    I would like to know if you could help us out.
    If the virtual com port is doomed, at least help me write an .inf that allows the HID keyboard part to work.
    Please contact me at yandiz at acella dot com

    Please, please pleaseee help!

    Thanks in advance.
    Best regards,
    Yandi Ongkojoyo