I have a postal card, out of which data can be obtained every 100 ms continuously. Now I want to create a txt file that contains all the data. This txt file should also have a time stamp and it should have 5 column headers - Zit, Channel 1, Channel 2 .... Channel 4
This is the code that I could write but I am confused about how to print the data, every 100 ms second after headers comes new data and add it to the end of the file is. The time stamp is in a specific format because later I need to find a number.
Comments
Post a Comment