Giter VIP home page Giter VIP logo

sm630-fingerprint-commands's Introduction

SM630-Fingerprint-Commands

The file SM630Commands.cs allows you to communicate with the SM630 Fingerprint module in your C#/Arduino based projects.

NOTE:

  1. This is a C# implementation of the Arduino commands for the SM630 fingerprint module.
  2. An understanding of the SM630 fingerprint Arduino library is recommended.
  3. An understanding of C# is recommended so as to modify the .cs file to suit your need.

The module communicates via the serial port. Most PCs do not come with serial ports again. However, a USB to serial converter can be used instead.

Available Commands

  1. bool AddFingerprint(int id): Adds a fingerprint template to a specified ID. Returns true if success else false.
  2. bool DeleteFingerprint(int id): Deletes stored fingerprint template at a specified ID. Returns true if success else false.
  3. bool EmptyDatabase(): Deletes all saved fingerprint templates on the device. Returns true if success else false.
  4. bool UploadTemplate(int id, byte[] templ): Uploads an already acquired template to a specified ID on the module. Returns true if success else false.
  5. string ToHex(int value): Converts value to hexadecimal string to be used by the fingerprint module
  6. int FromHex(string value): Converts hexadecimal string back to hex.

sm630-fingerprint-commands's People

Contributors

basitalawode avatar

Watchers

 avatar

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.