nRF52840 dongle usb cdc acm

Hello I am trying to get the usb cdc acm module to work for the nRF52840 dongle.  However, the example is made for the dev kit.  I flashed the dongle with the example anyways and nothing happened.  I have attempted to configure it to the dongle but to no avail.  Can someone point me in the right direction on how to figure out what to change in the example to get it working on the dongle? Thanks!

Parents Reply
  • Hello again Vidar. I had another question for you.  With your help I was able to successfully get the dongle to write the data I wanted over serial.  However, I am having trouble using the read function.  I know it returns NRF_SUCCESS or PENDING depending on the status.  So I am a little confused on how to actually retrieve the data being the read.  I have tried to access the data from the buffer pointer, but that hasnt worked either.  Thanks for any help.

Children
Related