Class QuasarLR


  • public class QuasarLR
    extends ISOReader
    Quasar Long Range Industrial HF Reader/Writer
    The QuasarLR is an HF long range RFID reader/writer for demanding industrial applications, where high reading reliability, high read ranges and extensive special tag features are needed. Highlights include an RF power of up to 4 W which allows a read range of up to 60cm with the right antenna (e.g. our Lambda-40 Loop Antenna). This allows even difficult applications directly at conveyor belts, in production machinery and in laundry applications.
    Author:
    mn
    • Constructor Detail

      • QuasarLR

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

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

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

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

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

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

        public QuasarLR​(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 QuasarLR class for communicate with the specified metraTec serial QuasarLR
        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