Hello,
I am currently using the logger backend to send information via UART from the nRF52811 to a PC. This works well, but only for one way communication. I would like to send some instructions from the PC to the nRF52811, which means having a two way communication via UART. Is this even possible?
Thanks in advance.
David



Interest fact: when I set NRF_LOG_ENABLE to 1, build and start debugging, the program gets stuck in "running..." at app_fifo_get()