Skip to content

Processing Grapher v1.7.0

Latest
Compare
Choose a tag to compare
@chillibasket chillibasket released this 28 Apr 16:24
· 1 commit to master since this release
bc2dcbe

This release contains some bug fixes and improvements to the available settings.

  1. UI/UX Improvements
    • Added new setting to allow the separator character to be changed. This is the character which is used to segment the graph data signals being received from the serial port.
    • Extended the baud rate list to include all the possible values which are supported by the underlying serial port library.
    • Retain the most recent data on the live graph, even after the serial port has been disconnected.
  2. Bug Fixes
    • Fixed issue where the data was not being plotted correctly on the live graph when a custom x-axis was selected.
    • Fixed issue which could cause program to crash when a serial port was unexpectedly disconnected.

All major operating systems which can run Java 8 are supported, including Windows, Mac OS X and Linux. To use the newest version of the program, please follow the steps described in the Readme to open the code in the Processing IDE and run the program.

The stand-alone Windows 64-bit version of the program can be downloaded below.
For all other operating systems, you can also create your own stand-alone program by following the steps described in the Readme.