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

Problem sending more than 1 data packet to nrf52840 via the virtual serial port using USB.

I'm developing using a PCA10059 board and SDK17.0.2 a dongle to communicate from the computer to the sensor, using the dongle as an intermediary for this communication.
For this I am trying to send and receive packets through the virtual serial port, I am based on the usbd_ble_uart example. But I'm having a problem with the writing communication from the computer to the dongle, as the dongle is only receiving the first data packet, later, I don't receive a new APP_USBD_CDC_ACM_USER_EVT_RX_DONE event.
When I close the serial communication and open it again on the computer, I am able to send one more data packet.


  1. Has any settings that limit the number of packets the dongle can receive?
  2. What checks can I do to find out where the issue is with this communication?
Related