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

write microcontroller data in notepad or any of the files

for my project work i need to take 256 readings repeatedly number of times and i have to once again tabulate the readings,so in order to make my work little bit easier i planned to write the microcontroller code which will write the transmitted data directly in notepad or in any other file so that i can directly access that file and do my further process.So, can anybody guide me in writing the code,i need a jump start as to how to write the code...

thanks in advance...

Parents Reply Children
  • But if you want your microcontroller to save to file, then you first have to tell us where it get a file system from. And do you write to a memory card?

    You can print the data on the serial port complete with tab characters - just save the serial data to a *.txt file and open in notepad.

  • It appears that there is a language barrier. The original poster is using terms like "notepad", "doc", "save". That's just not the kind of language to describe the problem at hand: too many details are missing.
    I wonder if this is a result of years of Microsoft's efforts to "dumb down" computers for the masses. For me, it just creates more confusion...