Class QuasarMX


  • public class QuasarMX
    extends ISOReader
    QuasarMX Industrial HF Reader/Writer
    An industrial short range RFID reader for 13.56 MHz with PLC compatible inputs/outputs and a fast read/write rate
    Author:
    mn
    • Constructor Detail

      • QuasarMX

        public QuasarMX​(String identifier,
                        ICommConnection connection,
                        ISOReader.MODE mode,
                        ISOReader.SRI sri)
        Creates a new UHFReader with the specified connection and reader mode
        Parameters:
        identifier - reader identifier
        connection - connection
        mode - mode
        sri - sri
      • QuasarMX

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

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

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