Hi group,
Im intended to graph 16 output from a temperature sensor (Omron) . The Device send 16 X int vlaues ( temperature value ). I need program coding that can draw 16 graphs that can plot against each temperature value received on PC serial Interface.
Any one help!
BR-
16 input graph
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: 16 input graph
I moved your post to the JFreeChart forum. I don't see a reason why JFreeChart would not suit your requirements, but it won't help with reading the data from the serial interface, that part you'll have to do in your own code.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 513
- Joined: Wed Sep 12, 2007 3:18 pm
Re: 16 input graph
Read the device in the in the background using SwingWorker and process() the values as shown here. When you update the dataset, the listening chart will update itself in response.