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.
- Has any settings that limit the number of packets the dongle can receive?
- What checks can I do to find out where the issue is with this communication?