Dear support,
I am using nRF52840DK board (PCA10056) with SDK version: 17.0.2 version. I am trying out the USB CDC_ACM sample application from the path: <SDK_PATH>/examples/peripheral/usbd_cdc_acm/ .
By running the sample as it is, i am able to get the cli prompt on minicom port (ttyACM0) and cli is behaving as expected. However the print in the sample code which prints the message "Hello USB CDC FA demo:" using the interface app_usbd_cdc_acm_write( ) is not be found on minicom serial port.
Also in the config file <SDK_PATH>/examples/peripheral/usbd_cdc_acm/pca10056/blank/config/sdk_config.h i have disabled CLI (#define NRF_CLI_ENABLED 0) just to get the sample message present in the code which is output using the interface app_usbd_cdc_acm_write( ). So, when i connect the board to either of the USB Port (uart port or usb port) on the board, there are no prints at all. How to get this print displayed on the screen?
Basically i am trying to enable USB CDC_ACM driver for my custom application, so that any formatted output from my application gets displayed on my host machine (via minicom/screen) connected via USB cable to board.
Thanks!
Nagesh