Hi,
I found this example light_switch - SerialLog posted on nordic forum, when I downloaded on nrf52840 DK it worked without problems, but I want to put in nrf52840 Dongle.
I changed BOARD_PCA10056 to BOARD_PCA10059 in Preprocessor Definitions, I put #define RX_PIN_NUMBER 8 and #define TX_PIN_NUMBER 6 in header pca10059.h and for programming Dongle I used Segger j-link Pro(SWD). When programming is complete I connected Dongle in PC usb port but I can't see COM Port in Device Manager even if in nrf Mesh app it appers.
After that I tried to programming Dongle with usbd_cdc_acm example like in previous procedure and it worked.
I understand that on nrf52840 DK the UART examples using programming usb port(J2) and the usbd_cdc_acm example usind nrf usb port(J3).
It is possible to change usb port to J3 in light_switch-serialLog?
If I made this change in example, maybe it can run on Dongle... or it's another way to do that to run on Dongle?
Kind regards,
Liv