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

How to disable buffer in Nordic Uart Service?

I'm trying to replace a RS232 cable with a BLE bridge with the Nordic Uart Service.

One nRF52832 configured as central (app_uart_example_central) and an other one as peripheral. The connection is working well with putty or the nRF connect app on the phone. But there is a 60 character buffer and I can't find the code to change it.

Does someone know how to disable that buffer to send incoming data as it comes?

Details: Chip: nRF52832 IDE: Keil5.23 Softdevice: s132

Related