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

Keil mcb2300 vcom Win 7 64bit don't accept any INF

Hello Experts;

My Windows 7 64bit show me on Other Devices the ERROR with yellow mark "Keil MCB2300 VCOM"

I download several files to fix this error but nothing works.

I create with notepad editor the file mcb2300-vcom.inf but when update the driver manually show me "Windows was unable to install your Keil MCB2300 VCOM" and the problem continue.

Question: What is the exact name for that file? and where can I found it to download?

Your always refer to c:\keil\arm\board\mcb2300 but I didn't find that folder on my PC

Thank you for your help

Parents
  • I am not an expert, but I know who is.

    See Tsuneo Chinzei's reply at 18-Sep-2012 14:18 GMT
    www.keil.com/.../

    The key is something like the below:

    [DeviceList.ntamd64]
    %DESCRIPTION%=MCB2300USB, USB¥VID_c251&PID_1705
    %COMPOSITE%  =MCB2300USB, USB¥VID_FF28&PID_0001&MI_01
    
    [MCB2300USB]
    include=mdmcpq.inf
    CopyFiles=FakeModemCopyFileSection
    AddReg=MCB2300USB.AddReg
    

Reply
  • I am not an expert, but I know who is.

    See Tsuneo Chinzei's reply at 18-Sep-2012 14:18 GMT
    www.keil.com/.../

    The key is something like the below:

    [DeviceList.ntamd64]
    %DESCRIPTION%=MCB2300USB, USB¥VID_c251&PID_1705
    %COMPOSITE%  =MCB2300USB, USB¥VID_FF28&PID_0001&MI_01
    
    [MCB2300USB]
    include=mdmcpq.inf
    CopyFiles=FakeModemCopyFileSection
    AddReg=MCB2300USB.AddReg
    

Children