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

UART DATA FLOW CONTROL

Hello,

I am using nrf52832 development board. I am using segger tool. In example -> ble_uart , i am sending some 100kb of data to UART using BLE. I want to controle the flow like, i need to add one button, if i press the button the flow of data to UART need to pause. when i release the button the flow need to continue(withoyt losing any data) . how to implement that?? please help me.

thank you in advance.

Related