⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 无线带反馈条码枪7500W的系统备份、恢复软件
💻 TXT
📖 第 1 页 / 共 3 页
字号:

=============================================================================
        Ir-Transfer Utility C                                           V1.02
=============================================================================

This document provides complementary information about Ir-Transfer Utility C.
Before use, be sure to read the instructions below.

1. This Package Contains:
-------------------------

    - Software license agreement and warranty
    - Ir-Transfer Utility C Guide
    - Ir-Transfer Utility C floppy disk


2. This Floppy Disk Contains:
-----------------------------

   \README.TXT    ...  This document                              (V1.02)
   \DOS\IT3C.*    ...  MS-DOS-based Ir-Transfer Utility C
                       execution file                             (V1.01)
   \WIN\IT3CW32.* ...  Windows-based Ir-Transfer Utility C
                       execution file                             (V1.04)

  <>Make and use copies of the Ir-Transfer Utility C floppy disk

    Always make and use copies of the master disk (Ir-Transfer Utility floppy
    disk) and store the master copy from the package in a safe place.  This
    is because misoperation may damage the master disk.


3. Starting Ir-Transfer Utility C from the Command Line in the MS-DOS Window
----------------------------------------------------------------------------

   You may start Ir-Transfer Utility C from the command line in the MS-DOS
   window of Windows95 or Windows NT3.51/4.0.


3.1 Syntax
----------
    At the command prompt, type in the following format:

        IT3CW32 [<options>] [[<directorypath>] <filename>]  [<options>]

----  To transmit a file automatically following the start of Ir-Transfer
NOTE  Utility C, specify the filename. If no filename is specified, Ir-
----  Transfer Utility C will ignore the designated options and display 
      the main window.


3.2 Directory Path Names and File Names
---------------------------------------

<directorypath>  Directory path of a file to be sent or received.

                 You may specify either an absolute path or relative path.
                 Omitting this option will make Ir-Transfer Utility C look for
                 that file in the current working directory. Specification of
                 <directorypath> only is not allowed.

<filename>       Name of a file to be sent or received.

                 To transmit a file automatically following the start of Ir-
                 Transfer Utility C, this specification is mandatory.

                 If you type (file) for <filename> and set the +R option
                 (specifying file reception), Ir-Transfer Utility C will
                 create a receive file with the original file name used in the
                 BHT.

(Example 1)      Sending a file (TEST.DAT) by specifying the relative path

                   >IT3CW32 ..\TEST.DAT

(Example 2)      Receiving a file by specifying the absolute path and filename
                 (TEST.DAT), not using the original file name used in the BHT

                   >IT3CW32 +R +B115200 C:\TEST\TEST.DAT

(Example 3)      Receiving a file with the original file name used in the BHT,
                 by specifying the absolute path

                   >IT3CW32 +R +B115200 C:\TEST\(file)


3.3 Options
-----------
------------------------------------------------------------------------------
 Options                         Functions                            Default
------------------------------------------------------------------------------
 +B transmissionspeed  Sets the transmission speed.                   +B9600

                       +Bn   n=2400,9600,19200,38400,57600
                               or 115200


 +P portnumber         Sets the communications port.                  +P1

                       +P1   COM1
                       +P2   COM2
                       +P3   COM3
                       +P4   COM4


 +F fieldlength        Sets the number of digits for fields.          ------

                       +F<Item1.fieldlength>[{,|;}<Item2.fieldlength>
                                       ......{,|;}<Itemn.fieldlength>]
                                                             n=1 to 16
                                                  fieldlength=1 to 254
                       (Example) +F8,10,20

                       If no corresponding field definition file 
                       (FLD file) exists in the directory where a 
                       file to be downloaded is located, be sure to 
                       enter the field length.


 +R, +RC, -R           Sets the transmission direction.               -R

                       +R   Creates a receive file with the specified
                            file name in the specified directory, and
                            receives a file from the BHT.
                            If more than one file is specified, Ir-
                            Transfer Utility C will use the first file
                            name and ignore the subsequent names.

                       +RC  Creates a receive file with the name of
                            the original file transmitted from the
                            BHT in the specified directory, and 
                            receives files succession as long as no
                            error occurs.
                            If more than one file is specified, Ir-
                            Transfer Utility C will create a receive
                            file in the directory where the first file
                            name is located.
                            (Example) Successive reception in the
                                      specified directory (C:\TEST\)
                                >IT3CW32 +RC +B115200 C:\TEST\(file)

                       -R   Transmits the specified file. You may
                            specify more than one file.


 +A, -A                Determines whether to add a received file      -A
                       data to the existing data file.

                       +A   Adds a received file data to the tail of
                            the existing data file.

                       -A   Overwrites the existing data file with
                            a received data file.


 +E, -E                Determines whether to terminate IT3CW32.EXE    -E
                       after completion of file transmission.

                       +E   Terminates IT3CW32.EXE after completion of
                            file transmission.
                            Specifying the +E option automatically
                            sets the -V option (communications status
                            dialog box off).
                            To display the dialog box, specify the
                            +V option.

                       -E   Dose not terminate IT3CW32.EXE even after
                            completion of file transmission.


 +T, -T              Determines whether to insert field separators.   -T
                        Inserts field separators (specified by 
                        <DelimiterChar> or <HexCode>) between fields 
                        when writing a received data file.
                        This option should be specified in either 
                        of the following two formats. 
                        For those characters (see Note 2) which 
                        cannot be specified in Format 1, use Format 2.  
                        If this option is specified in other incorrect 
                        formats, no operation is assured.

                      Format 1
                      +T'<DelimiterChar>'
                            The <DelimiterChar> should be in a single 
                            byte and enclosed by single quotes.

                            (Example)  To insert a comma as a field 
                                       separator         +T','

                            (Note 1)
                             Data written outside a pair of single 
                             quotes will be ignored.

                            (Note 2)
                             Listed below are characters which cannot 
                             be specified by <DelimiterChar> in Format 1.
                             To write any of them, use Format 2.

                             1) Always unusable characters
                                '"'   Double quote     (0x22)
                                ' '   Space code       (0x20)
                                ' '   Tab code         (0x09)

                             2) Unusable characters with conditions
                                Depending upon OS types, supported command 
                                symbols and symbols to be used in batch 
                                programs may differ.  For details, refer 
                                to Help of your OS.

                                (Example 1)
                                 Unusable characters when you start 
                                 Ir-Transfer Utility C from the DOS 
                                 command prompt
                                   '<'  Redirection   (0x3C)
                                   '|'  Pipe          (0x7C)

                                (Example 2)
                                 Unusable characters when you start 
                                 Ir-Transfer Utility C from a batch 
                                 file
                                   '%'  For referring to parameters
                                        /environmental variables   (0x25)

                      Format 2
                      +T\x<HexCode>
                            The <HexCode> should be a two-byte hexadecimal 
                            character string.

                            (Example)   To insert a space code as a field 
                                        separator     +T\x20

                      -T   Does not insert field separators.


 +V, -V                Determines whether to display the              +V
                       communications status dialog box.

                       +V   Displays the communications status
                            dialog box.

                       -V   Dose not display the communications
                            status dialog box.


 +C, -C                Specifies how to handle CR-LF codes in         -C
                       records in file transmission.

                       +C   Handles CR-LF codes as data.

                       -C   Handles CR-LF code as a record separator.


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -