You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
I was just wondering, Is there a way I could display data from a serial port on a chart in real time, if not by just refreshing the web page? Basically I have a radio receiver hooked up to my computer by a serial port. I need to get the data so i can plot a chart that will show the frequency strength of the given frequency.
asgallant
unread,
Mar 8, 2012, 12:24:32 PM3/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Theoretically yes, but that has nothing to do with the Visualization API (or even much to do with javascript, beyond fetching live data from the server). You will need to implement the data capture on your server and create a feed that javascript can fetch it from.