Dear Members,
I made a project for reading machine data and send to webpage. Now I want to save this data in excel file. How is it possible plz guide.
Here I attached my code for arduino and webpage.
unit_1.ino (2.69 KB)
Dear Members,
I made a project for reading machine data and send to webpage. Now I want to save this data in excel file. How is it possible plz guide.
Here I attached my code for arduino and webpage.
unit_1.ino (2.69 KB)
You can do this simply by serial.printing to a proper terminal programme, instead of using the serial monitor, and adding separating commas between the variable results. RealTerm is a common choice and it is a freebie. This also enables you to add timestamping, using the PC clock.
The serial monitor in the latest IDE offers some improvements but I don't know anything about it.
You can get really smartyfarty by feeding Excel direct from Arduino.
Topic now reopened for comment
saurabhchhaya added via "Report to moderator"
Thanks a lot
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.