Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tap the Set button.
Return to the Basic Settings screen using the back arrow found in the top left of the screen, or view the profile by tapping Play from the left menu.

Configuring RFID

Info

NFC is available with the IAdea XDS-1088-A
HID is available with the IAdea XDS-1088-H

To enable RFID to work with ResourceXpress a simple config file needs to be loaded on the device.

Step 1.

Create/download the config.xml file (see below download).

View file
nameconfig.xml

If you are creating the file, it will need to contain this information.

Code Block
languagexml
<configuration xmlns="http://schemas.adfotain.org/config-1.0">
<userPref>
    <prop name="nfc.keyboard.enabled" value="true"/>
    <prop name="nfc.keyboard.options" value='
    {
        "onTagDiscovered":[{
            "data": "Tag.id",
            "format": "HEX"
        },{
            "keyCode":"KEYCODE_ENTER"
        }]
    }'/>
</userPref>
</configuration> 

Step 2.

Copy the config.xml file to a USB flash drive.

Step 3.

Plug the USB flash drive into the devices USB port. The configuration file will be automatically recognised and a reboot will be initialised, after the auto-reboot the new configuration will be applied.