Skip to content

EvanBarnesCL/SerialAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Analyzer

An app for analyzing serial data.

Downloads

Visit the dedicated page on curiores.com to download the current and previous versions of the app. curiores.com/serialanalyzer

Tutorial Video

   

Working with the source

Start the app:
    yarn electron:start

Build the app:
    yarn electron:package:win
    yarn electron:package:linux
    yarn electron:package:mac

Updates:

V1.1.0

  • Added a record option
    • Only records the raw serial data to a text file
    • Usage:
      • Press record (●) and select the folder where you want to store your data
      • Press record again to stop recording
      • Change the folder where data should be stored using the settings drawer
    • Each time recording is stopped and restarted, a new recording file is created in the requested directory

Notes:

  1. On Windows, you must run the build as administrator, or you may receive an error during install of electorn (node install.js). This is due to an Error: EPERM: operation not permitted error for an electron cached file in the user's app data.

About

forking to add a MacOS build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 58.4%
  • JavaScript 39.3%
  • CSS 1.5%
  • HTML 0.8%