This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there a Windows driver for the nRF52840 USB CDC ACM?

Hi

I'm trying to use the nRF52840 USB Serial UART device (aka USB CDC ACM) however I can't find a Windows driver for this device

The VID is 0x1915 and the PID is 0x520F

I've looked in all the development files listed for the nRF52840 PDK www.nordicsemi.com/.../nRF52840-Preview-DK

But I can't find a driver.

I've tried forcing a CDC ACM driver using libwdi, but although the board then appears as a serial device, I can't see any data from the board, so I presume that method is not valid as it may be a composite device and i need a more complex install method (or the official driver)

Parents
  • Hi Roger,

    I found that issue on my PC too.

    I checked with the developer, it could be an issue with signing for the driver. We will look into that.

    The work around is to select: "Browse my computer for driver software" -> "Let me pick from a list " -> "Ports (COM & LPT)" ->"Have Disk..."

    After that you select the nordic_cdc_acm_example.inf file in the SDK folder. It should work after that.

  • Hi Roger,

    Yes, we will try to fix it.

    I used Realterm and it worked for me I can see the text when pressing button 1.

    You can use Nordic's VID and any PID you want, but there is chance that it's also used by other vendors. The disclaimer for using this is that Nordic Semiconductor cannot be held reliable if any issues with regard to using our VID should occur.

Reply Children
No Data
Related