This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USBD write

Hi,

I read data from FDS and output it to nRF USB. The output is implemented by

app_usbd_cdc_acm_write(&m_app_cdc_acm, m_tx_buffer, (sizeof(m_tx_buffer));

But I only see the last item on the output. Please, what is the problem so that I can see

the whole list on the terminals. The output via NRF_LOG_HEXDUMP_INFO is OK.

Best regards

Regio

Parents Reply Children
Related