PC-Logix / OpenSecurity

Security addon for OpenComputers
MIT License
46 stars 24 forks source link

RFID Readers not working #116

Closed ThePuzzlemaker closed 5 years ago

ThePuzzlemaker commented 6 years ago

I'm running OpenSecurity on 1.12.2, and the RFID readers are outputting an empty table. I'm not exactly sure why this is happening.

OpenComputers Version: 1.12.2-1.7.2.67 OpenSecurity Version: 1.12.2-1.0-12

ben-mkiv commented 5 years ago

you have to write data to your card before. use the cardwriter for that. (also range is actually divided by 2, so if you want to scan a radius of 5 blocks you have to pass 10 as argument to the scan() method, e.g. do =component.os_rfidreader.scan(10) on the lua console)

ThePuzzlemaker commented 5 years ago

It appears to have been fixed in a later update.