This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Text to both Debug window and a text file

Hello

I'm able to send text to the 'Debug (printf) Viewer' using:

  printf("Pin is set high\n");

However, I'm wanting to also send text to a file stored on the computer.

Is this possible? If so, is there some example code that anyone could direct me to.

Thanks

Ron