I am new to processing. I want to develop GUI for my small project.
I want to monitor temp sensor and voltage from the remote device. I want to display the graph of both values. remote device will send the all the values stored in the memory to my device (values are stored in circular buffer.).
So i want to save the values in a file first and then plot the graph for the values from file.
Can any one please help me in this project.
interface used is serial port. both the device are zigbee devices.