paulobunga / c72-rfid-scanner

RFID Scanner module for Chainway C72 Scanner
12 stars 5 forks source link

startReading(), stopReading() #1

Closed jaidiwael closed 4 years ago

jaidiwael commented 4 years ago

Thank you for creating this repo, I followed the process Usage when i click startReading() i got False, and stopReading i got 0.

Thank you

Screen Shot 2020-05-04 at 11 36 18 AM
paulobunga commented 4 years ago

Read power had to read 1. Make sure you initialize the device first. You can do that when you mount the root component

paulobunga commented 4 years ago

This issue was caused by incompatible deviceApi in some C72 Scanners. upgrading this API fixed the issue. Closing this issue now.