Giter VIP home page Giter VIP logo

es51922reader's Introduction

ES51922Reader Version: 0.3.0 b

This is a .Net Core library for read ES51922 based DMMs.

This library provides the capability to read the serial data of ES51922 based DMMs like UNI-T UT61-E. As a .Net Core library it is cross-platform and you can code tools based on it for Windows, Mac Os or Linux.

USAGE.

On this source you can find a console application as an example of the library usage.

When you instance MeasureReader class it automaticalle starts reading data blocks on the indicated port

reader = new MeasureReader(portName);

reader.MeasureReceived += Reader_MeasureReceived; // Invoked when a measure block is received and processed
reader.WrongBlockReceived += Reader_WrongBlockReceived; // Invoked when a measure block is receved and can't process it
reader.ErrorReading += Reader_ErrorReading; // Invoked when an error occurs reading from serial port.

reader.Start();

BE MY PATRON.

Help me to continue coding.

https://www.patreon.com/dguisadom

EXAMPLE CONSOLE APP.

Exaple APP

This solution includes a console app project with an example implementation.

CHANGELOG.

  • 0.3.0 b (10/April/2020):

    • Improve stability
    • Fix serial port open and close methods.
    • Fix WrongBlockReceived event.
    • Add WrongBlockReceived example implementation.
    • Added some code comments.
    • Added Cyrustek ES51922 official datasheet.
  • 0.2.0 b (10/April/2020):

    • Improve code stability. Change access modifiers from public to internal.
    • Added wrong data block control.
    • Added wrong data block event.
    • Improved example console app.
    • Added error messages constant class.
    • Added ReadingException throwed when an error reading serial port.
  • 0.1.0 a (09/April/2020):

    • First alpha Release. Provides all measure capabilities, but the code is so messy and it's poor tested.

Copyright David Guisado 2020.

es51922reader's People

Contributors

dguisadom avatar

Stargazers

 avatar

Watchers

 avatar

es51922reader's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.