
I'm using 2 nrf52840dk, ncs2.5.0; running the central_uart and peripheral_uart examples, I want to know how to send a string without pressing the "enter" key. For example, central_uart returns character "b" immediately after receiving a character "a" (use bt_nus_client_send() without pressing the "enter" key).