Hi
I want to use loggers in the program. I understand that the code itself uses NRF_LOG. But I do not understand where those log details are printed. So, how do I create custom logs and save to some file?
Thanks in advance.
Hi
I want to use loggers in the program. I understand that the code itself uses NRF_LOG. But I do not understand where those log details are printed. So, how do I create custom logs and save to some file?
Thanks in advance.
I am trying to check if the serial port is correct. Still working on it. I will try on a Windows computer as well.
Thanks,
Sai Kiran.
Hi,
I just used Putty to do the same thing, but this time in the Serial Line I put "/dev/ttyACM0". It's working. If I want to save these logs into a file, what should I do?
Thanks,
Sai Kiran.
Hi,
There was logging option available in putty GUI on linux also. I should have checked before asking. My bad.
Excuse me for that.
Thanks,
Sai Kiran.
Yes. That is the UART terminal that you need to use. The nRF doesn't have access to your file system on your computer It will only log using either UART or RTT.
But you figured it out? Are you able to log to your file?
Best regards,
Edvin
Yes. Saving to a file option is available in Putty. Here's how I did it.
Thanks,
Sai Kiran.