Hi
How do you transmit using UART on segger. Up until now I have been using the debug console and the NRF_LOG_INFO command to send information from the DK to my computer.
I found out that if somehow I had used NRF_LOG_INFO command to print strings it would also communicate through the COM port.
However, I want to use a better method to achieve this. Could I use printf and still transmit the code. I tried using the code from the UART program in examples/peripherals/uart in the SDK. Unfortunately I could not get it to work.
Could you just show me the code I could use.
Thanks a lot