chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Add toggle button to hide numbers from serial monitor #7

Closed chillibasket closed 3 years ago

chillibasket commented 4 years ago

When using the live graphing feature, the serial device will probably send a lot of messages containing only numbers. All these messages are currently displayed on the serial monitor; this could potentially cause other messages such as warnings to be difficult to see. To solve this, a toggle button could be included in the menu of the "Serial" tab to hide all messages which only contain numbers.

chillibasket commented 3 years ago

This feature has now been added in program v1.3.1 (16e3ee7642dc47c73e6bda09ab746e71ed1d9b09)