The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    PIC 18LF4550 Drivers for Windows 10 OS

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by Barjugh, Oct 13, 2016.

  1. Barjugh

    Barjugh Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    Currently, I am using PIC 18LF4550 that communicates with notebook PC which is running XP. I'm in process to upgrade to Windows 10 OS from Windows XP and now my USB device that runs the PIC 8LF4550 is no longer communicating with Windows 10 OS. I tried to look for the driver on MicroChip's website but I am not finding any luck. Any idea where I can get the PIC 8LF4550 driver that supports Windows 10 OS?
    the PIC 18LF4550 is the device that runs the embedded CSCI
    - HMI CSC is SW that communicates with embedded CSCI using USB.
    - HMI CSC is running on Windows XP everything is operating normally.
    - when reinstalling the HMI CSC on Windows 10 laptop the USB communication b/w HMI CSC and embedded CSCI drops
    - Transferred all the drivers from Windows XP to Windows 10 laptop without any success
    - thus leading to PIC 18LF4550 driver that can operate with Windows 10
    I am using a host application (Developed with C# in Visual Studio) running on a 32-bit Windows XP Service Pack 2 to connect to the PIC device.
    When the host application is moved to 64-bit Windows 10, the host application will not connect to the same PIC device, even when the application is launched with Windows XP compatibility settings.

    On both machines, the PIC device is recognized as a Human Interface Device in the Device Manager.
    On the XP as: "HID-Compliant Device" and "USB Human Interface Device"
    And on the WIN10 Machine as: "HID-compliant vendor-defined device" and "USB Input Device"

    Under driver details:
    For the XP-machine, under driver details of the "USB Human Interface Device" I have: hidclass.sys, hidparse.sys, hidusb.sys, and hid.dll.
    On the WIN10 Machine, under driver details of the "USB Input Device" I have: hidclass.sys, hidparse.sys, and hidusb.sys.

    The WIN10 Machine does not list hid.dll. Could that potentially be the issue? Or any other ideas?
    I appreciate any other guidance you can provide. Thanks in advance.
    Thank you,
     
  2. tilleroftheearth

    tilleroftheearth Wisdom listens quietly...

    Reputations:
    5,398
    Messages:
    12,692
    Likes Received:
    2,717
    Trophy Points:
    631
    Only advice? Don't narrow your search to just Win10 drivers. See if any Win8 or Win8.1 drivers exist as those should work too in Win10.

    Good luck.
     
    Starlight5 likes this.