Ayre Acoustics RS-232 Automobile Parts User Manual


 
#PLA ; Start playback
@PLA OK PLAY ; Player confirms playback action
@UPL CLOS ; Player indicates that the tray is closing
@UPL LOAD ; Player indicates that the disc is loading
@UDT BDMV ; Player indicates that the disc type is Blu-ray
@UAT DT 01/01 ENG 5.1 ; Current audio is Dolby TrueHD English 5.1ch
@UST 00/00 UNK ; Current subtitle is none
@UPL PLAY ; Current status is playing
(Watch the movie)
#STP ; Stop playback
@STP OK STOP ; Player confirms stop action
@UPL STOP ; Player indicates that playback has stopped
@UPL STOP ; It is normal to see repeated status update
#EJT ; Eject the tray
@UPL STOP ; It is normal to see repeated status update
@EJT OK OPEN ; Tray opens
@UPL OPEN ; Status update to show that the tray is open
(Take out the disc)
#POF ; Turn off power
@POF OK OFF ; Player confirms the action
@UPL CLOS ; The tray is closing
@UPL LOAD ; Player is trying to read the disc
@UPW 0 ; Player reports that the power is turned off
Example 3 – Verbose mode 3. The player provides more detailed status updates.
#SVM 3 ; Set verbose mode to level 3
@SVM OK 3 ; Response to confirm the verbose mode. Notice the
; SVM command code is now included in the response.
#PON ; Turn on power
@PON OK ON ; Player is turned on
@UPW 1 ; Player provides a status update to indicate the new power status
@SVM OK 3 ; This is a repeat of the SVM response because the main
; processor comes on line.
@UPL DISC ; Player indicates that there is no disc
#EJT ; Eject the tray
@EJT OK OPEN ; Tray opens
@UPL OPEN ; Player indicates that the tray is open
(Place a disc on the tray)
#PLA ; Start playback
@PLA OK PLAY ; Player confirms playback action
@UPL CLOS ; Player indicates that the tray is closing
@UPL LOAD ; Player indicates that the disc is loading
@UDT BDMV ; Player indicates that the disc type is Blu-ray
@UTC 000 000 T 00:00:00 ; Player indicates that the current counter is all 0 and
; play back is about to begin
@UVO 1080P23 1080P60 ; Player indicates that the source program resolution is
; 1080p 23.976Hz, and the output resolution is 1080p60
12