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
  • Thank you so much for the help.  However, I was under the impression that using usb cdc acm would create a virtual com port that would be identifiable.  When I flashed the dongle, no com port was created.  The dongle shows up as com port 11 when first connected, but that port is no longer available once flashed.  My end goal is to have a python script running with pyserial that will receive the data sent by the dongle.  However, I need to specify which com port is associated with the dongle for the python script to receive.

Children
No Data
Related