Class QuasarMF


  • public class QuasarMF
    extends MFReader
    QuasarMF Mifare Reader
    The QuasarMF is an industrial RFID Reader for transponders that communicate using the ISO14443A and the MIFARE® protocols MIFARE Classic®, MIFARE Ultralight®. It is one of a few readers worldwide using MIFARE technology that has a single-ended antenna output which allows using any HF RFID antenna instead of specially designed MIFARE antennas. This makes it even possible to connect the reader to a multiplexer and read tags from several antennas sequentially.
    Author:
    mn
    • Constructor Detail

      • QuasarMF

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

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

        public QuasarMF​(java.lang.String identifier,
                        java.lang.String ipAddress,
                        int port)
        Creates a new QuasarMF class for communicate with the specified metraTec ethernet QuasarMF
        Parameters:
        identifier - reader identifier
        ipAddress - ip address of the ethernet reader
        port - port of the ethernet reader
      • QuasarMF

        public QuasarMF​(java.lang.String identifier,
                        java.lang.String portName,
                        int baudrate,
                        int dataBit,
                        int stopBit,
                        int parity,
                        int flowControl)
        Creates a new QuasarMF class for communicate with the specified metraTec serial QuasarMF
        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