📄 readme.txt
字号:
space codes in the tail of a data field are data, not fill characters
used to fill blanks in records when its actual length is shorter
than the specified length.
If [1:Ignore] is selected (or no T option is specified), the BHT
ignores space codes in the tail of a data field, so the data
received in the BHT will be different from that transferred from
the host.
(3) Supplements to source programming of download or upload applications by
using XFILE statement
Ir-Transfer Utility C Guide (First Edition) pp. 20 and 22
2.2 User Programs in BHT-BASIC 3.0
p. 20
---- To download data files containing CR-LF codes in records, specify
NOTE T option. If you have selected the Handle CR-LF in Records as Data
---- option or specify +C option in Ir-Transfer Utility C, every record
in a data file should be fixed in length. This means that space
codes in the tail of a data field are data, not fill characters used
to fill blanks in records when its actual length is shorter than
the specified length.
If [1:Ignore] is selected (or no T option is specified), the BHT
ignores space codes in the tail of a data field, so the data
received in the BHT will be different from that transferred from
the host.
p. 22
---- If your BHT-6000 system version is 1.01 or earlier, you cannot
NOTE designate the BHT-Ir protocol with "OUT &h6060,2." You need to
---- select the BHT-Ir protocol on the communications parameter setting
screen in System Mode beforehand. (Refer to Section 2.1, "Setting
up the BHT in System Mode, [1] Setting the Communications
Parameters.")
(4) Addition of C option
Ir-Transfer Utility C Guide (First Edition) p. 33
3.1.3 Specifying Options
[1] Option Lists
- BHT-Ir Protocol Options
--------------------------------------------------------------------------
Options Functions Default
--------------------------------------------------------------------------
+C, -C Specifies how to handle CR-LF codes in records -C
in file transmission.
+C Handles CR-LF codes as data.
-C Handles CR-LF code as a record separator.
--------------------------------------------------------------------------
For details about the C option, refer to (1) in this section.
(5) Addition of error code 76 (When +C option is specified, a record
separator is not CR-LF.)
Ir-Transfer Utility C Guide (First Edition) pp. 57 and 60
Appendix: Error Messages
-------------------------------------------------------------------------
Code Message & Description
-------------------------------------------------------------------------
76 Record format invalid.
In a file there is a record whose length is less than or
more than the specified record length.
-------------------------------------------------------------------------
(6) Addition of check boxes of [Handle CR-LF in Records as Data]
(functionally equivalent to +C option) and [Specify Timeout for Link
Establishment] (functionally equivalent to +L option) to the Options
for Communications dialog box
Ir-Transfer Utility C Guide (First Edition) pp. 46 and 47
3.2.3 Operation Procedure
[1] Specifying the communications options
+-----------------------------------------------------------+
|Options for Communications [X]|
+-----------------------------------------------------------+
| |
| +-Port---------------+ +-Parity----------+ +------------+ |
| | | | | | OK | |
| | <> COM1 | | <> None | +------------+ |
: :
: :
| |
| [] Handle CR-LF in Records as Data |
| |
| [] Successive Reception |
| |
| [] Add to the Existing Data File in Data File Reception |
| |
| +-[] Insert Filed Separators in Data File Reception-----+ |
| | | |
| | +-------+ | |
| | Field Separator | | | |
| | +-------+ | |
| +-------------------------------------------------------+ |
| +-------+ |
| [] Specify timeout for Link Establishment | | |
| +-------+ |
+-----------------------------------------------------------+
Note 2: Handle CR-LF in Records as Data
If you select this option (functionally equivalent to +C
option), Ir-Transfer Utility C will handle CR-LF codes in
records as data. If this option is not selected (functionally
equivalent to -C option, default), this utility will handle
them as a record separator. You may modify this option
anytime.
Selecting the BHT-protocol option displays the [Binary File
Transfer].
For details about this option, refer to (1) in this section.
Note 3: Successive Reception
If you select this option, Ir-Transfer Utility C will receive
files in succession into the folder specified in the Receive
File dialog box. It stands by to receive files until you press
the Abort button in the BHT-Ir Receiving dialog box or an
error occurs.
Note 6: Specify timeout for Link Establishment
With this option, you may specify the timeout length
(in seconds) to be applied when a link is to be established.
The entry range is from 0 to 65535. Specification of 0 will
perform no timeouts. If this option is not specified, the
default timeout length (30 seconds) becomes active.
If you set a non-modulo 3 variable, the utility interprets
it as a module 3 variable nearest to and greater than the
specified variable.
(Example) If you set 10, the utility interprets it as 12
which sets 12 seconds of timeout, since 12 is the nearest
modulo 3 number greater than 10.
If a data link cannot be established within the specified
timeout length, an error (error code 51 or 52) will occur.
(7) Correction for Normal End Message (Code 0)
Ir-Transfer Utility C Guide (First Edition) p. 58
Appendix: Error Messages
-------------------------------------------------------------------------
Code Message & Description
-------------------------------------------------------------------------
0 Transmission ended normally. (in downloading)
Reception ended normally. (in uploading)
Normal end.
-------------------------------------------------------------------------
5. Program Upgrade Information
------------------------------
Ir-Transfer Utility C has been upgraded as follows:
5.1 MS-DOS-based Ir-Transfer Utility C (IT3C.EXE)
-------------------------------------------------
[V1.01]
[ Functions upgraded ]
(1) The C option (Handle CR-LF in Records as Data) has been added.
For details, refer to Section 3.3, "Options" and Section 4,"Revision
of Manual, (1)."
[ Bugs fixed ]
(1) Could not transfer data files containing particular binary data
correctly.
Phenomenon: Data files containing binary data (0x00,0x0a,0x0d,0x1a)
could not be transferred correctly.
Modification: Those files can be transferred correctly.
5.2 Windows-based Ir-Transfer Utility C (IT3CW32.EXE)
-----------------------------------------------------
[V1.04]
[ Functions upgraded ]
(1) The L option (Specify Timeout for Link Establishment) has been added.
For details, refer to Section 3.3, "Options" and Section 4, "Revision
of Manual, (6)."
[ Specification changed ]
(1) When the utility is receiving files with the "Add to the Existing Data
File in Data File Reception" option specified, even if the transmission
is aborted or an communications error occurs, the utility will not
delete the original file.
[V1.01]
[ Functions upgraded ]
(1) The C option (Handle CR-LF in Records as Data) has been added.
For details, refer to Section 3.3, "Options" and Section 4,"Revision
of Manual, (1)."
[ Bugs fixed ]
(1) Ignored the F option when started from the command line.
Phenomenon: The utility could not recognize the +F option specified
at the start from the command line as a starting option.
Modification: The utility can recognize it correctly.
(2) Could not receive a file by specifying the relative path at the start
from the command line.
Phenomenon: When you attempted to receive a file by specifying the
relative path from the command line, the utility always caused the
"72: Disk memory full" error and could not receive it.
Modification: The utility can receive it correctly.
(3) Could not transfer data files containing particular binary data
correctly.
Phenomenon: Data files containing binary data (0x00,0x0a,0x0d,0x1a)
could not be transferred correctly.
Modification: Those files can be transferred correctly.
(4) Could not delete, modify, or move a downloaded file during execution
of the utility even after completion of file transfer.
Phenomenon: If you attempted to delete, modify, or move a downloaded
file after completion of file transfer without terminating the utility,
nothing could be executed causing an access rejection error.
Modification: The utility allows deletion, modification, and move of
a downloaded file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -