Tascam Bd-mp4k Control I-o Terminals Instructions

Tascam Bd-mp4k Control I-o Terminals Instructions

TASCAM-LOGO

TASCAM BD-MP4K Control I-O Terminals

TASCAM-BD-MP4K-Control-I-O-Terminals-PRODUCT-IMAGE

CAUTION
TEAC Corporation (hereafter, “TEAC”) permits the use of the protocol described in this specification document with the prerequisite that the customer consents to the following protocol use agreement conditions.
If you do not consent to the following conditions in the protocol use agreement, you may not use this protocol and should return this document to TEAC. Moreover, be aware that violations of any of the following items in the protocol use agreement is an infringement on the rights of TEAC and could result in the termination of further use and be subject to restitution claims, for example.

Protocol use agreement

  1. This agreement comes into effect from the time the customer starts use of this protocol.
  2. TEAC grants a nonexclusive and nontransferable “usage” right to the customer in order to develop devices (including software) that are compatible with the covered TASCAM products.
  3. The acquisition of this document by the customer does not mean that the customer has acquired any rights, titles or interests in this protocol other than what is specified in this use agreement. The customer should recognize that as a written work belonging to TEAC, this document is protected based on the copyright laws of the signatory nations of the Universal Copyright Convention and the Berne Convention for the Protection of Literary and Artistic Works. Without exception, the intellectual property in this protocol belongs to TEAC or a source that provides it to TEAC.
    1. The customer may not make copies of this specifications document.
    2. The customer may not transfer this specifications document to a third party without obtaining prior permission from TEAC.
    3. Since confidential information that belongs to TEAC is contained in this specifications document, the customer may not disclose it to a third party without obtaining prior permission from TEAC.
  4. This specifications document and this protocol are provided as is. TEAC does not provide any guarantee whatsoever that the contents of this specifications document and the protocol are suitable for the specific purpose of the customer or that they are free of error.
  5. TEAC cannot respond to customer inquiries about the contents of this specifications document.
  6. TEAC will bear no responsibility for any damages (including business losses, business interruption, loss of business data or other financial damages) arising from the use or inability to use this specifications document or this protocol. This applies even if TEAC is informed about the potential for such damage in advance.

Overview

The BD-MP4K (“controlled device”) can be controlled from an external device (“external controller”), such as a computer, through a serial RS-232C and ETHERNET connection.

Specifications

  1. Serial RS-232C
    1. Electrical specifications
      Standard: JIS X-5101 (equivalent to the former JIS-C-6361 and EIA RS-232C standards)
      Note that this is not compatible with the RS-422 used in professional VTRs.
      Impedance at receiver:  When measured with an applied voltage between -3 V and +3 V or between -15 V and +15 V, the DC resistance is between 3k ohms and 7k ohms.
      Total load capacitance is 2500 pF or less. Open circuit voltage at transmitter: 25V or less
      Open circuit voltage at receiver: 2V or less When the open circuit voltage at the receiver is 0 V, the signal voltage is between
      Signal voltage: -5 V and +5 V or between -15 V and +15V against a load impedance between 3k ohms and 7k ohms.
      Signal discrimination: Logic “1”: -3V or less Logic “0”: +3V or more
    2. Communication format  
      Circuit type Asynchronous / Full-duplex Transmission type Digital binary serial
      Data signal rate (baud rate)
      115200, 57600 or 38400 bits/sec
      During standby, 57600 bits/sec is only available.
      Data bits 8 bits
      Parity bits None
      Stop bits 1 bit
      Maximum data length 600 byte (Start character to End character is included.)
      *Data bits, Parity bits, and Stop bits are fixed.
    3. Connector pin-out
      Connecter D-sub 9pin female (Inch screw thread)TASCAM-BD-MP4K-Control-I-O-Terminals-01Terminal pin-out and input/output signals
      Pin No.In/OutSignal nameDescription
      1GNDGround pin
      2OutTxDData transmitted from this pin
      3InRxDData received at this pin
      4NCNot connected
      5S.GNDSignal ground pin
      6NCNot connected
      7+5V PowerCan use 5V/500mA power supply
      8NCNot connected
      9NCNot connected

      Note: Pin 7 is the output terminal of the 5V power supply, so be careful when wiring the cable.TASCAM-BD-MP4K-Control-I-O-Terminals-02

  2. IP Control (Ethernet)
    Transmission type Full duplex
    Transfer speed 10 / 100 / 1000 Mbps
    TCP port No. 9030
    Maximum data length 600 Bytes ( Start character to End character is included.
  3. Protocol Overview
    The Serial Control Protocol consists of three command characters and parameter characters of variable length.
    C ha racters are the ASCII Code.TASCAM-BD-MP4K-Control-I-O-Terminals-03
    1. RS 232C Protocol
      Controller –> Device Message Example
      Disc Tray (Open)TASCAM-BD-MP4K-Control-I-O-Terminals-04TASCAM-BD-MP4K-Control-I-O-Terminals-04Special Character
      [CR] Carriage Return ASCII Code 0x0D
      Device–> Controller Message Example
      Status = Play
    2. ETHERNET Protocol
      Protocol is TCP. (Transmission Control Protocol)
      Destination Port Number is 9030. fixed)
      Controller –> Device Message Example
      Disc Tray (Open)TASCAM-BD-MP4K-Control-I-O-Terminals-06
      Special Character
      [CR] Carriage Return ASCII Code 0x0D
      Device –> Controller Message Example
      Status = PlayTASCAM-BD-MP4K-Control-I-O-Terminals-07
      1 Unit Type is the model category ID. The Blu ray player is “7”.
      Note: The connection between server and client should be held open continuously. If the connection is closed, the client will not be able to see Status notification messages from the server. Only one client connection at a time can be made.
  4. Communication Protocol
    1. Message Structure
      There are three kinds of message, “COMMAND”, “REQUEST”, and “ANSWER /NOTIFICATION”.
    2. ACK (Acknowledge) and NACK (Not
      1.  ACK
        It is an affirmative reply sent to a controller from a device. When data transfer completes properly, a device notify of that to a controller.
      2. NACK
        It is a negative reply sent to a controller from a device. When data transfer does not complete properly, a device notify of that to a controller.
        NameValue(HEX)Transmission Requirement
        ACK‘ack’ (0x61/0x63/0x6B)The device acknowledged that the command was received normally from the controller.
        NACK‘nack’ (0x6E/0x61/0x63/0x6B)
        • The device received the End Character ‘CR(0x0D)’ before receiving the Start Character ‘!(0x21)’.
        • The device does not receive ID’7(0x37)’just after Start Character’!(0x21)’.
        • The device receives an unknown character just after ’!7’.
        • The device receives an unknown command just after ’!7’.
        • Parameter is out of range.
        • The size of data is abnormal.
        • 5msec passed before the device receives the next code necessary to complete the command.
    3. Communication Rules
      1. Initiative of Communication
        In the communication between a controller and a device, the controller must have the initiative. However, the Status Information notification automatically from the device is an exception.
        When the device receives a command from the host, the device returns the following.
        • When receiving the command which doesn’t require a status information ACK (‘ack’)
        • When receiving the command which require a status information
          ACK (‘ack’)+(‘+’) Status information (ANSWER)
        • For the communication failure or an unknown commands etc. NACK (‘nack’)
      2. Communication Sequence
        The host must not send any new command after the previous command before the host receives ACK or NACK, or the timeout (see ”4.3.3. Timeout”) has expired.
      3. Timeout
        After a controller sends a message to a device, the host waits for a reply from the device for 30 ms (IP Control) / 300 ms (RS-232C). When the controller does not receive a reply over 30 ms (IP Control) / 300ms (RS-232C) from the device, the controller sends the same message to the device. However, when the controller does not receive a reply from the device after sending the same message 3 times (that means Tim Out), the controller sends End character ‘CR’ (0x0D) to the device. After that, the controller should execute the recovery process such as retry.TASCAM-BD-MP4K-Control-I-O-Terminals-8
      4. ACK
        Refer to “4.2.1. ACK”.
      5. NACK
        The device returns a NACK immediately after detecting a failure in the communication with the controller (see ”4.2.2. NACK”). If the host receives a NACK, it must stop sending the current remaining command immediately and execute the recovery process such as retry.
      6. Command Interval time
        • Interval time between Characters from a controller must be less than 5ms. The device sends NACK when 5msec passed before the device receives the next character code.
        •  Interval time between Commands is more than 30 ms.
          In case of less than 30 ms as interval time between commands,
          1. Executing the subsequent command is not guaranteed.
          2. When there are buffer spaces of a device for a command, the device will execute the command.
          3. When there is no buffer space of a device for a command, the device does not execute the command, and will send Busy (@0BDERBUSY) to the host instead.TASCAM-BD-MP4K-Control-I-O-Terminals-09
    4. Basic Control Flow
      1. Device Control Flow
        The device sends the controller an ACK (Acknowledgement) and executes that command when the device receives a Control command from the controller. The list of the Control command is shown in “ 5. Command TableIf the device receives an unknown command or an End Character ‘CR’ (0x0D) without a Start Character ‘!’, it causes transmission failure and the device returns a NACK. Refer to ” 4.2.2. NACK ” about NACK transmission condition.
      2. Status Request Flow
        The device returns an ACK and the ANSWER requested by the controller when the device receives the Status Request from the controller. The list of the Status Request and the corresponding answer is shown in 5.3. Current Status RequestTASCAM-BD-MP4K-Control-I-O-Terminals-11When a device receives Status Request from a controller, the device sends an ACK to the controller. After that, the device gets the current status, and then sends it to the controller. If the device receives an unknown command or an End Character ‘CR ’ (0x0D) without a Start Character ‘!’, it causes transmission failure and the device returns a NACK. Refer to 4.2.2. NACK ” about NACK transmission condition.
      3. Status Notification Flow
        A device notifies of Status Information listed in “ 5.3. Current Status Request ” whenever the status of the device is changed, such as the transport status, the current track, the storage media status, and other status.TASCAM-BD-MP4K-Control-I-O-Terminals-12A device sends Status Notification to a controller. The controller replies ACK to the device. The device waits for the ACK for Max 30ms. When the device does not receive the ACK from the host, the device sends the same Status Notification to the host again. After that, the device does not send the same Status Notification even if it does not receive an ACK from the host.
        The Status Information is same as the answer for the Status Request listed in “5.3. Current Status Request”.
  5. Command Table
    NOTE
    Italic characters of command mean parameter. (Ex: Hide MENU “!7OSDXX” -> Parameter: XX) “Track” means “Chapter” (during the DVD or BD playback) and “File” (USB and other playback). “Group” means “Title” (DVD or BD playback) and “Track” (Audio CD playback
    1. Key Control
#FunctionCommand/ResponseStatus RequestDescription
1Power On!7PWR01Power On

*For Ethernet, the command is invalid. Please use WoL function.

This command should be sent in the transfer speed of 57600 bits/sec.

2Power Off!7PWR00Power Off (Standby)
3Stop!7STPStop
4Play!7PLYPlay
5Play Pause!7PASPlayback is Paused
6 

Track (Chapter/File) Skip

!7SKPnnnn 

DVD/BD: Search for a chapter by specifying the number. File: Search for a file in the current folder by specifying the number.
nnnn: Chapter or file number (‘0001’-‘2000’)
7Track (Chapter/File) Skip Next!7SKPNXDVD/BD: Skip to the next chapter, File: Skip to the next file.
8Track (Chapter/File) Skip Prev.!7SKPPVDVD/BD: Skip to the previous chapter, File: Skip to the next file.
9Group (Title/CD-track) Skip!7GSKnnnn 

DVD/BD: Search for a file by specifying the track number. CD: Search for a track by specifying the track number.nnnn: Title or track number (‘0001’-‘2000’)
10Group (Title/CD-track) Skip Next!7GSKNXDVD/BD: Skip to the next title, CD: Skip to the next track
11Group (Title/CD-track) Skip Prev.!7GSKPVDVD/BD: Skip to the previous title, CD: Skip to the previous track.
12Time Display Mode!7TMDXX!7?TMDXX: Time Display Mode

‘TL’: Title/Disc/File Elapsed, ‘TR’: Title/Disc/File Remain,

‘EL’: Chapter/Track/File Elapsed, ‘RM’: Chapter/Track/File Remain

13Hide MENU7OSDXX 

 

!7?OSD

Hides the menu on the home screen and transport icons (7, 9, and so on) displayed on the screen.

XX: On/Off

‘00’: Hide Menu – On (Hidden) ‘01’: Hide Menu – Off (Displayed)

14Setup Menu!7SMNOpens the Setup Menu.
15Top Menu (Disc Menu)!7TMN(During playback of a video disc) Shows the top menu screen
16Option Menu!7OMNWhen playing back or paused, opens the Option Menu screen.
17Pop Up Menu!7PMNShows Pop Up Menu in the disc.
18Return!7RETReturn to the previous setup menu screen in the BD/DVD disc.
19Audio Dialog7ADGX 

 

Change dialog to the next one in the BD/DVD disc.

X: Audio stream code ‘+’: Primary

‘-’: Secondary

20Subtitle!7SBT1Change to the next subtitle language in the BD/DVD disc.
21Enter!7ENTDecides selected item in the setup menu screen, etc. in the BD/DVD disc.
22Disc Tray (Open/Close) 

!7OPCXX

 

Controls Disc Tray.

XX: Disc Tray Open/Close ‘OP’: Open

‘CL’: Close

23Video Resolution (Specified resolution)7RSCX 

!7?RSC

Changes the resolution of HDMI

X: Resolution

‘1‘: Auto, ‘2’: 480/576i, ‘3’: 480/576P, ‘4’: 720P

‘5’: 1080i, ‘6’: 1080P, ‘7’: 2160P

24Display/Info!7DSPShows information on screen display. (IR remote ON SCREEN button)
25Function/Color!7CBCXCarries out a function peculiar to a disc.
X: Color
‘1‘:Red, ‘2’:Green, ‘3’:Blue, ‘4’:Yellow
26Home!7HOMShows HOME menu screen of the unit.
27Ten Key7NUMXInputs 0-9

X: Number

‘1‘: 1, ‘2‘: 2, ‘3‘: 3, ‘4‘: 4, ‘5‘: 5, ‘6‘: 6, ‘7‘: 7, ‘8‘: 8, ‘9‘: 9, ‘0‘: 0

28Slow/Search7SCNds7?SCNd: Direction

‘F’ : Forward, ‘R’ :Reverse

s: Search Speed

‘f’ : fast (cyclic 1,2,3,4,5,normal)

‘s’ : slow (cyclic 1/16x,1/8x,1/4x,1/2x,1x)

Note: ‘Rs’ (Reverse & slow) is not supported.

29MUTE7MUTXX 

!7?MUT

XX: On/Off ‘00’: Mute on

‘01’: Mute off

30Cursor7OSDXX: Direction of cursor movement

‘1‘:Left, ‘2’:Right, ‘3’:Up, ‘4’:Down

31Clear7CLRThis clears the value in the field being input. In the bookmark list, this deletes the selected bookmark.

Menu Setting 

 

#

 

Function

 

Command

Status Request 

Response

 

Description

 

1

 

Disc Auto Playback

!7APL00 

!7?APL

!7APL00On(repeat off)
!7APL01!7APL01Off
!7APL02!7APL02On(repeat on)
 

2

 

PIP Mark

!7PMK00 

!7?PMK

!7PMK00On
!7PMK01!7PMK01Off
 

3

 

HDMI 3D

!73DOAT 

!7?3DO

!73DOATAuto
!73DO01!73DO01Off
 

 

4

 

TV Screen

(TV Aspect Ratio)

!7ASC9W 

 

!7?ASC

!7ASC9W16:9 Wide (16:9 Full)
!7ASC9A!7ASC9A16:9 Wide/Auto (16:9 Normal)
!7ASC3P!7ASC3P4:3 pan & scan
!7ASC3L!7ASC3L4:3 letterbox
 

5

 

TV System

!7TVSNT 

!7?TVS

!7TVSNTNTSC
!7TVSPL!7TVSPLPAL
!7TVSMS!7TVSMSMulti-system
 

6

 

HDMI 1080p 24Hz

!7R1K00 

!7?R1K

!7R1K00On
!7R1K01!7R1K01Off
 

 

7

 

 

HDMI Color Space

!7CLSRV 

 

!7?CLS

!7CLSRVRGB Video Level (RGB)
!7CLSRP!7CLSRPRGB PC Level (Full RGB)
!7CLSY4!7CLSY4YCbCr 4:4:4 (YCbCr)
!7CLSY2!7CLSY2YCbCr 4:2:2 (YCbCr422)
 

 

8

 

 

HDMI Deep Color

!7DPC48 

 

!7?DPC

!7DPC4848 Bits
!7DPC36!7DPC3636 Bits
!7DPC30!7DPC3030 Bits
!7DPCOF!7DPCOFOff
 

9

 

Secondary Audio Mark

!7SCA00 

!7?SCA

!7SCA00On
!7SCA01!7SCA01Off
10Audio Output – Fs Setting!7COO48 

!7?COO

!7COO4848k LPCM
!7COO96!7COO9696k LPCM
!7COO19!7COO19192k LPCM
11Speaker Settings – Configuration Down Mix Mode7SPCXX!7?SPC7SPCXXXX: Speaker /Woofer Number (Woofer Number is fixed to 1.) ‘21’: 2.1Ch, ‘31’: 3.1Ch

‘41’: 4.1Ch, ‘51’: 5.1Ch

‘61’: 6.1Ch, ‘71’: 7.1Ch

12Speaker Settings – Configuration Speaker Setting 7SPSdsvvvddddd:Type

‘C’: center ‘L’: L, ‘R’: R

‘l’: Ls (Lss), ‘r’: Rs (Rss) ‘B’: Lsr, ‘b’: Rsr

‘S’: SW1

s:Size

‘0’:Large, ‘1’:Small

vvvv: Level (Trim) [unit: dB] ‘-100’ – ‘+000’ – ‘+100’

(Both +000 and -000 are acceptable)

ex) ‘-010’: -1dB, ‘+100’: +10dB

If the 4th character is between 0 and 4, it becomes 0. If it is between 5

and 9, it becomes 5. dddd: Delay [unit: cm] ‘0000’ – ‘1000’, step 5

ex) ‘0005’: 5 cm

If the 4th character is between 0 and 4, it becomes 0. If it is between 5 and 9, it becomes 5. If the value is greater than 1000, it becomes 1000.

13Firmware Upgrade!7FWUUS 

!7FWUUSVia USB Storage
!7FWUDS!7FWUDSVia Disc
 

14

 

HDMI CEC

!7CCRH1 

!7?CCR

!7CCRH1HDMI1 on
!7CCRH2!7CCRH2HDMI2 on
!7CCROF!7CCROFOff
15Reset Factory Defaults!7INI!7INILoad Default
 

16

 

BD-Live Connection

!7LNA00 

!7?LNA

!7LNA00On (Permitted)
!7LNALT!7LNALTLimited (Partially Permitted)
!7LNA01!7LNA01Off (Prohibited)
17HDR Setting!7HDRAT 

!7?HDR

!7HDRATAuto
!7HDRHD!7HDRHDHDR
!7HDRSD!7HDRSDSDR
18Dolby vision Mode!7DBVAT 

 

!7?DBV

!7DBVATAuto
!7DBVLO!7DBVLOLow Latency
!7DBVLR!7DBVLRLL RGB
!7DBVOF!7DBVOFOff
19Motion Video Process Video Mode!7MVMbbbssshhhcccst!7?MVM7MVMCUCustom

bbb: Brightness: ‘-10’ ~ ‘+10’

sss: Saturation: ‘-10’ ~ ‘+10’

hhh: Hue: ‘-10’ ~ ‘+10’

ccc: Contrast: ‘-10’ ~ ‘+10’

s: Sharpness: ‘0’ ~ ‘5’

t: CTI: ‘0’ ~ ‘3’

!7MVMST!7MVMSTStandard
!7MVMVI!7MVMVIVivid
!7MVMCI!7MVMCICinema
20Motion Video Process Color Adjust!7MVCcbbbssshhh!7?MVCc!7MVCcbbbssshhhx: color

‘R’: Red, ‘G’: Green, ‘B’: Blue, ‘Y’: Yellow, ‘C’: Cyan,

‘M’: Magenta

bbb: Brightness: ‘-10’ ~ ‘+10’

sss: Saturation: ‘-10’ ~ ‘+10’

hhh: Hue: ‘-10’ ~ ‘+10’

21Motion Video Process Noise Reduction!7MVNx!7?MVN!7MVNxx: Noise reduction level ‘0’ ~ ‘3’
22Audio Post Process EQ!7PEQOF 

 

 

 

!7?PEQ

!7PEQOFOff
!7PEQRO!7PEQRORock
!7PEQPO!7PEQPOPop
!7PEQLI!7PEQLILive
!7PEQDA!7PEQDADance
!7PEQCL!7PEQCLClassical
!7PEQSO!7PEQSOSoft
23Audio Post Process DOWNMIX!7DMXOF 

 

!7?DNM

!7DMXOFOff
!7DMXDH!7DMXDHDH
!7DMXDV!7DMXDVDVS
!7DMXMV!7DMXMVMVS

Current Status Request

#FunctionCommandResponseDescription
 

1

 

Power Status

 

!7?PWR

ACKSee “Key Control”
No response
2Disc Status!7?MST!7MSTNCThere is not disc media
!7MSTCIThere is disc media.
!7MSTUFMounted media is unformatted. (unknown disc)
!7MSTTODisc tray is opening or open
!7MSTTCDisc tray is closing or closed
!7MSTTEDisc tray error
3Status!7?SST!7SSTPLPlay
!7SSTPPPause
 

!7SSTDVSX

Slow play

X: Direction

‘R’ : Reverse, ‘F’: Forward

!7SSTDVFXSearch play

X: Direction

‘R’ : Reverse, ‘F’: Forward

!7SSTDVSUSetup mode.
!7SSTDVMCMedia mode (Media Center)
!7SSTDVTRTrack Menu (Root Menu) playback in process.
!7SSTDVHMHome menu mode.
 

4

 

Total Chapter Number

 

!7?STT

 

!7TTNXXXX

XXXX: Total Chapter number (BD/DVD) or file number in the folder (file)

‘0000’ to ‘9999’

‘UNKN’: Unknown

5Current Chapter Number!7?STC!7TNMXXXXXXXX: Chapter number (BD/DVD) or file number in the folder (file)

‘0000’ to ‘9999’

‘UNKN’: Unknown

6Total Title Number 

!7?STG

 

!7TGNXXXX

XXXX: Total title number (BD/DVD) or track number (CD)

‘0000’ to ‘9999’

‘UNKN’: Unknown

7Current Title Number!7?SGN!7GNMXXXXXXXX: Title number (BD/DVD) or track number (CD)

‘0000’ to ‘9999’

‘UNKN’: Unknown

8Elapse Time!7?SET!7SEThhhmmsshhhmmss: Time; hhh: hours (3 digits), mm; minutes (2 digits), ss: seconds (2 digits)
9Remain Time!7?SRT!7SRThhhmmsshhhmmss: Time; hhh: hours (3 digits), mm; minutes (2 digits), ss: seconds (2 digits)

Note-1
The acceptable character set is ISO/IEC8859-1.

x0x1x2x3x4x5x6x7x8x9xAxBxCxDxExF
0x
1x
2xSP!#$%&()*+,./
3x0123456789:;=?
4x@ABCDEFGHIJKLMNO
5xPQRSTUVWXYZ[¥]^_
6x`abcdefghijklmno
7xpqrstuvwxyz{|}~
8x
9x
AxNBSP¡¢£¤¥¦§¨©ª«¬®¯
Bx°±²³´µ·¸¹º»¼½¾¿
CxÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ
DxÐÑÒÓÔÕÖרÙÚÛÜÝÞß
ExàáâãÄåæçèÉêëìíîï
FxðñòóÔõö÷øÙúûüýþÿ

Revisions
Ver. 1.00 Initial issue
Ver. 1.01 3. Protocol Overview: “CR” is deleted in the case of “Device -> Controller Message Example”

Documents / Resouces

Download manual
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.


Related Manuals