Class PulsarMX


  • public class PulsarMX
    extends UHFReader
    PulsarMX UHF Mid Range Reader
    The PulsarMX UHF Mid Range Rader is a compact and cost-effective UHF RFID Reader for a medium read range of up to 5 m
    Author:
    mn
    • Constructor Detail

      • PulsarMX

        public PulsarMX​(String identifier,
                        ICommConnection connection,
                        UHFReader.READER_MODE mode)
        Creates a new UHFReader with the specified connection and reader mode
        Parameters:
        identifier - reader identifier
        connection - connection
        mode - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(String identifier,
                        String usbDeviceSerialNumber,
                        UHFReader.READER_MODE mode)
        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 - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(String identifier,
                        String ipAddress,
                        int port,
                        UHFReader.READER_MODE mode)
        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 - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(String identifier,
                        String portName,
                        int baudrate,
                        int dataBit,
                        int stopBit,
                        int parity,
                        int flowControl,
                        UHFReader.READER_MODE mode)
        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 - the used RFID communication standart. (READER_MODE)