Represent data in graphics mode

Hello All,

I made a small project based Arduino Uno controller ,Sparkfun Loadcell HX711, Sparkfun MAX31855K and Sparkfun datalogger .Microcontroller simultaneously read data from Loadcell and temperature sensor when data is stored on datalogger flash card. My question if It is possible to monitor and represent all collected data ONLINE in a GRAPHICS mode, like serial monitor in arduino but instead of values ,data graph will be shown on the PC monitor.

Thank You,

Yes, of course. You will have to find or write a program to display the data in graphical form.

The latest version of the Arduino IDE comes with a very simple and limited serial plot program. See http://randomnerdtutorials.com/arduino- … -new-tool/