bastianraschke / pyfingerprint

Python library for ZhianTec fingerprint sensors (e.g. ZFM-20, ZFM-60)
Other
190 stars 115 forks source link

Comparing Characteristic #112

Open kotobukidevelopers opened 3 years ago

kotobukidevelopers commented 3 years ago

how to compare the downloaded characeristic ?

example: char1 = [1,2,3,4,5] char2 = [2,3,4,5]

comapreCharacteristic(char1,char2)

kotobukidevelopers commented 3 years ago

UPDATE: Got it working using uploadcharacteristic()