Class DeskID_UHF


  • public class DeskID_UHF
    extends UHFReader
    DeskID UHF
    RFID UHF Reader with USB interface for use on a desktop or other office environment. Reads tags according to the EPC Class 1 Gen 2 Standard at 868 MHz (ETSI, EU).
    Author:
    mn
    • Constructor Detail

      • DeskID_UHF

        public DeskID_UHF​(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)
      • DeskID_UHF

        public DeskID_UHF​(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)