makerdiary / nrf52840-mdk-usb-dongle

An open-source, small and low-cost USB Dongle that supports Bluetooth 5.4, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary protocols
https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/
Apache License 2.0
301 stars 79 forks source link

Can't get "usbd_cdc_acm" example working on the MDK USB Dongle #21

Closed aeozyalcin closed 11 months ago

aeozyalcin commented 4 years ago

Hello!

I am trying to get virtual COM port working on the MDK USB dongle in hopes of using this feature in a more involved project to provide debug info.

I am trying to compile and get the USBD_CDC_ACM example working, my understanding is that this example creates a virtual comport over USB, and allows the nRF52840 to talk to the host PC via serial.

I tried getting this example working 2 different ways, but neither one worked.

@caizelin I hope you can help out here! Thank you to everyone in advance!

caizelin commented 11 months ago

nRF5 SDK is migrated to nRF Connect SDK. You can try the hello world sample that using USB CDC ACM to print message: https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/guides/ncs/samples/hello_world/ Will close for now, and if you still have any question, please consider re-opening it.