Class DeskID_ISO


  • public class DeskID_ISO
    extends ISOReader
    DeskID ISO
    HF Reader with USB interface for use on the desktop or other office environment. Reads transponder according to ISO 15693 Protocol as well as custom commands (e.g. KSW VarioSense).
    Author:
    mn
    • Constructor Detail

      • DeskID_ISO

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

        public DeskID_ISO​(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