console_getline to read data continously without delays.

Hi
I'm working with nrf5340 dk. I have a serial app (on windows) that is doing serial write continuously to the nrf5340 dk but it is not capturing all the data that I'm sending. I need an approach to continuously receive data over serial communication. Which method or function will be best for it. I was tried using the uart_poll_in() but I'm not able to implement it properly. suggest me some examples if available.

Parents Reply Children
No Data
Related