Class DeskID_ISO


  • public class DeskID_ISO
    extends ISOReader
    DeskID ISO
    The DeskID ISO is an especially compact HF RFID reader / writer for use in office and home environments. Typical applications include customer management (e.g. in sports studios), the configuration of access control systems and all other applications in which RFID tags are to be read with a PC or notebook computer. The low profile design housing is meant for desktop use and allows every computer user to read and write RFID tags according to ISO 15693 (as long as they have not previously been locked). The read range varies between 5 and 10 cm depending on tag type. Reading of multiple tags (anti collision feature) is also supported.
    Author:
    mn
    • Constructor Detail

      • DeskID_ISO

        public DeskID_ISO​(java.lang.String identifier,
                          ICommConnection connection)
        Creates a new DeskID_ISO with the specified connection
        Parameters:
        identifier - reader identifier
        connection - the communication interface (instance of ICommConnection)
      • DeskID_ISO

        public DeskID_ISO​(java.lang.String identifier,
                          java.lang.String usbDeviceSerialNumber,
                          ISOReader.MODE mode,
                          ISOReader.SRI sri)
        Creates a new DeskID_ISO class for communicate with the specified metraTec usb DeskID_ISO
        Parameters:
        identifier - reader identifier
        usbDeviceSerialNumber - serial number of the usb reader
        mode - ISOReader.MODE
        sri - ISOReader.SRI
      • DeskID_ISO

        public DeskID_ISO​(java.lang.String identifier,
                          java.lang.String usbDeviceSerialNumber)
        Creates a new DeskID_ISO class for communicate with the specified metraTec usb DeskID_ISO
        Parameters:
        identifier - reader identifier
        usbDeviceSerialNumber - serial number of the usb reader
      • DeskID_ISO

        public DeskID_ISO​(java.lang.String identifier,
                          java.lang.String portName,
                          int baudrate,
                          int dataBit,
                          int stopBit,
                          int parity,
                          int flowControl,
                          ISOReader.MODE mode,
                          ISOReader.SRI sri)
        Creates a new DeskID_ISO class for communicate with the specified metraTec serial DeskID_ISO
        Parameters:
        identifier - reader identifier
        portName - port on which the rs232 reader is connected
        baudrate - baudrate of the rs232 reader
        dataBit - rs232 databits
        stopBit - rs232 stopbit
        parity - rs232 parity
        flowControl - rs232 flowcontrol
        mode - ISOReader.MODE
        sri - ISOReader.SRI
      • DeskID_ISO

        public DeskID_ISO​(java.lang.String identifier,
                          java.lang.String portName,
                          int baudrate,
                          int dataBit,
                          int stopBit,
                          int parity,
                          int flowControl)
        Creates a new DeskID_ISO class for communicate with the specified metraTec serial DeskID_ISO
        Parameters:
        identifier - reader identifier
        portName - port on which the rs232 reader is connected
        baudrate - baudrate of the rs232 reader
        dataBit - rs232 databits
        stopBit - rs232 stopbit
        parity - rs232 parity
        flowControl - rs232 flowcontrol