Hello,
I have a application on a nRF52840DK as central. The code is based on the ble_app_uart_c example.
I need to send a lot of data through UART into the serial port of my pc (~120 kBit/s). I want to make sure that the tx buffer of the UART does not overflow.
So here is my question:
Is there a way to read out the available space of the UART tx buffer in the ble_app_uart_c example?
Thank you very much in advance.
Kind regards,
Maria