Versions Compared

Key

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

Device overview

...

Connecting to the Network

To connect the device to a network, either utilise the Ethernet port or Wi-Fi.

Expand
titleConnecting via Wi-Fi

By default Wi-Fi is disabled, to enable select Wireless LAN from the Basic Settings screen.

Tap on the switch at the top right to turn Wi-Fi on, then tap the correct network SSID.

If required enter the password.

If a static IP needs to be configured, continue onto the next section, if not click Connect.

Configure Static IP (for Wi-Fi)

When setting up Wi-Fi check the Advanced options checkbox to expand the list of options.

Under IP settings expand the list and change DHCP to Static.

Fill out static IP settings then tap Connect.

Expand
titleConnecting via Ethernet

To use Ethernet connect a LAN cable Ethernet port.

Network details will appear under NetworkEthernet on the Basic Settings screen.

Configure Static IP (for Ethernet)

To configure static details whilst using Ethernet, select Ethernet from the Basic Settings screen.

This will display an overview of the Network settings. Tap Modify network.

Under the IP settings section expand the option DHCP, and choose Static.

Continue to enter the required Static details.

Click Save to confirm.

Connecting to ResourceXpress

From the Basic Settings screen tap Advanced, found in the top right of the screen.

...

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).

...

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.