Java library for controlling the metratec rfid readers
- reset rf interface method added to the hf ascii readers
- copyright information adjusted
- NFC reader support added
- DeskID UHF v2 reader added
- High on tag functionality added to the PulsarLR
- Examples project updated and reorganized
- Description updated
- getInventory now returns current inventory during continuous scan
- Antenna parsing updated
- Fixed multiple antenna bug for UHF readers
- Checks connection also if heartbeat not available
- Continuous inventory doesn't clear current inventory before start
- Use connection library 1.23.2
- Ascii Reader Start/Stop Inventory updated
- Start a check connection thread if a reader heart beat is not available
- use connection library without the javax.xml.bind dependency
- HF/ISO Reader: Request commands added to send manufacturer specific commands to the transponders
- event handler can be subscribe (tag found, tag lost, reader status)
- inventories return List with Transponder objects
- reader of the generation 2 added (PulsarLR)
- hf reader DMI15 added
- uhf reader DwarfG2 Mini added
- use connection library 1.22.3
- ISO Reader - use WRQ command for writing
- PulsarLR added
- UHF Reader - kill/lock tag fixed
- ISO Reader - get transponder data method corrected (transponder crc removed)
- do not trust the input event values of the reader, minimum debounce time of 50 ms
- quality assurance (e.g. remove duplicate code)
- inventory checking thread is stopped immediately
- throw input change event only when the state is changed
- MF Reader, added methods for enable and disable of the RF field
- now the events are also thrown when the reader was stopped and started again (bug)
- securing the verification of inputs with debouncing
- fix crc calculation for long values
- fix reset method
- fair synchronisation
- add classes for every reader
- !!! Change some packages !!!
- add inventory classes
- throw error if the device is no metraTec reader
- UHFReader - remove save power mode by default
- catch reader reset by firmware
- split classes
- add license information
- event based
- enable rf field on start up
- use latest connection library
- uhf reader - add set communication channel method
- connection library 1.17
- iso reader - retry 5 times to get the tag data. After that throw a error, also if a part has been read
- update documentation
- fix get input bug
- fix tag information
- updated dependent libraries
- UHF Reader for reader firmware 3.2+
- use connection library 1.10
- use connection library 1.9
- create from RFIDReaderJavaSDK with maven