Hello,
I want to use nRF52840 dongle as complite hardware for comunication with other device via USB CDC (Virtual Com port).

End device is datalogger, and i can configure it just with any terminal program via USB virtual com port. Producer told me that USB-port is a generic CDC class USB device.
In examples i found:
nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd_ble_uart\pca10056\s140
This example does exactly what i need. But this example for PCA10059 board.
But anyway i tried flash my nRF52840 dongle, this example and test on my PC and app nRF Connect for android.
PC detected doungle like Virtual COM port. And in nRF connect i also sucsessfully make connect with doungle, but when i tried to write data in RX characteristics, i don't recieve any data in terminal program.
What i should change in example?
