I have some position data continually coming in and I am currently printing it to the serial.
Say I have the string "5" and want to print that to a text file, "myTextFile", what would I need to do to achieve this? To be clear, the text file would be saved on my computer not on an SD card on the Arduino.
Also, is their a way to create a text file within the program before I start saving to it?