nRF5 SDK v14.2.0
USB CDC ACM Example
This information applies to the nRF52840 SoC only.

This example uses the USB CDC ACM module. See the documentation of this module for links to relevant specification documents.

This example shows how to use the CDC ACM USB class, commonly known as Virtual COM port. After connecting the USB cable, the development kit will enumerate as a COMx port on Windows hosts or as a /dev/ttyACMx device on Linux/Unix hosts. The port can be opened and closed just like a traditional serial port.

For Windows XP/7 hosts, you must manually install the driver that is located in the example directory:

Windows 8 (and later) hosts will pick the correct driver (usbser.sys) automatically.

Setup

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\usbd_cdc_acm

LED assignments:

Button assignments:

Testing

Test the USB CDC ACM Example application by performing the following steps:

  1. Compile and program the application.
  2. Connect the development kit to the host computer.
  3. Open the serial port. In your computer's device manager, the development kit will be visible as "nRF52 USB CDC Demo (COMx)".
  4. Using a terminal emulator, for example putty, send test data from the host computer to the development kit. LED 3 will blink.
  5. Press Button 1. A test frame will be sent from the development kit. LED 4 state will change. If you are using a terminal emulator, you can see the transmitted data on it as well.

Documentation feedback | Developer Zone | Subscribe | Updated