Skip to content
English
  • There are no suggestions because the search field is empty.

Lantronix XPress DR / XPress DR-IAP - Connecting to and Updating Firmware

How to connect to a Lantronix device, confirm firmware version, and update to the firmware for Modbus communication

Purpose:

The purpose of this article is to provide a step-by-step guide to successfully connect and establish communication with a Lantronix device and to upload the Modbus firmware to the device, if required (typically when setting up a new device).

Resources:

 

Establishing a Connection to the Lantronix Device

Connect to the Lantronix Device - Known IP Address

If the IP address of the Lantronix device is known, you can confirm the connection using the ping command in the Command Prompt.

Assign an IP Address for a NEW Lantronix Device

If the device is brand new, you can establish a connection using the Lantronix Device Installer Software.

  1. Ensure your computer's IP address is set to dynamic (no IP address assigned).
    Network1
  2. Connect your computer to the Lantronix device with an Ethernet cable.
  3. Open the Device Installer software and click “Search”.
  4. If a device appears in the search results, select the device.
  5. Click the Assign IP icon.
    Lan2
  6. If prompted, enter the hardware address (found on the product label) and click Next.
  7. Select “Assign a specific IP address” and click Next.
  8. Enter the IP address. The Subnet mask will display automatically based on the IP address; you may change it if desired. On a local network, you can leave the Default gateway blank (all zeros). Click Next.
  9. Click the Assign button and wait several seconds until a confirmation message is displayed.
  10. Click Finish.

Once completed, test your connection using the ping command in the Command Prompt.

How to Find the IP Address of an Existing Device

If your device is not new and the IP address isn’t known, you can search for the IP address using a tool like Wireshark. Refer to this article for detailed instructions.

Updating Firmware

The Lantronix device can perform a variety of functions, including Modbus communication. To configure or confirm your Lantronix device's settings, we recommend using the Telnet command in the Command Prompt.

Step 1: Configure Using Telnet

  1. Open the Command Prompt.
  2. Enter telnet [IP address of the device] 9999 and press Enter.
    Telnet4
  3. Press Enter again to set up.
    Telnet5

If your Command Prompt screen resembles the screenshot below, the firmware is configured to Modbus.

Telnet3

If your Command Prompt screen resembles the screenshot below, the firmware is configured to standard tunnel mode and needs to be updated.

Telnet2

Step 2: Update Your Firmware

  1. Confirm you are connected to your Lantronix device by using the ping command.
  2. Open the Lantronix Device Installer.
  3. Select the device and navigate to its IP address.
  4. Click Upgrade.
    Lan1
  5. Select “Create a custom installation by specifying individual files” and click Next.
    Lan3
  6. Select the firmware file. Refer to the resources section above for the correct file.
    Lan7
  7. Select “No other files to install” and click Next.
    Lan6
    Lan5
    Lan4

 

For Modbus Firmware for XPress DR-IAP -02 (MAC address 00-20-4a-xx-xx-xx), use this specific firmware file.

For Modbus Firmware for the latest versions of the Xpress DR-IAP (XSDRIN-03), use this specific firmware file.

 


By following these steps, you can successfully connect to and configure your Lantronix device for Modbus communication or update its firmware as needed. If you encounter any issues or need further assistance, please contact us at support@ehtgroup.com


How to Ping an IP  Address using Command Prompt

  1. Open Command Prompt: Press Win + R, type "cmd," and press Enter to open the Command Prompt.

  2. Ping Command Syntax: To use "ping," type the following in Command Prompt:

    css
  3. ping [IP Address or Hostname]

    Replace [IP Address or Hostname] with the actual IP address or hostname of your device.

  4. Execute the Ping Command: Press Enter to execute the command.

  5. Interpreting the Results: The "ping" command will send several packets to the specified IP address or hostname and wait for a response. You'll see statistics showing the number of packets sent, received, lost, and the round-trip time. If you receive replies from the device, it confirms successful communication.

  6. Terminating the Command: To stop the continuous ping, press Ctrl + C

Ping