Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

USB CDC ACM

I am trying to set up usb cdc and use the virtual COM port for logging. Please find my code below.

Issue - The LED part of the code works fine but when dongle is connected to PC the virtual com p[ort is not enumerated.

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parents
  • Hi Varunkoganti,

    Assuming that you are using windows, have you installed the following driver:

    nRF5SDK_xxx/examples/usb_drivers/nordic_cdc_acm.inf.

    Install that driver through your device manager and see if it resolves the issue.

    Regards

Reply
  • Hi Varunkoganti,

    Assuming that you are using windows, have you installed the following driver:

    nRF5SDK_xxx/examples/usb_drivers/nordic_cdc_acm.inf.

    Install that driver through your device manager and see if it resolves the issue.

    Regards

Children
No Data