Class PulsarLR


  • public class PulsarLR
    extends UHFReaderGen2
    PulsarLR UHF Long Range Reader
    The right tool for the hardest UHF RFID applications. This reader can reach a reading distance of up to 12m with a modern UHF RFID transponder and easily scan a few hundred tags per second. The four antenna ports give you the flexibility to build complex RFID devices, such as RFID gates and tunnels.
    Author:
    mn
    • Constructor Detail

      • PulsarLR

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

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

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

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