History
    98/07/24 First Release
    99/09/27 The second edition

Title    onHand/Ruputer Tool Usage

 This manual explains about tools in the RupSDK\Bin folder.


1Dsetico.exe ---Register icons to the created execution format file (exf file).
                 Original icons can be displayed in Filer display (list and icon).

    Input
     The first argument   12 (W) x 12 (H) dot bmp file name for list display (Black/White)
     The second argument  31 (W) x 21 (H) dot bmp file name for icon display (Black/White)

    Output
     The third argument   Specify the name of execution format file (exf file) subjected to the registration.


***** Procedure *****
    (1)Create a Black/White bmp file for Filer list display (cannot use colors).
      The size should be 12 (W) x 12 (H) dot.

    (2)Create a Black/White bmp file for Filer icon display (cannot use colors).
      The size should be 31 (W) x 21 (H) dot.

    (3)Prepare the execution format file (exf file) that you want to paste an icon.

    (4)Type the following command in DOS prompt.

      setico file1.bmp file2.bmp file3.exf 

      Any file name can be used but the order of the arguments are fixed.




2Dsf2bin.exe ---Convert **.elf that is generated by GNUPro tool to an execution file format that onHand/Ruputer can execute.

    Input
     The first argument  elf file (Motorola S3 format elf file)
    Output
     The second argument  exf file (onHand/Ruputer execution format file)

***** Procedure *****
    (1)Terminate compilation and link normally on application in use and create an elf file.

    (2)mn10200-elf-objcopy -O srec file1.elf  or
      mn10200-elf-objcopy --output-target=srec file1.elf

      Convert an elf file to S3 format by using the above command.

    (3)Convert it as follows.

      sf2bin file1.elf file2.exf

      Any file name for file1 or file2 can be used but the order of the arguments and extensions are fixed.




3DRshStation.exe ---Transfer a file as the same manner of PCFiler (create it by VC++5.0)

    When you start Windows, Rupshell.exe should be resided, then COM port should be ready status.
    Start RshStation.exe and call the remote shell module Ruprsh32.dll for each command, then communicate with onHand/Ruputer.

***** Procedure *****
    1.Confirm that Rupshell.exe is resident.

    2.Start Rshstation.exe.
       (If Rupshell is not resident, Error no.= -17 is issued.)

    3.Set a COM port and baud rate:38400bps by using <Settings> button.
                                  (This setting is stored in the registry.)

    4.Output the remote command screen by pressing <Commander> button.

    5.Install onHand/Ruputer to the docking station and change to the Remote Ready mode.

    6.Press <Connect> button.
      When the negotiation is completed, it becomes the remote state.

#File Transfer
    *If the full path is not specified in the main unit side, a file is transferred to the current directory (the directory that is displayed in Filer before Remote Ready mode is set).

    ***** Upload *****
        An execution file can be transferred to onHand/Ruputer by pressing <Upload> button or Drag&Drop.
        *If you use a long file name in the main unit, use the file name within 8 characters.

    ***** Download *****
        A file can be transferred from onHand/Ruputer to PC by pressing <Download> button.


#File Operation
    *If the full path is not specified, a file in the current directory (the directory that is displayed in Filer before Remote Ready mode is set) is transferred.

    ***** Delete File ***** 
        same as del
    ***** Save As ***** 
        same as ren, and move a file between directories by specifying full path.
    ***** File Copy ***** 
        same as copy 
    ***** Make Directory ***** 
        same as mkdir
    ***** Delete Directory ***** 
        same as rmdir
    ***** Move Directory ***** 
        same as cd
    ***** DIR Display ***** 
        Display the contents of the current directory


#Format
    ***** Standard Format ***** 
        Automatically decide the amount of a flash memory and format by using default sector.
        *The level of the format can be set 3 levels depending on the invalid block of the flash.



#Time
    ***** Time Acquisition *****
        Acquire the time of onHand/Ruputer
    ***** Time Setting ***** 
        For example, when Oct 24 1999 10:10:58, enter 991024101058


#Others
    ***** Battery Capacity Acquisition *****
        Acquire the battery capacity value as long
    ***** Version Information ***** 
        Acquire the W-PsDOS version
    ***** Reset ***** 
        Reset onHand/Ruputer
    ***** Check Disk ***** 
        Check the consistency of a flash memory



===============================================================================
 Copyright (c) 1998-1999.  Seiko Instruments Inc.  All rights reserved. 
===============================================================================
