Serial Studio Versions Save

Multi-purpose serial data visualization & processing program

v1.0.11

3 years ago

Changes from v1.0.10:

  • Fix issue when dealing with CSV files that where created from a computer with another locale (use month numbers instead of month names in first column of CSV file).
  • Add German translation (many thanks to @fusedFET).
  • Improve console buffer handling (only use resources for displaying visible text).
  • Fix compilation errors on Qt 5.12.
  • Rename 'device manager' to 'setup'.
  • Add discrete toolbar gradient.
  • Add option to clear console output.
  • Allow more baud rates.
  • Add support for drag-and-drop for JSON & CSV files.

NOTE: If you are using the CSV player feature, you will need to manually change the first column of your current CSV documents. For example, 2021/Jan/11/ 12:02:19::601 must be changed to 2021/01/11/ 12:02:19::601. Sorry for the inconvenience 😕

v1.0.10

3 years ago

Changes from v1.0.9:

  • Display non-printable characters as hexadecimal in console.
  • Fix crash when trying to open an unavailable serial port (related to issue #3).
  • Add handler function for serial port errors.
  • Fix Chinese translations (many thanks to @jiangjiangjun).
  • Add option control Read / Write open mode of serial port.

v1.0.9

3 years ago

Changes from v1.0.8:

  • Fix issue where JSON map file could not be selected when using Chinese translation.
  • Fix issue where console output would not be automatically removed when receiving invalid characters.
  • Only interpret serial frames when data is received (having a separate loop is reduces UI performance under heavy load).

Edit: upload new Windows build that includes OpenSSL binaries, which are need for the updater to work and for downloading GPS map images.

v1.0.8

3 years ago

Changes from v1.0.7:

  • Modify JSON/serial validation procedure
  • Add serial port error handlers
  • Fix scrollbar issues in group windows
  • Add initial Chinese translations
  • Create log file in temp. folder
  • Save maximized window state between runs
  • Fix slow performance caused by console window

v1.0.7

3 years ago

Changes from v1.0.6:

  • Fixes issue #1
  • Resize CSV Player dialog to fit contents
  • Ask users if they want Serial Studio to check for updates automatically on second run
  • Improve algorithm used to check if the JSON map matches the format of the received serial data frame

v1.0.6

3 years ago

Changes from initial release:

  • Fix window flags on About & CSV replay dialogs (which only affected Windows users).
  • Fix minor UI glitches in GNU/Linux.
  • Use MSVC compiler to build Serial Studio on Windows.
  • Check that the format of the received data frames corresponds to the format specified by the JSON map file.
  • Show application icon & size in Control Panel / Settings on Windows.
  • Set compilation flags to optimize app for execution speed.
  • All builds are now generated from GitHub.