Hello,
I am developing a BLE app in which I need to print some logs to UART and recive some data from UART to my app. Which modules should I use?
When I use logger module with UART backend on I can print data on UART, but I cannot recive data from UART to my app.
How should I do that? What should be set in sdk_config.h file? Maybe I should also use serial port library?