Hi All,
I m using TIVA C series board TM4C1294XL for current project. i could get to display the data from the uart port to Teraterm using serial communication. Now, next is to display that data with GUI at HTML level. for that as per my current understanding , i need to keep my data somewhere( much better if local) and HTML page will access data linked to those rows and columns. my current data is hang 3 columns and 19 Rows. and the data is refreshed at rate of 1 secs in tera term. and i want to show it in the same way at HTML.
I got some suggestion to get data in CSV format and then do the html coding. and the second suggestion is to use MySQL to store data. but still i dont understand how can i copy the data from the microcontroller registers to some file or some server.
Please help me here.
And so sorry to community members, in rush, I asked this question in wireless connectivity, not a suitable forum for this question.
Thank you so Much!