-
- 以下は、各コマンドのリターンデータのアプリに necessary 部分のデータの説明です。
- 記載されていない部分のデータは(ビット単位で)無視してください。
-
- Power mode req.(パワーモードリクエストコマンドリターンデータ)
- <5th data> Power mode
- D0 = 1 : Power ON, D0 = 0 : Power OFF
-
- Standard VTU return data(標準ビデオチューナーリターンデータ)
- <5th data> Band information
- 0x30 : Air (地上波) 0x40 : BS(衛星放送)
- <6th,7th,8th data> channel number
- 6th = 0x51 : real channel
- channel number = (7th)x100+(8th)
- 6th = 0x53 : preset channel
- channel number(non bank) = (7th)x100+(8th)
- channel number(by bank) = 8th , bank number (1 to 10) = (7th)-100
-
- Standard VTR return data(標準VTRリターンデータ)
- <5th data> VTR mode
- D5 = 1 : Rec inhibited , D5 = 0 : Recordable
- D4 = 1 : No tape , D4 = 0 : Tape inserted
- D3,D2,D1,D0 : VTR mode
- 0000b = Eject , 0001b = Stop , 0010b = FF(fast forward) , 0011b = REW (rewind),
- 0101b = Pause , 0110b = Play forward , 0111b = Play backward ,
- 1101b = Record pause , 1110b = Record , 1111b = no mode
- <6th data> Counter information
- D2 = 1 : 25frm/s , D2 = 0 : 30frm/s
- D0 = 1 : drop frame mode , D0 = 0 : non drop frame mode
- <7th,8th,9th,10th data> counter value
- 7th : hour , 8th : minute , 9th : second , 10th : frame
- D6 of 8th = 1 : minus , D6 of 8th = 0 : plus
- Playback speed req. (再生速度リクエストコマンドリターンデータ)
- <5th data> playback speed mode
- 0x6D : Pause , 0x75 : standard Play speed , 0x7f : not playback mode ,
- 0x77 : Playback forward at indicated speed,(*1)(*2)
- 0x67 : Playback backward at indicated speed
- *1 : playback speed = (6th)x128 + (7th) + (8th)/n
- (n = 120 (NTSC) , 100 (PAL,SECAM))
- *2 : この値は、必ずしも正確な値を示しているわけではない。あくまで目安として使用すること
- Input select req. (入力選択ソースリクエストコマンドリターンデータ)
- <6th data>(= <7th data>) input source
- 0x3d : AUX1(F-1), 0x3e : AUX2(L-1), 0x3f : AUX3(L-2), 0x3c : iLINK
- 0x10 : Air, CATV , 0x15: BS
- (2003/08/17 : ドキュメント修正)
|