528
*11
You can set the communications protocol type for transmitting files with the XFILE
statement.
*12
You may set the BHT’s ID number to be used for the BHT-Ir protocol. The ID number is
expressed by two bytes: lower byte on port 6061h and upper byte on port 6062h. The
setting range is from 1 to FFFFh. To set the ID number to 1234h, for example, write as
follows:
OUT
&h6061h,&h34
'Sets 34h to the lower byte of the ID
OUT
&h6062h,&h12
'Sets 12h to the upper byte of the ID
*13
If you set 0 (Deactivate) to both bits 0 and 1, only the beeper will work.
*14
The beeper volume level may be adjusted to four levels--01h (Low), 02h (Medium), 03h
(High), and 00h (OFF).
*15
You may specify the size of the empty user area to be defragmented in units of 4
kilobytes. The size is expressed by two bytes: lower byte on port 60E0h and upper byte
on port 60E1h. The setting range is from 1 to FFFFh. (The actually allowable maximum
value is the size of the empty user area. If you specify a value exceeding the size, the
whole empty area will be defragmented.)
To defragment 2048 kilobytes of area, for example, write as follows:
2048 kilobytes/4 kilobytes = 512 (200h), so
OUT &h60E0,0 'Sets 00h to the lower byte
OUT &h60E1,2 'Sets 02h to the upper byte
If "0" is set, the whole empty user area will be defragmented.
*16
To defragment the drive, set "0," "1," or "2." Setting "1" or "2" will display an absolute
bar graph or relative bar graph indicating the defragmentation progress during drive
defrag-mentation, respectively. The bar graph will disappear after completion of
defragmentation and the previous screen will come back.
To defragment the drive while showing a relative bar graph, write as follows:
OUT &h60E2,1 'Defragment the drive showing absolute bar
'graph
*17
To activate the remote wakeup, set "1"; to deactivate, set "0."
*18
Set the transmission speed to be applied for remote wakeup.
*19
You may set the timeout period during which the BHT will be ready to receive remote
wakeup commands from the host computer.
Comentarios a estos manuales