When I use the example of ble_app_uart(SDK : nRF5_SDK_11.0.0_89a8197) to measure data througput ,I find that i cannot get the complete packet of 20 bytes. The operation is that : I send 20 bytes at one time to my board by uart terminal ,the frequency i send is 50Hz.My board is flashed with the example of ble_app_uart.The baudrate is 115200 without hardware flowctrl. The result is that: I often cannot get the complete packet.Always miss one or two bytes.I was confused.
please tell me why.Thanks!!