Skip to content
/ brylog Public

Simple linux program with GUI written in Python - logging and plotting Brymen 257 multimeter output.

License

Notifications You must be signed in to change notification settings

sadol/brylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0. Description

    brylog - simple linux Brymen 257 multimeter logger with GUI.


1. Requirements:

    python 3.3
    matplotlib 1.3
    pyserial 2.6


2. Program files:

    brylog.py -> main program file
    /configure -> configuration directory for serial devices' files
    /libs/brymen257.py -> main Brymen 257 processing module
    /libs/configDictionaries.py -> config module for widgets
    /libs/configSubFrame.py -> widget module responsible
                               for serial device configuration
    /libs/plotFrame.py -> ploting module
    /save -> saved logging files directory


3. How to start.

    a. turn on your Brymen in serial mode and connect it to PC
    b. run brylog.py
    c. click CONFIG button
    d. set serial interface mask for Brymen
       (or used saved one by clicking LOAD button)
    e. save mask by clicking SAVE button
    f. click SAVE button on the main panel


4. End notes.

    This program could be used for other than BM257 models after modifications
    in libs/brymen257.py file.

About

Simple linux program with GUI written in Python - logging and plotting Brymen 257 multimeter output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages