We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...
What notepad? Surely, not the pen-and-paper kind? What file? What microcontroller? It's kind of important to know all of that in order to answer your questions.
Notepad in the sense notepad in the pc and any file in the sense if not possible to save in notepad then save in the doc ...
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...