You need to write an interface to your serial port in your webserver (or an interface that reads data output stored in another form, like a database) that takes the data and reformats it to the form that the Visualization API uses. There are a few different approaches you could take from there; which you choose mostly depends on whether you want the data to be live from the serial port or whether you are retrieving stored data.
On Sunday, March 16, 2014 12:02:36 PM UTC-4, Pedro Henriquez wrote: > > I want to use the visualization API to display, locally, data recieved > from the serial port in my PC. Can anyone tell me how to incorporate the > data into the charts? > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
