phdv61

Results 11 comments of phdv61

Sorry moved suggestion to a different topic

The data buffer is a rolling buffer. So, to draw lines and smooth (interpolate) the drawing, it must be done in two halves. I suggested a mod down on this...

I have experienced many crashes with processing apps when Java was not 'embeded', and when running the generated .exe file on a different PC fitted with the java machine. This...

Yes, this is what I would suggest. get processing from processing.org, install the latest java machine from Oracle on your PC, download all listener project file, and rebuild the listener...

The listener code has one component running on Arduino, the other one on your PC ( to be compiled with the 'processing' environment). Both codes communicate through the serial port...

You can easily edit the code and change the COM speed in the source code. During the init phase, Arduino and the PC exchange data to make sure they are...

Plenty of code available on the net if you search ' Arduino Processing Bar Graph ' ex : https://boolscott.wordpress.com/2010/02/04/arduino-processing-analogue-bar-graph-2/

From the top of my head, the data buffer is a rolling buffer, which is why the code was written in such a way to draw the data in two...

As said above: Like in any rolling buffer, Drawline has to be done in two halves (datapacks) taking into account the "current" data position in the buffer. and you have...

Le 9 juil. 2019 à 00:37, vacky11 a écrit : Is there a way to print current data value (in case of a time graph) along with the legend for...