EasyCom Xpress PSIO
Overview Data sheet Manuals Support Partners Contact

EasyCom Xpress PSIO

How to update the software

  1. Direct your web browser to the support page at our web site.
  2. Select the product.
  3. Download the latest software version to your hard disk, following the instructions shown on the screen.
    Note: When the File Download dialog is displayed, select Save this program to disk.
  4. Run the downloaded file to extract the software file.
  5. Download the software file to the print server using one of the following methods:

PrintGuide™

This software update method preserves the current settings.

  1. Start the PrintGuide™ program.
  2. Locate the PrintServer on the list of Detected Devices and click on it.
  3. On the PrintServer menu, click Update Software.
  4. Click Files of type, and select Base Code (*.b80). Double-click the software file. A confirmation dialog is displayed.
  5. Click OK to download the software to the PrintServer.
    The software is updated. The PrintServer restarts automatically. Do not interfere with the PrintServer until it has restarted and its status says "Ready".

FTP

This software update method preserves the current settings.

  1. From the command prompt window, issue the ftp command. Type:
    
    ftp <IP address>
    
    
    The PrintServer prompts you for a username and a password. Both are adm by default.
  2. Put the PrintServer into software update mode by downloading the software file into the /codes directory. Type:
    
    cd /codes
    
    
    
    put <software file>.b80
    
    
    The command prompt window displays the text "Restarting ... Login again to update the software".
  3. Logout of the ftp session. Type:
    
    quit
    
    
  4. Start a new ftp session and login. Type:
    
    ftp <IP address>
    
    
    The command prompt window displays the text "Logged in for software update".
  5. Set the binary transfer type and download (put) the software file. Type:
    
    binary
    
    
    
    hash
    
    
    
    put <software file>.b80
    
    
    The software is updated. The PrintServer automatically restarts after a successful update and CRC check. Do not interfere with the PrintServer until it has restarted.
  6. Logout of the ftp session. Type:
    
    quit
    
    

Mini-FTP

This software update method clears all settings, including the IP address.

Note: The PrintServer does not respond to ping request while in mini-FTP mode.

  1. Restart the PrintServer for a software update using mini-FTP
  2. Login as an administrator and use the arp -s command to assign a temporary IP address to the PrintServer.
    Type:
    
    arp -s <IP address> <MAC address>
    
    

    You can read the MAC address on the bottom of the PrintServer.

    Example:
    Suppose you want to use IP address 194.192.134.86 for the PrintServer and its MAC address is 00036e00483a. From the DOS Command Prompt, you type:

    
    arp -s 194.192.134.86 00-03-6E-00-48-3A
    
    
    From UNIX, you type:
    
    arp -s 194.192.134.86 00:03:6E:00:48:3A
    
    
  3. From the command prompt issue the ftp command. Type:
    
    ftp <IP address>
    
    
    The PrintServer prompts you for a username and a password. Both are adm by default.
  4. Set the binary transfer type and download (put) the software file. Type:
    
    binary
    
    
    
    hash
    
    
    
    put <software file>.b80
    
    
  5. The software is updated. The PrintServer automatically restarts after a successful update and CRC check. After restarting, the (unconfigured) PrintServer prints the Installation Guide.

  6. Logout of the ftp session. Type:
    
    quit