Skip to content

Library made with python to communicate with WS-8552 fingerprint sensor

License

Notifications You must be signed in to change notification settings

pipesanta/WS8552-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WS8552-python

Python library to communicate with WS-8552 fingerprint sensor using UART serial comunication protocol.

python version: Python 2.7.17

Run it!

$ python main.py

Available commands

[2]              Set debug
[3_0]            Read the addFingerprintMode
[3_1]            Set addFingerprintMode
[4]              Add fingerprint
[5]              Delete user by userId
[6]              Delete all users
[7]              Get quantity of users
[8]              Compare 1:1 USER
[9]              Compare 1:n USER
[10]             Get user privileges
[11]             Get DSP Module Version Number
[12_0]           Get Comparison Level
[12_1]           Set Comparison Level
[13]             GET UPLOADED IMAGES
[14]             Get Fingerprint Capture Timeout
[14_1]           Set Fingerprint Capture Timeout
[15]             Read System Time
[15_1]           Set System Time
[16]             Get logged user numbers and privileges
['help', 'h']    show this menu
['d', daemon]    Start daemon to read users  in database
['quit', 'q']    QUIT

Todos

  • Write Tests
  • Create functions for manage pictures

License

MIT

Free Software!

About

Library made with python to communicate with WS-8552 fingerprint sensor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages