Pioneer CLD-V2800 CD Player User Manual


 
3 External Computer Control Level III
This chapter describes the computer control protocol and specific commands used
for Level III control of the CLD-V2800 player. To attach a computer to the player via
the RS-232 port, refer to
Appendix C, Interface Cable Specifications. See
Section 2.4 On-Screen Function Switches, page 2-6, to select Baud Rate.
3.1 Command and Status
In the CLD-V2800 external computer control protocol, the computer transmits a
command; when the player completes execution of the command, it returns an “R”.
ASCII character codes are used for the actual commands and status responses.
The command mnemonic is expressed as two ASCII characters. In most cases,
there is no distinction between the use of uppercase or lowercase letters, and the
use of uppercase letters is recommended.
Arguments may be set to specify the frame number, speed or other values for a
command. The argument is always placed before the command. The command is
also used as the terminator of the argument. In the simplest protocol, the player
immediately executes one command as soon as the terminator of the command
line, a <CR> (carriage return), is received.
Example: 1000SE<CR> : Search to frame 1000.
The player has a command buffer that allows multiple commands to be sent from
the external controller in the same command string.
Example: 1000SE 2000PL <CR> : Search to frame 1000, then play to frame 2000.
In this example, when the <CR> is received, commands are executed sequentially
from the first command of the buffer. The “R” is returned to the computer after the
play segment is completed. If a <CR> is sent before a command or command string
has completed execution, the command is cleared and execution is cancelled.
CLD-V2800 Level III Chapter Three
CLD-V2800 Level III User’s Manual TP 120 v. 1.0 10/95
3-1
5) “Play to Frame 2000”<CR> ->->-> 6) Play Execution
4.) R (received) <CR> <-<-<- 3) “Completion”
8.) R (received) <CR> <-<-<- 7) “Completion”
Computer
LaserDisc Player
1) “Search to Frame 1000”<CR> ->->->- 2) Search Execution
Figure 3-A