Appendix | Lexicon |
|
|
C. Advanced Commands
This group of commands instructs the player to perform an action in a single step.
Command Code | Parameters | Function | Possible Response |
|
|
|
|
SHD | SDI | Set HDMI output resolution. | OK 480P (OK |
| SDP | SDI – Standard definition | followed by the |
| 720P | interlaced (480i/576i) | original parameter) |
| 1080I | SDP – Standard definition |
|
| 1080P | progressive (480p/576p) |
|
| SRC | SRC – Source Direct |
|
| AUTO |
|
|
|
|
|
|
SPN | NTSC | Set output TV system | OK NTSC |
| PAL |
| OK PAL |
| AUTO |
| OK AUTO |
|
|
|
|
SZM | 1 | Set zoom ratio. | OK 1.2 (OK |
| AR | AR – Aspect ratio correction | followed by the |
| FS | (Stretch, Letterbox or Pillarbox) | original parameter) |
| US | FS - Full Screen |
|
| 1.2 | US – Underscan |
|
| 1.3 | For HDMI Output: 1, AR, FS, US, |
|
| 1.5 | 1.2, 1.3, 1.5, 2, 1/2; |
|
| 2 | For Component Ouput: 1, 2, 3, 4, |
|
| 1/2 | 1/2, 1/3, 1/4) |
|
| 3 |
|
|
| 4 |
|
|
| 1/3 |
|
|
| 1/4 |
|
|
|
|
|
|
SVL | 0 – 100 | Set volume control | OK 100 |
| MUTE |
| OK MUTE |
|
|
|
|
SRP | CH | Repeat chapter | OK CH |
| TT | Repeat title | (OK followed by the |
| ALL | Repeat all | original parameter) |
| OFF | Repeat off | ER INVALID |
| SHF | Shuffle |
|
| RND | Random |
|
|
|
|
|
SRH | T3 | Search to Title 3 | OK |
| C10 | Search to Chapter 10 | ER INVALID |
| C 0:00:34 | Search to 0:00:34 of the current |
|
|
| chapter or track |
|
| T 0:12:13 | Search to 0:12:13 of the current |
|
|
| title or disc |
|
| 0:12:13 | Search to 0:12:13 of the current |
|
|
| title or disc |
|
|
|
|
|
DPL |
| Direct play | OK |
|
|
|
|
RST |
| Reset RS232 Command – Clean | OK |
|
| all command buffers, do not |
|
|
| wait for any pending/executing |
|
|
| commands. Start over again. |
|
|
|
|
|
Example:
The following is an example of a command and response sequence. The comments are placed after the semicolon.
#PON | ; Turn on power | |
|
| |
@OK ON | ; Player is turned on | |
|
| |
#QPW | ; Check power status | |
|
| |
@OK OFF | ; Player is still doing | |
|
| |
#QPW | ; Check power status | |
|
| |
@OK ON | ; Player is powered on and ready | |
|
| |
#EJT | ; Eject the tray | |
|
| |
@OK OPEN | ; Tray opens (Place a disc on the tray) | |
|
| |
#PLA | ; Start playback | |
|
| |
@OK PLAY | ; You may get “ER OVERTIME” message due to the mechanical delay. | |
This is normal. | ||
| ||
|
| |
#QDT | ; Check disc type | |
|
| |
@OK LOADING | ; Player is still loading (Wait for awhile) | |
|
| |
#QDT | ; Check disc type again | |
|
| |
@OK | ; Disc is a | |
|
| |
#QPL | ; Check playback status | |
|
| |
@OK PLAY | ; Playback is in progress (Watch the movie) | |
|
| |
#STP | ; Stop playback | |
|
| |
@OK STOP | ; Playback has stopped | |
|
| |
#EJT | ; Eject the tray | |
|
| |
@OK OPEN | ; Tray opens (Take out the disc) | |
|
| |
#POF | ; Turn off power | |
|
| |
@OK OFF | ; The player turns off | |
|
|
84