HDMI Protocol Analyzer VA Terminal Command Instruction Manual. Ver.1.00

Size: px
Start display at page:

Download "HDMI Protocol Analyzer VA Terminal Command Instruction Manual. Ver.1.00"

Transcription

1 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual Ver..00

2

3 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual Ver..00 ASTRODESIGN,Inc.

4

5 Contents Contents... i Configuration of This Manual... iii Chapter About Terminal Commands..... Overview Communication Specifications LAN USB Connection Configuration LAN USB Transmission Control Characters, Data, and Error Commands About BCC (Block Check Code) Error Codes Command Formats When Transmission of Setting Commands When Transmission of Acquisition Commands Communication Protocols Type Type Type Type Type Type About Timeouts... 3 Chapter 2-82 Setting Commands [0x20 0x0]: Specification of Files to Send/Receive [0x30 0x0]: Acquisition of Folder Names or Filenames in Specified Path [0x20 0x]: EDID Setting [0x30 0x]: EDID Reading [0x20 0x2]: Config Setting [0x30 0x2]: Config Reading [0x30 0x3]: USB Flash Connected/Not Connected [0x30 0x]: Version Acquisition [0x20 0x5]: Setup Setting [0x30 0x5]: Setup Reading [0x30 0x6]: File Sending [0x20 0x7]: Config Inc/Dec Setting [0x20 0x8]: Mode Setting i

6 2.. [0x20 0x9]: HDCP Config Setting [0x20 0xA]: CEC Address Setting... 3 Chapter 3-82 Measurement Commands [0x30 0x50]: Video Timing Reading [0x30 0x5]: Audio Timing Reading [0x30 0x52]: Packet Reading [0x30 0x53]: Channel Status Bit Reading [0x30 0x5]: HDCP Status Reading [0x30 0x55]: ARC Status Reading [0x30 0x56]: DDC Line Monitor Reading [0x30 0x57]: CEC Line Monitor Reading [0x30 0x58]: Video Data Reading [0x30 0x59]: SCDC Reading... 6 Chapter -82 Operation Commands [0x20 0x60]: Hot Plug Pulse Execution [0x30 0x60]: Hot Plug Status Reading [0x20 0x6]: Receiver Sense Execution [0x20 0x62]: Log Execution [0x20 0x63] CEC Command Sending [0x30 0x6]: DDC Output Access [0x20 0x65]: Audio Return Channel Execution [0x30 0x65]: Audio Return Channel Setting Reading [0x20 0x66]: Generate Execution [0x30 0x66]: Generate Setting Reading [0x20 0x67]: Generate Video Timing Setting [0x30 0x67]: Generate Video Timing Setting Reading [0x20 0x68]: Generate Packet Setting [0x30 0x68]: Generate Packet Setting Reading [0x20 0x69]: Generate Audio Setting [0x30 0x69]: Generate Audio Setting Reading... 6 ii

7 Chapter About Terminal Commands Configuration of This Manual This is the terminal command instruction manual for the -82 series. It describes the setting procedures, precautions, and other matters using the configuration shown below. Read this manual carefully to ensure correct operation and setting. Read This First Chapter About Terminal Commands Provides an overview of the terminal commands. -82 Series Terminal Commands Chapter 2-82 Setting Commands Describes the -82 standard commands. Chapter 3-82 Measurement Commands Describes the -82 measurement commands. Chapter -82 Operation Commands Describes the -82 operation commands. License Notice HDMI, the HDMI logo and High-Definition Multimedia Interface are trademarks or registered trademarks of HDMI Licensing LLC. iii

8 iv

9 About Terminal Commands..Overview This manual describes the sending and receiving of the commands and data required for operating the HDMI protocol analyzer (hereinafter referred to as the -82) from an external computer (such as a ). The commands and data are sent and received via the serial input/output port LAN or USB peripheral..2.communication Specifications.2..LAN Communication conditions - 0BASE-T, 00BASE-TX - UDP/IP Connector RJ USB Communication conditions - USB2.0 Connector - B connector

10 .3.Connection Configuration.3..LAN When connected via a hub Host Computer -82 Straight Straight Hub Figure.3- When the and are connected directly without going through a hub Host Computer -82 Crossover Figure.3-2 With a LAN connection, use a straight cable when connecting through a hub. Use a crossover cable when connecting the and directly. Furthermore, when connecting the and directly, set the desired IP address, subnet mask, and default gateway settings rather than automatically acquiring the IP addresses using the Internet protocol of the. 2

11 Chapter About Terminal Commands.3.2.USB Host Computer -82 A-connector B-connector Figure.3-3 Installing the USB driver () When a is connected to the -82 for the first time, the system recognizes the -82 and the Add New Hardware Wizard dialog box appears. Select the [Next] button. (2) Select [Search for the best driver for your device (Recommended)] as the search method, and select the [Next] button. (3) Insert the -82 utility installation CD into the CD drive, select the [CD-ROM drive] or [Specify a location] check box, select the driver inside the [USB] - [WIN2K] or [USB] - [WIN98] folder in the CD, and click on the [Next] button. () Check that ITFUSBDV.sys is found and then click [Next] to start the installation. (5) Follow the on-screen instructions. * When installing the driver in Windows XP, the following dialog box appears asking about verification by Microsoft. Simply click the [Continue] button. 3

12 ..Transmission Control Characters, Data, and Error Commands Code HEX code Description STX 0x02 Start of the text (command) to be transmitted ETB 0x7 End of the text (data) to be transmitted (However, there is the following data.) ETX 0x03 End of the text (command/data) to be transmitted ENQ 0x05 Request to start terminal mode EOT 0x0 Request to end terminal mode ACK 0x06 Positive acknowledgment character NAK 0x5 Negative acknowledgment character TRDT 0x0 Data transmission ESTS 0x Transmission of error status BCC Any code Refer to.. About BCC (Block Check Code)....About BCC (Block Check Code) BCC is used to check the validity of a command. When a command is sent, the sum of setting command CMD to ETX (ETB) in the command to be sent is calculated, and byte is sent immediately after ETX (ETB). At this time, the -82 checks the data, and if the data and BCC do not match, BCC_ERR is returned from the -82. When a command is received, the sum of CMD to ETX (ETB) of the received command is calculated, and the validity of the data is checked using BCC of the received command and the calculated BCC. Example of creating BCC STX 0x02 CMD 0x20 CMD2 0x0 Target of BCC creation 0x0 ETX 0x03 BCC 0x6 checksum

13 Chapter About Terminal Commands.5.Error Codes Code HEX code Description _SIZE_ERR 0x0 The parameter size is incorrect. Alternatively, the data length and amount of data sent do not match (only when type 5 or 6). _DATA_ERR 0x02 The parameter value is incorrect. CMD_EXEC_ERR 0x03 Execution of the processing instructed by the command failed. BAD_CMD_ERR 0x0 The command is incorrect. (CMD, 2) BCC_ERR 0x05 The checksum is not match. CEC_SEND_HAND 0x0 Error handling was returned for the CEC send command. CEC_SEND_BUSSF 0x The CEC command cannot be sent because BUSS is not free. CEC_SEND_ARB 0x2 An arbitration error occurred for the CEC send command. (In the Start or Initiator part) CEC_SEND_ACK 0x3 ACK was not returned for the CEC send command. CEC_SEND_IMP 0x An arbitration error occurred for the CEC send command. (In other than the Start or Initiator part) 5

14 .6.Command Formats.6..When Transmission of Setting Commands Transmission of commands from a computer to the -82 ( ) STX CMD CMD2 ETX BCC or STX CMD CMD2 ETX BCC Value returned from the to the computer after command transmission ( ) ACK or STX ESTS ErrorCode ETX BCC If data is required, it is sent as follows only when the command is sent and the return value is ACK ( ) STX TRDT ETB BCC or STX TRDT ETX BCC Value returned from the to the computer after data transmission ( ) ACK or STX ESTS ErrorCode ETX BCC.6.2.When Transmission of Acquisition Commands Transmission of commands from a computer to the -82 ( ) STX CMD CMD2 ETX BCC or STX CMD CMD2 ETX BCC Value returned from the to the computer after command transmission ( ) ACK or STX ESTS ErrorCode ETX BCC When ACK is returned, the data is received as follows ( ) STX TRDT ETB BCC or STX TRDT ETX BCC 6

15 Chapter About Terminal Commands.7.Communication Protocols.7..Type This sequence is used when terminal commands are started. 2 Figure Type Sequence no. Command Send/receive direction ENQ Send 2 ACK Receive 7

16 .7.2.Type 2 This sequence is used when sending commands with the only CMD (command) and (parameter) parts (if necessary). 2a or 2b Figure Type 2 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive * It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 8

17 Chapter About Terminal Commands.7.3.Type 3 This sequence is used for receiving the data. 2a or 2b 3 Figure Type 3 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive 3 STX TRDT ETX BCC Receive ACK Send * It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 *2 If a failure occurs in 2b, the sequence flow is ended at that point. 9

18 .7..Type This sequence is used for sending the data. 3 2a or 2b 2a or 2b Figure Type Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive 3 STX TRDT ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive * It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 *2 If a failure occurs in 2b, the sequence flow is ended at that point. 0

19 Chapter About Terminal Commands.7.5.Type 5 This sequence is used for receiving the data. (parameter) must be received the desired number of times. 2a or 2b 3 5 Figure Type 5 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive 3 STX TRDT ETB BCC Receive ACK Send 3 and repeated the desired number of times 5 STX TRDT ETX BCC Receive ACK Send * It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 *2 If a failure occurs in 2b, the sequence flow is ended at that point. *3 The configuration of the data in of sequence flow no. 3 or 5 is shown below. Data Length Data Length2 Packet No. (Data) (Data) Item Description Data Length Stores the number of bytes of in the corresponding sequence flow. (3 + number of data bytes sent) Packet No. Data Stores how many times data sent by the corresponding sequence flow. (Number of times sent ) Stores the data to be received.

20 .7.6.Type 6 This sequence is used for sending the data. (parameter) must be sent the desired number of times. 3 2a or 2b 2a or 2b 2a or 2b Figure Type 6 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive 3 STX TRDT ETB BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive 3 and 2a or 2b repeated the desired number of times STX TRDT ETX BCC Send 2a (successful) ACK Receive 2b (failure) STX ESTS ErrorCode ETX BCC Receive * It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 *2 If a failure occurs in 2b, the sequence flow is ended at that point. *3 The configuration of the data in of sequence flow no. 3 or 5 is shown below. Data Length Data Length2 Packet No. (Data) (Data) Item Description Data Length Sets the number of bytes of in the corresponding sequence flow. (3 + number of data bytes sent) Packet No. Data Sets how many times data sent by the corresponding sequence flow. (Number of times sent ) Sets the data to be sent. This shows an example of the commands in 2.3 [0x20 0x]: EDID Setting. Data in two blocks (256 bytes) is set in increments of 28 bytes. 2

21 Chapter About Terminal Commands Return command sent first (sequence no. 3) STX byte 0x02 TRDT byte 0x0 0x03F9 byte Data Length 2 byte 0x0083 Packet No byte 0x00 The (number of returns ) data is stored here. st byte data 2 byte 0x0000 to 0x0FFF : 28th byte data 2 byte 0x0000 to 0x0FFF ETB byte 0x7 Not all the data could be sent so ETB is stored here. BCC byte Checksum Return command sent second (sequence no. ) STX byte 0x02 TRDT byte 0x0 0x03F9 byte Data Length 2 byte 0x0083 Packet No byte 0x0 The (number of returns ) data is stored here. 29th byte data 2 byte 0x0000 to 0x0FFF : 256th byte data 2 byte 0x0000 to 0x0FFF ETX byte 0x03 This is the last return command so ETX is stored here. BCC byte Checksum.8.About Timeouts When a command is sent, a reply from the -82 may not be returned or the process may end part way through the command due to a disconnection or other problem. For such cases, provide a timeout 3 seconds after a command is sent from a computer. 3

22

23 2-82 Setting Commands 2..[0x20 0x0]: Specification of Files to Send/Receive Function: This sets the path of the files to be sent or received from the. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Figure Type 6 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x0 Mode byte 0x00: Create File (file creation) 0x0: Create Directory (directory creation) 0x02: Read File (preparation to read file) 0x03: Write File (preparation to write file) ErrorCode byte 0x0: _SIZE_ERR Send command (sequence no. 3/) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Specified path character string 2 to variable Example: "C:Data/EDID/EDID_00/Data00.ddc" * The following is repeated if there is any remaining data. Send command (sequence no. 3/) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Specified path character string 2 to variable Example: "C:Data/EDID/EDID_00/Data00.ddc" ErrorCode byte 0x0: _SIZE_ERR 5

24 * To send/receive data to/from the, you need to specify the filename of data to be sent/received in this command. * When using the command as the send command, set only the Config file (.cfg). * An error results if the filename has not been set even though 0x00: Create File, 0x02: Read File or 0x03: Write File has been selected as the Mode setting. 6

25 Chapter 2-82 Setting Commands 2.2.[0x30 0x0]: Acquisition of Folder Names or Filenames in Specified Path Function: Sequence: Type 5 This acquires the folder names (or filenames) in the specified path inside the unit. 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x0 byte Operation mode byte 0x00: Acquisition of only folder information 0x0: Acquisition of only filenames inside specified folder Specified path character string 2 to variable Example: "C:Data EDID" ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x000 to 0x03FB Packet No byte 0x00 to 0xFF Character string Variable Example: Acquiring all the folder information (or filenames) of one level below the EDID folder of the above sent. * When the operation mode is 0x00 (acquisition of folder names) "EDID_00": Folder name ",": Delimiter (0x2C) "EDID_002": Folder name ",": Delimiter (0x2C) "EDID_003": Folder name ",": Delimiter (0x2C) "EDID_00": Folder name * When the operation mode is 0x0 (acquisition of file names) "test00.ddc": File name ",": Delimiter (0x2C) "test002.ddc": File name ",": Delimiter (0x2C) "test003.ddc": File name ",": Delimiter (0x2C) "test00.ddc": File name 7

26 2.3.[0x20 0x]: EDID Setting Function: This sets the EDID of the -82. A maximum of 208 bytes (6 blocks) can be set for the EDID. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Figure Type 6 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x0 ErrorCode byte 0x0: _SIZE_ERR Send command (sequence no. 3/) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF CAUTION Be sure to set the EDID for all of the blocks. (The number of valid blocks is determined by the set data amount.) If data has been sent in an amount which cannot be divided by 28 bytes ( block), the remaining data will be deleted. * * For instance, if 30 bytes of data were sent, only the first 28 bytes ( block) will be valid, and the remaining 2 bytes will be deleted. * The EDID data is sent to the file specified by the [0x20 0x0] command in advance. 8

27 Chapter 2-82 Setting Commands 2..[0x30 0x]: EDID Reading Function: This reads the EDID of the -82. The size of EDID that can be received depends on the data amount that was set using the [0x20 0x]: EDID Setting command. However, the maximum size is 208 bytes (6 blocks). Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x0 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF * The EDID data of the file specified by the [0x20 0x0] command in advance is received. 9

28 2.5.[0x20 0x2]: Config Setting Function: This configures the Config settings of the -82. The total amount of data is 0x5000 bytes. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Figure Type 6 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x2 ErrorCode byte 0x0: _SIZE_ERR Send command (sequence no. 3/) 0x03FB byte * The total amount of data is 0x5000 bytes, but the amount of data sent at one time is 0x03FB bytes. Data Length 2 byte 0x0002 to 0x03FB Packet No byte 0x00 to 0x Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF * The following is repeated until data equivalent to 0x5000 bytes has been sent. Send command (sequence no. 3/) 0x03FB byte * The total amount of data is 0x5000 bytes, but the amount of data sent at one time is 0x03FB bytes. Data Length 2 byte 0x0002 to 0x03FB Packet No byte 0x00 to 0x Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF ErrorCode byte 0x0: _SIZE_ERR * The Config data file with the filename specified by the [0x20 0x0] command in advance is created. If a file with the same name exists, it is overwritten. 20

29 Chapter 2-82 Setting Commands 2.6.[0x30 0x2]: Config Reading Function: This reads Config of the -82. The total amount of data received is 0x5000bytes. Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x2 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) * The total amount of data is 0x5000 bytes, but the amount of data received at one time is 0x03FB bytes. Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF * The following is repeated until data equivalent to 0x5000 bytes has been received. Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF * The Config file specified by the [0x20 0x0] command in advance is received. 2

30 2.7.[0x30 0x3]: USB Flash Connected/Not Connected Function: This acquires whether or not a USB flash memory device is connected to the -82 main unit. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x3 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) Whether or not connected byte byte 0: USB flash memory device not connected : USB flash memory device connected 22

31 Chapter 2-82 Setting Commands 2.8.[0x30 0x]: Version Acquisition Function: This acquires version of the unit. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) byte Firmware version 2 byte 0x0000 to 0xFFFF FPGA Ver (CPU) 2 byte 0x0000 to 0xFFFF FPGA Ver (HDMII) 2 byte 0x0000 to 0xFFFF Calibration 8 byte " " to " " (character string) 23

32 2.9.[0x20 0x5]: Setup Setting Function: This configures the Setup settings of the -82. The total amount of data is 256 bytes. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x5 256byte Setup Data 256byte ErrorCode byte 0x0: _SIZE_ERR * The Setup data file with the filename specified by the [0x20 0x0] command in advance is created. If a file with the same name exists, it is overwritten. 2

33 Chapter 2-82 Setting Commands 2.0.[0x30 0x5]: Setup Reading Function: This reads Setup of the -82. The total amount of data received is 256 bytes. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x5 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 256byte Setup Data 256byte 25

34 2..[0x30 0x6]: File Sending Function: This sends files from the -82. Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x6 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) * The total amount of data is not fixed. * The amount of data received at one time is 0x03FB bytes. Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF * The following is repeated until the entire data has been received. Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF 26

35 Chapter 2-82 Setting Commands 2.2.[0x20 0x7]: Config Inc/Dec Setting Function: This increments/decrements the Config file. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x7 byte Mode byte 0: Inc : Dec 2: Specified file ErrorCode byte 0x0: _SIZE_ERR 27

36 2.3.[0x20 0x8]: Mode Setting Function: This sets the mode. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x8 byte Mode byte 0:Rcv :Rep 2:THR ErrorCode byte 0x0: _SIZE_ERR 28

37 Chapter 2-82 Setting Commands 2..[0x20 0x9]: HDCP Config Setting Function: This sets HDCP Config. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x9 Input HDCP Config 5 byte HDCP Disable byte : HDCP Disable 0: HDCP Enable BStatus HDMI_MODE Clear byte 0: Enable : Disable Incorrect BKSV byte 0: Correct : Incorrect Incorrect R0 byte 0: Correct : Incorrect Incorrect Ri byte 0: Correct : Incorrect Incorrect V byte 0: Correct : Incorrect HDCP2.2 Disable byte : HDCP2.2 Disable 0: HDCP2.2 Enable Not respond with AKE_Send_Cert byte 0: Correct : Incorrect Invalid value of certrx byte 0: Correct : Incorrect Invalid value of H byte 0: Correct : Incorrect Not Send AKE_SEND_H_prime byte 0: Correct : Incorrect Not send AKE_Send_Pairing_Info byte 0: Correct : Incorrect Invalid value of L byte 0: Correct : Incorrect Not send LC_Send_L_prime byte 0: Correct : Incorrect Invalid value of V byte 0: Correct : Incorrect Incorrect value of seq_num_v byte 0: Correct : Incorrect Incorrect value of M byte 0: Correct : Incorrect Not send RepeaterAuth_stream_Ready byte 0: Correct : Incorrect Virtual Repeater Mode byte 0: OFF :ON HDCP2_0_REPEATER_DOWNS TREAM HDCP_DEVICE_DOWNSTREA M Device Count Depth byte 0: Correct : Incorrect byte 0: Correct : Incorrect byte byte 0 to 3: Device Count 0x80 :Max device Exceeded 0 to 7: Depth Count 0x08 :Max Cascade Exceeded Execution Time byte 0 to 99( x 00)ms KSV List Output HDCP Config 80 byte 29

38 StreamID_Typte byte 0: Type0 : Type Not Read HDCP2Version byte 0: Correct : Incorrect Not Send AKE_Init byte 0: Send : Not Send Key Exchange byte 0: Send AKE_Stored_km or AKE_No_Stored_km : Always send AKE_No_Stored_km 2: Not Send AKE_Stored_km and AKE_No_Stored_km Not Send LC_Init byte 0: Send : Not Send Not Send SKE_Send_Eks byte 0: Send : Not Send Not Send RepeaterAuth_send_Ack byte 0: Send : Not Send Invalid value of V byte 0: Correct : Incorrect Not Send RepeaterAuth_Streame_Manage Enable HDCP Encryption Time byte 0: Send : Not Send byte 0: between 200ms and 0sec : less than 200ms 2: more than 0sec HDCP Start Wait Time byte 0 to 99( x 00)ms ErrorCode byte 0x0: _SIZE_ERR 30

39 Chapter 2-82 Setting Commands 2.5.[0x20 0xA]: CEC Address Setting Function: This sets the CEC address. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0xA Emulate Device 2byte 6byte Emulate Device Enable byte 0: Disable : Enable Logical Address Type byte Direct Logical Address byte 0x00 to 0x0F 0: TV : Recording Device 2:Tuner 3:Playback Device :Audio System 5:Direct Address Physical Address Type byte 0: -82 Address : Direct Address Direct Physical Address 2 byte 0x0000 to 0xFFFF Emulate Device2 Emulate Device3 Emulate Device 6byte 6byte 6byte ErrorCode byte 0x0: _SIZE_ERR 3

40 32

41 3-82 Measurement Commands 3..[0x30 0x50]: Video Timing Reading Function: This reads the video timing. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x50 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 5 byte Pixel Clock byte 0x to 0xFFFFFFFF (= Pixel Clock 0000) H Freq. 2 byte 0x0000 to 0xFFFF (= H Frequency 00) V Freq. 2 byte 0x0000 to 0xFFFF (= V Frequency 00) H Total 2 byte 0x0000 to 0xFFFF H Active 2 byte 0x0000 to 0xFFFF H Sync 2 byte 0x0000 to 0xFFFF H Back Porch 2 byte 0x0000 to 0xFFFF H Front Porch 2 byte 0x0000 to 0xFFFF H Sync Polarity byte 0x00: Nega 0x0: Posi V Total Line 2 byte 0x0000 to 0xFFFF V Active TOTAL 2 byte 0x0000 to 0xFFFF V Active Field 2 byte 0x0000 to 0xFFFF V Sync Field 2 byte 0x0000 to 0xFFFF (= V Sync 2) V Back Porch Field 2 byte 0x0000 to 0xFFFF (= V Back Porch 2) V Front Porch Field 2 byte 0x0000 to 0xFFFF (= V Front Porch 2) HV Sync Offset Field 2 byte 0x0000 to 0xFFFF V Active Field2 2 byte 0x0000 to 0xFFFF V Sync Field2 2 byte 0x0000 to 0xFFFF (= V Sync 2) V Back Porch Field2 2 byte 0x0000 to 0xFFFF (= V Back Porch 2) V Front Porch Field2 2 byte 0x0000 to 0xFFFF (= V Front Porch 2) 33

42 HV Sync Offset Field2 2 byte 0x0000 to 0xFFFF V Sync Polarity byte 0x00: Nega 0x0: Posi Interlace byte 0x00: NON-Interlace 0x0: Interlace Example: When receiving 60x80@60Hz : Data 0x02 0x30 0x50 0x03 0x83 Code STX CMD CMD2 EXT BCC : Data 0x02 0x0 0x00 0x03 0xD7 0x66 0x0C 0xB 0x7 0x6A Code STX TRDT Pixel Clock = MHz (0x0003D765 = ) H Freq.=3.7kHz (0x0CB = 37) V Freq=59.9Hz (0x76A = 599) 0x03 0x20 0x02 0x80 0x00 0x60 0x00 0x30 0x00 0x0 0x00 H Total H Active H Sync H Back Porch H Front Porch H Sync Polarity = (0x320=800) (0x0280=60) (0x0060=96) (0x0030=8) (0x000=6) Nega 0x02 0x0D 0x0 0xE0 0x0 0xE0 0x00 0x0 0x00 0x2 V Total Line V Active TOTAL V Active Field V Sync Field= 2.0 V Back Porch Field = (0x02D0=720) (0x0E0=80) (0x0E0=80) dot (0x000= ) 33.0 dot (0x002=66) 0x00 0x 0x00 0x00 0x0 0xE0 0x00 0x0 0x00 0x2 V Front Porch HV Sync Offset V Active Field2 V Sync Field2 = 2.0 V Back Porch Field2= Field = 0.0 dot Field=0dot (0x0E0=80) dot (0x000= ) 33.0 dot (0x002=66) (0x00= 20) 0x00 0x 0x00 0x00 0x00 V Front Porch Field2 = 0.0 dot (0x00= 20) HV Sync Offset Field2 = 0 dot V Sync Polarity= Nega 0x00 0x03 0xD6 Interlace = NON-Interlace ETX BCC 3

43 Chapter 3-82 Measurement Commands 3.2.[0x30 0x5]: Audio Timing Reading Function: This reads the audio data. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x5 Return command (sequence no. 2a) ACK byte 0x06: ACK Positive response 0x5: NAK Negative response ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 3 byte Audio Error byte 0bit : Audio PLL is not locked bit : Audio FIFO has Overflow 2bit : Audio FIFO has Underflow Audio Type byte 0x00: Audio Sample 0x0: One Bit Audio 0x02: High Bitrate Audio 0x03: NULL 0x0: AC-3 0x05: Refer to SMPTE 338M 0x06: Pause 0x07: MPEG-L 0x08: MPEG-L2,L3 or MPEG2 without extension 0x09: MPEG2 extension 0x0A: MPEG2 AAC 0x0B: MPEG2-0x0C: MPEG2-2 0x0D: MPEG2-3 0x0E: DTS type 0x0F: DTS type2 0x0: DTS type3 0x: ATRAC 35

44 0x2: ATRAC2 0x3: ATRAC-X 0x: DTS HD 0x5: WMA pro 0x6: MPEG2 AAC half 0x7: MPEG2 AAC quarter 0x8: DD+ 0x9: Dolby True HD 0xA: Reserved 0xB: Reserved 0xC: Reserved 0xD: Reserved 0xE: Refer to SMPTE 338M 0xF: Refer to SMPTE 338M 0x20: Refer to SMPTE 338M 0x2: Refer to SMPTE 338M 0x22: Extended data type N 2 byte 0x0000 to 0xFFFF CTS 3 byte 0x to 0xFFFFFF CH Volume 3 byte 0x to 0xFFFFFF : : 8CH Volume 3 byte 0x to 0xFFFFFF 36

45 Chapter 3-82 Measurement Commands 3.3.[0x30 0x52]: Packet Reading Function: This reads the packets. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x52 byte Packet Type byte 0x03: GC Packet 0x0: ACP Packet 0x05: ISRC Packet 0x06: ISRC2 Packet 0x0A: Gamut Metadata Packet 0x8: Vendor Specific InfoFrame 0x82: AVI InfoFrame 0x83: SPD InfoFrame 0x8: Audio InfoFrame 0x85: MPEG InfoFrame 0x87: Dynamic Range and Mastering InfoFrame 0xF0: Channel Status Bit ErrorCode byte 0x0: _SIZE_ERR 0x02: _DATA_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 3 byte Packet Type byte 0x00 to 0xFF (0x00: Specified packet cannot be received.) Header- byte 0x00 to 0xFF Header-2 byte 0x00 to 0xFF Data0 byte 0x00 to 0xFF : : Data27 byte 0x00 to 0xFF 37

46 3..[0x30 0x53]: Channel Status Bit Reading Function: This reads the channel status bit. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x53 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 5 byte Data0 byte 0x00 to 0xFF : : Data byte 0x00 to 0xFF 38

47 Chapter 3-82 Measurement Commands 3.5.[0x30 0x5]: HDCP Status Reading Function: This reads the HDCP status. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x5 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 26 byte HDCP Version byte 0 : HDCP. 0 : HDCP2.2 HDCP Version = 0 Input AN 8 byte Input Aksv 5 byte Input Bksv 5 byte Input Ri 2 byte Input V 20 byte Input KSV FIFO 80 byte Input Count Input Depth HDCP Version = Input ReceiverID H2RXCAPS H2TXCAPS Ekpub_Km Ekh_km EncKm M Edkey_ks rrx rtx rn riv byte byte 5 byte 3 byte 3 byte 6 byte 6 byte 6 byte 6 byte 6 byte 8 byte 8 byte 8 byte 8 byte 39

48 seq_num_v seq_num_m StreamID_Type StreamID RxInfo ReceiverIDList RxStatus 3 byte 3 byte byte byte 2 byte 80 byte 2 byte 0

49 Chapter 3-82 Measurement Commands 3.6.[0x30 0x55]: ARC Status Reading Function: This reads the ARC status (TX side). Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x55 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 8 byte CH Volume byte 0x to 0xFFFFFFFF 2CH Volume byte 0x to 0xFFFFFFFF CH Data0 byte 0x00 to 0xFF : : CH Data byte 0x00 to 0xFF CH2 Data0 byte 0x00 to 0xFF : : CH2 Data byte 0x00 to 0xFF

50 3.7.[0x30 0x56]: DDC Line Monitor Reading Function: This performs monitoring of the DDC line. Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x56 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03F9 Packet No byte 0x00 to 0xFF Data Type* byte 0bit ack (0: yes, : no) bit 2bit 3bit : Stop : Start 0: Other trigger : DDC trigger bit 0: Empty 5bit 0: FULL 6bit 0: HPD Low 7bit 0: SCDT Low Data* byte 0x00 to 0xFF TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) Data Type* byte 0bit ack (0: yes, : no) bit 2bit 3bit : Stop : Start 0: Other trigger : DDC trigger bit 5bit 6bit 7bit 0: Empty 0: FULL 0: HPD Low 0: SCDT Low 2

51 Chapter 3-82 Measurement Commands : Data* byte 0x00 to 0xFF TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) * Depending on the values of [Full], [Start], and [Stop], either enable (O) or disable (x) is determined for the [Data Type] and [Data] parameters. [Full] [Start] [Stop] [ack] [Data]

52 3.8.[0x30 0x57]: CEC Line Monitor Reading Function: This performs monitoring of the CEC line. Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x57 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03F9 Packet No byte 0x00 to 0xFF Data Type* byte 0 bit: ack (0: logic 0, : logic ) bit: EOM 2bit: Start 3bit:error Data* byte 0x00 to 0xFF TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) Data Type* byte 0 bit: ack (0: yes, : no) bit: Start 2bit: EOM 3bit:error : TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) * Depending on the value of [error], either enable (O) or disable (x) is determined for the [Data Type] parameter. [error] [EOM] [Start] [ack] 0 (= not error) (= error) * The meaning of the [Data] parameter differs depending on value of [Error]. [error] [Data] 0 (= not error) Information bit part of the CEC command (= error) 0x0: The bit timing is invalid. (The bit period is too long.) 0x02: The bit timing is invalid. (The bit period is too long.) 0x0: Error handling is occurring. 0x08: The -82 executed error handling because there was an error in the command addressed to the x0: There was an event (other than Start) in the CEC line before the CEC command was started (recognized). 0x20: The capacity of the FIFO for saving the CEC command was exceeded.

53 Chapter 3-82 Measurement Commands 3.9.[0x30 0x58]: Video Data Reading Function: This reads the video timing. Sequence: Type 5 2a or 2b 3 5 Figure Type 5 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x58 5 byte Type byte 0 : Line : Pixel X-coordinate 2 byte 0x0000 to 0xFFFF Y coordinate 2 byte 0x0000 to 0xFFFF ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR * The following is repeated until the entire data has been received. Return command (sequence no. 3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No byte 0x00 to 0xFF Data byte 0x00 to 0xFF : Data byte 0x00 to 0xFF 5

54 3.0.[0x30 0x59]: SCDC Reading Function: This reads the SCDC. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x59 ErrorCode byte 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no. 3) 6 byte Data 0x0 byte 0x00 to 0xFF Data 0x02 byte 0x00 to 0xFF Data 0x20 byte 0x00 to 0xFF Data 0x2 byte 0x00 to 0xFF Data 0x30 byte 0x00 to 0xFF Data 0x0 byte 0x00 to 0xFF 6

55 -82 Operation Commands..[0x20 0x60]: Hot Plug Pulse Execution Function: This executes the hot plug pulse. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x60 2 byte Type byte 0:Pulse :Manual Pulse to 200 (ms) Status Manual byte 0:Low : High ErrorCode byte 0x0: _SIZE_ERR 7

56 .2.[0x30 0x60]: Hot Plug Status Reading Function: This acquires the hot plug status. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x60 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 2byte Input byte 0:Low :High Output byte 0:Low :High 8

57 Chapter -82 Operation Commands.3.[0x20 0x6]: Receiver Sense Execution Function: This changes the status of the receiver sense. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x6 byte Status byte 0:Low : High ErrorCode byte 0x0: _SIZE_ERR 9

58 ..[0x20 0x62]: Log Execution Function: This executes/stops logs. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x62 ErrorCode byte 0x0: _SIZE_ERR 50

59 Chapter -82 Operation Commands.5.[0x20 0x63] CEC Command Sending Function: This sends the CEC command. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x63 20yte Initiation Address byte 0x00 to 0x0F Destination Address byte 0x00 to 0x0F OP Code byte Data Length* byte 0x00 to 0x Data 6byte ErrorCode byte 0x0: _SIZE_ERR * The data length includes that of the OP code. When Data Length = 0, the OP code will not be sent. 5

60 .6.[0x30 0x6]: DDC Output Access Function: This executes I2C access from output. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x6 20 byte Type byte 0 : Read : Write Slave Address byte 0x00 to 0xFF Offset Address byte 0x00 to 0xFF Length byte 0x00 to 0x0 Data 6byte ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) Length byte Data 52

61 Chapter -82 Operation Commands.7.[0x20 0x65]: Audio Return Channel Execution Function: This executes/stops ARC from the input side. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x65 36 byte Output byte 0 : OFF : ON Type byte 0 : Generate Data : COAX Input Sampling Frequency byte 0: 32kHz :.khz 2: 8kHz 3: 88.2kHz : 96kHz 5: 76.kHz 6: 92kHz Sampling Length byte 0: 6Bit : 20Bit 2: 2Bit Audio Frequency 2 byte to 99 ( x 00Hz) Audio Volume byte 0x0000 to 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto byte 0: OFF : ON ARC N Value 3 byte 0x00000 to 0xFFFFF Channel Status Bit Initiate Request Mode 5 byte byte 0 : Request Short Audio & ARC Initiation : Request ARC Initiation 2 : No Request ErrorCode byte 0x0: _SIZE_ERR 53

62 .8.[0x30 0x65]: Audio Return Channel Setting Reading Function: This acquires the ARC setting values on the input side. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x65 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 36 byte Output byte 0 : OFF : ON Type byte 0 : Generate Data : COAX Input Sampling Frequency byte 0: 32kHz :.khz 2: 8kHz 3: 88.2kHz : 96kHz 5: 76.kHz 6: 92kHz Sampling Length byte 0: 6Bit : 20Bit 2: 2Bit Audio Frequency 2 byte to 99 ( x 00Hz) Audio Volume byte 0x0000 to 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto byte 0: OFF : ON ARC N Value 3 byte 0x00000 to 0xFFFFF Channel Status Bit Initiate Request Mode 5 byte byte 0 : Request Short Audio & ARC Initiation : Request ARC Initiation 2 : No Request 5

63 Chapter -82 Operation Commands.9.[0x20 0x66]: Generate Execution Function: This executes/stops generation. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x66 28 byte Generate Video byte 0 : OFF : 8bit 2 : 0bit 3 : 2bit : 6bit Generate Audio byte 0 : OFF : ON Generate HDCP byte 0 : OFF : HDCP. 2 : HDCP2.2 Scrambling < 30Mcsc byte 0 : OFF : ON Set AV Mute byte 0 : OFF : ON Clear AV Mute byte 0 : OFF : ON LipSync byte 0 : OFF : ON LipSync Mode byte 0 : Auto : Manual LipSync Delay Type byte 0 : Video : Audio LipSync Delay Time 2 byte 0 to 000ms Generate AVI Info byte 0 : OFF : ON Generate SPD Info byte 0 : OFF : ON Generate Audio Info byte 0 : OFF : ON Generate MPEG Info byte 0 : OFF : ON Generate Vendor Info byte 0 : OFF : ON Generate Vendor2 Info byte 0 : OFF : ON Generate Vendor3 Info byte 0 : OFF : ON Generate DRM Info byte 0 : OFF : ON Generate Gamut byte 0 : OFF : ON Generate ACP byte 0 : OFF : ON Generate ISRC byte 0 : OFF : ON Generate Other byte 0 : OFF : ON 55

64 Generate Pattern byte 0 : Color Bar : H Ramp 3D Checker Size byte to 200 Cross Hatch Size byte to : V Ramp 3 : Frame : W Raster 5 : R Raster 6 : G Raster 7 : B Raster 8 : Window 9 : Random Color Bar 0 : 3D Checker : Cross Hatch Scroll Horizontal byte 0 : OFF : ON Scroll Vertical byte 0 : OFF : ON ErrorCode byte 0x0: _SIZE_ERR 56

65 Chapter -82 Operation Commands.0.[0x30 0x66]: Generate Setting Reading Function: This acquires the Generate setting values. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x66 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 28 byte Generate Video byte 0 : OFF : 8bit 2 : 0bit 3 : 2bit : 6bit Generate Audio byte 0 : OFF : ON Generate HDCP byte 0 : OFF : HDCP. 2 : HDCP2.2 Scrambling < 30Mcsc byte 0 : OFF : ON Set AV Mute byte 0 : OFF : ON Clear AV Mute byte 0 : OFF : ON LipSync byte 0 : OFF : ON LipSync Mode byte 0 : Auto : Manual LipSync Delay Type byte 0 : Video : Audio LipSync Delay Time 2 byte 0 to 000ms Generate AVI Info byte 0 : OFF : ON Generate SPD Info byte 0 : OFF : ON Generate Audio Info byte 0 : OFF : ON Generate MPEG Info byte 0 : OFF : ON Generate Vendor Info byte 0 : OFF : ON Generate Vendor2 Info byte 0 : OFF : ON Generate Vendor3 Info byte 0 : OFF : ON Generate DRM Info byte 0 : OFF : ON Generate Gamut byte 0 : OFF : ON Generate ACP byte 0 : OFF : ON Generate ISRC byte 0 : OFF : ON Generate Other byte 0 : OFF : ON 57

66 Genearte Pattern byte 0 : Color Bar : H Ramp 3D Checker Size byte to 200 Cross Hatch Size byte to : V Ramp 3 : Frame : W Raster 5 : R Raster 6 : G Raster 7 : B Raster 8 : Window 9 : Random Color Bar 0 : 3D Checker : Cross Hatch Scroll Horizontal byte 0 : OFF : ON Scroll Vertical byte 0 : OFF : ON 58

67 Chapter -82 Operation Commands..[0x20 0x67]: Generate Video Timing Setting Function: This sets the timing to generate. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x67 2byte Generate Video Code byte to 07 Generate Type byte 0: 2D : Frame Packing 2: Side by Side (Half) 3: Top and Bottom ErrorCode byte 0x0: _SIZE_ERR 59

68 .2.[0x30 0x67]: Generate Video Timing Setting Reading Function: This acquires the Generate Video Timing setting values. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x67 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 2byte Generate Video Code byte to 07 Generate Type byte 0:2D :Frame Packing 2: Side by Side (Half) 3: Top and Bottom 60

69 Chapter -82 Operation Commands.3.[0x20 0x68]: Generate Packet Setting Function: This sets the packets to generate. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x68 3 byte Packet Type byte 0x0: ACP Packet Header- Header-2 Data0 : : Data27 0x05: ISRC Packet 0x0A: Gamut Metadata Packet 0x8: Vendor Specific InfoFrame 0x82: AVI InfoFrame 0x83: SPD InfoFrame 0x8: Audio InfoFrame 0x85: MPEG InfoFrame 0x87: Dynamic Range and Mastering InfoFrame Other than 0x0 to 0x05, 0x07 to 0x0A, and 0x8 to 0x87 Other Packet Header- Header-2 Data0 Data27 ErrorCode byte 0x0: _SIZE_ERR 6

70 ..[0x30 0x68]: Generate Packet Setting Reading Function: This acquires the Generate Packet setting values. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x68 byte Packet Type byte 0x0: ACP Packet 0x05: ISRC Packet 0x0A: Gamut Metadata Packet 0x8: Vendor Specific InfoFrame 0x82: AVI InfoFrame 0x83: SPD InfoFrame 0x8: Audio InfoFrame 0x85: MPEG InfoFrame 0x87: Dynamic Range and Mastering InfoFrame Other packet is set by the 0x20 0x68 command ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 3 byte Packet Type byte Packet Type Header- Header- Header-2 Header-2 Data0 Data0 : : Data27 Data27 62

71 Chapter -82 Operation Commands.5.[0x20 0x69]: Generate Audio Setting Function: This sets the audio to generate. Sequence: Type 2 2a or 2b Figure Type 2 Send command (sequence no. ) CMD byte 0x20 CMD2 byte 0x69 29byte Sampling Frequency byte 0: 32kHz :.khz 2: 8kHz 3: 88.2kHz : 96kHz 5: 76.kHz 6: 92kHz Sampling Length byte 0: 6Bit : 20Bit 2: 2Bit Audio Frequency 2 byte to 99 ( x 00Hz) Audio Volume byte 0x0000 to 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 Channel Status Bit 5 byte ErrorCode byte 0x0: _SIZE_ERR 63

72 .6.[0x30 0x69]: Generate Audio Setting Reading Function: This acquires the Generate Audio setting values. Sequence: Type 3 2a or 2b 3 Figure Type 3 Send command (sequence no. ) CMD byte 0x30 CMD2 byte 0x69 ErrorCode byte 0x0: _SIZE_ERR Return command (sequence no. 3) 33 byte Sampling Frequency byte 0: 32kHz :.khz 2: 8kHz 3: 88.2kHz : 96kHz 5: 76.kHz 6: 92kHz Sampling Length byte 0: 6Bit : 20Bit 2: 2Bit Audio Frequency 2 byte to 99 ( x 00Hz) Audio Volume byte 0x0000 to 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto byte 0: OFF : ON ARC N Value 3 byte 0x00000 to 0xFFFFF Channel Status Bit 5 byte 6

73 -82 Terminal Command Instruction Manual Notes An incorrectly collated manual or a manual with missing pages will be replaced. All copyrights of this manual are the property of ASTRODESIGN,Inc. The content of this manual may not be used or copied in whole or in part without permission. The content of this manual is subject to change without notice due to improvements. The manufacturer will not be liable for any effects caused by incorrect operation. All inquiries concerning this product should be addressed to your dealer or to the manufacturer at the contact numbers given below. The products and product names mentioned in this manual are the trademarks or registered trademarks of their respective companies. T0286A 65

Terminal Command VA Instruction Manual. Ver.1.02

Terminal Command VA Instruction Manual. Ver.1.02 Terminal Command -83 Instruction Manual Ver..02 Terminal Command -83 Instruction Manual 202.3 Ver..02 ASTRODESIGN,Inc Contents Contents...i Concerning the configuration of this manual... iii Concerning

More information

HDMI2.0a Protocol Analyzer VA March 2016 ASTRODESIGN, Inc.

HDMI2.0a Protocol Analyzer VA March 2016 ASTRODESIGN, Inc. HDMI2.0a Protocol Analyzer VA-1842 March 2016 ASTRODESIGN, Inc. What do you need? 1. Want to check Video Timing 2. Want to check Video Data 3. Want to check Audio 4. Want to check InfoFrame and Packet

More information

HDMI Protocol Analyzer VA-1831 QUICK REFERENCE. Ver.1.00

HDMI Protocol Analyzer VA-1831 QUICK REFERENCE. Ver.1.00 HDMI Protocol Analyzer VA-1831 QUICK REFERENCE Ver.1.00 HDMI Protocol Analyzer VA-1831 QUICK REFERENCE 2011.4 Ver.1.00 ASTRODESIGN,Inc Contents 1 Measuerement of output from a source device... 1 1.1

More information

780 Handheld Test Instrument

780 Handheld Test Instrument Key features + benefits HDMI 1.3 video/audio output Pattern testing including deep color for HDMI inputs on HDTVs 24/30/36 bit at 1080p. HDMI 1.4a 3D Pattern Generation Supports Side-by-Side, Top-and-Bottom

More information

780A Handheld Test Instrument. 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI /60Hz

780A Handheld Test Instrument. 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI /60Hz 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The 780A Handheld Test Instrument

More information

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The 780B Video Generator/Analyzer is a

More information

EWBS Receiving Module Communication specifications

EWBS Receiving Module Communication specifications 2017/01/05 EWBS Receiving Module Communication specifications v1.00 Century Revision history Revision Date Changes 1.00 2017/01/05 Initial Release. 1 Serial communication specifications Asynchronous serial

More information

HDMI 1.4 Source Compliance Tests ( ) (Pre-required hardware: or , Prerequired software: if is used)

HDMI 1.4 Source Compliance Tests ( ) (Pre-required hardware: or , Prerequired software: if is used) HDMI 1.4 Source Compliance Tests (95-00062) (Pre-required hardware: 95-00083 or 95-00137, Prerequired software: 95-00138 if 95-00137 is used) Section 7.4: Source Protocol Tests Test ID 7-16: Legal Codes

More information

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The is a portable multimedia generator

More information

Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option!

Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option! Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option! Quantum Data 780B - Overview Quantum Data Inc. 780B Video Generator/Analyzer Overview Quantum

More information

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

Agilent Digital Measurement Forum

Agilent Digital Measurement Forum Agilent Digital Measurement Forum HMDI 1.3 Agilent Solution Overview Media Agilent HDMI Solution Solution Overview Solution Specifics Agilent Total Solutions Test Point Access Assemblies (TPAs) Source

More information

Control Characters used in DirectNET

Control Characters used in DirectNET Control Characters used in DirectNET ENQ (0x05) Enquiry to start communications ACK (0x06) Acknowledge (data received and no errors NAK (0x15) Negative Acknowledge (data received but there were errors)

More information

AN-810 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/

AN-810 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/ APPLICATION TE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106 Tel: 781/329-4700 Fax: 781/461-3113 www.analog.com EDID and HDCP Controller User s Guide for the AD9889 by Del Jones INTRODUCTION

More information

Specification. For. Serial Interface DN-T645/625

Specification. For. Serial Interface DN-T645/625 Date 2002-08-30 1 page of 55 Specification For Serial Interface DN-T645/625 Denon, Ltd. Date 2002-08-30 2 page of 55 Histories Rev. Date Name Description 1.00 Aug., 30, 02 J.Watanabe Date 2002-08-30 3

More information

HT-180 Handshake Tester for Quick Start Guide

HT-180 Handshake Tester for Quick Start Guide HT-180 Handshake Tester for Quick Start Guide HT-180 assists in troubleshooting and trouble resolution of HDMI-related connection problems: Localizes HDCP interoperability failures Identifies bad EDIDs

More information

780C Multi-Interface Interoperability Tester for Video and Audio User Guide Rev: A9

780C Multi-Interface Interoperability Tester for Video and Audio User Guide Rev: A9 780C Multi-Interface Interoperability Tester User Guide Page 1 780C Multi-Interface Interoperability Tester for Video and Audio User Guide Rev: A9 780C Multi-Interface Interoperability Tester User Guide

More information

HDMI Protocol Analyzer VA Instruction Manual. Ver.1.03

HDMI Protocol Analyzer VA Instruction Manual. Ver.1.03 HDMI Protocol Analyzer VA-1838 Instruction Manual Ver.1.03 HDMI Protocol Analyzer VA-1838 Instruction Manual 2013.4 Ver.1.03 ASTRODESIGN,Inc Contents Chapter 1 Concerning the VA-1838... 1 1.1 Overview...

More information

C628 Enhanced JPEG Module. User Manual

C628 Enhanced JPEG Module. User Manual C628 Enhanced JPEG User Manual v1.1 Release Note: 1. May 2, 2006 official released v1.0 2. Dec 27, 2006 revise electrical characteristics Table of Contents Part I - Hardware Overview 1 Features.. 1 Specifications

More information

HDMI_RX_HSMC. Terasic HDMI Video Receiver Daughter Board User Manual

HDMI_RX_HSMC. Terasic HDMI Video Receiver Daughter Board User Manual HDMI_RX_HSMC Terasic HDMI Video Receiver Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI_RX_HSMC Board... 3 1.3 Getting Help... 4 Chapter

More information

HDMI_TX_HSMC. Terasic HDMI Video Transmitter Daughter Board User Manual

HDMI_TX_HSMC. Terasic HDMI Video Transmitter Daughter Board User Manual HDMI_TX_HSMC Terasic HDMI Video Transmitter Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI_TX_HSMC Board... 3 1.3 Getting Help... 4 Chapter

More information

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Models covered: AVP700, AVR250, AVR300, AVR350 Contents Applicability... 2 Controlling Arcam A/V processors

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

quantumdata 780E Video Generator / Protocol Analyzer for HDMI, DisplayPort & HDBaseT

quantumdata 780E Video Generator / Protocol Analyzer for HDMI, DisplayPort & HDBaseT quantumdata Video Generator / Protocol Analyzer for HDMI, DisplayPort & Key Features HDMI, and DispIayPort (DP optional on p/n 00-00251) input and output ports for testing both source and devices as well

More information

Serial Communication Control Interface User s Manual

Serial Communication Control Interface User s Manual User s Manual Edition 1.0, September 2015 www.moxa.com/product For the following products: MD-219 Series MD-224 Series MD-226 Series MPC-2190 Series MPC-2197 Series MPC-2240 Series MPC-2247 Series MPC-2260

More information

Guide to DP CTS Tool Options

Guide to DP CTS Tool Options Unigraf DisplayPort CTS Tools Guide to Product Options Copyright This manual Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without written permission of Unigraf Oy is

More information

280 Test Set Video Generator / Analyzer Quick Start Guide

280 Test Set Video Generator / Analyzer Quick Start Guide 280 Test Set Quick Start Guide Page 1 280 Test Set Video Generator / Analyzer Quick Start Guide Rev: 3 280 Test Set Quick Start Guide Page 2 Table of Contents 1 Overview of the 280G & 280A Test Set 3 1.1

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam Solo Movie 2.1 and 5.1

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam Solo Movie 2.1 and 5.1 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam Solo Movie 2.1 and 5.1 MENU SOURCE INFO OK TAPE POWER VOLUME MENU SOURCE INFO OK TAPE POWER VOLUME Models covered:

More information

Venstar Thermostat Adapter

Venstar Thermostat Adapter Developer Venstar Thermostat Adapter v001 Developer Venstar Thermostat Adapter Version 001 May 23, 2013 Revision History Rev Date Comments 001 05/23/13 Initial Release Page 1 of 13 Table of Contents 1

More information

HD Audio Converter Incorporates HDMI technology

HD Audio Converter Incorporates HDMI technology HD Audio Converter Incorporates HDMI technology HDMI input HDMI, Optical, Coaxial and 3.5mm audio output MODEL : HA-110SA OWNERS MANUAL 1 INTRODUCTION Congratulations on your purchase of the HD Audio Converter.

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

LP-AW4001/LP-AW3001/LP-AX3001

LP-AW4001/LP-AW3001/LP-AX3001 LCD Projector LP-AW4001/LP-AW3001/LP-AX3001 User's Manual (detailed) Operating Guide Technical Supported signals for COMPUTER IN Resolution (H x V) Signal mode H. frequency V. frequency Rating (khz) (Hz)

More information

GXLink MultiChannel Wave Inserter Model SP-631

GXLink MultiChannel Wave Inserter Model SP-631 800173-0A Digital High Speed GXLink MultiChannel Wave Inserter Model SP-631 User Manual Copyright 2009 It is prohibited to copy, reproduce or distribute this information in whole or in part without the

More information

MM10-102A HD 2-way splitter HDMI 1.4v HDCP 1.4 4K2K 30Hz (fps)

MM10-102A HD 2-way splitter HDMI 1.4v HDCP 1.4 4K2K 30Hz (fps) Data and information Multimedia Solutions are proud to introduce a new range of HDMI distribution and extender accessories for the professional installer. Designed to be different, with unique useful features

More information

780E Multi-Protocol Analyzer / Generator for HDMI, DisplayPort and HDBaseT User Guide Rev: A7

780E Multi-Protocol Analyzer / Generator for HDMI, DisplayPort and HDBaseT User Guide Rev: A7 780E Multi-Protocol Analyzer / Generator User Guide Page 1 780E Multi-Protocol Analyzer / Generator for HDMI, DisplayPort and HDBaseT User Guide Rev: A7 780E Multi-Protocol Analyzer / Generator User Guide

More information

980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7

980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7 980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7 Page 1 November 7, 2016 Table of Contents 1 About the 980 HDMI 2.0 Protocol Analyzer Module 4 1.1 What makes the 980 HDMI 2.0 Protocol Analyzer Module

More information

S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340

S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340 S1V3034x Series Message Protocol Specification S1V3034x S1V3S344 S1V3G340 Rev. 1.23 NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written permission

More information

User s Manual. EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders

User s Manual. EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders User s Manual EIB 741 EIB 742 External Interface Box for Connecting HEIDENHAIN Encoders July 2013 DOCUMENTATION... 5 FIRMWARE VERSION... 5 CHANGE HISTORY... 5 PART 1: FEATURES... 6 1 GENERAL DESCRIPTION

More information

Unigraf DisplayPort CTS Tools

Unigraf DisplayPort CTS Tools Unigraf DisplayPort CTS Tools Guide to Product Options Copyright This manual Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without written permission of Unigraf Oy is

More information

The MMDVM Specification ( )

The MMDVM Specification ( ) The MMDVM Specification (20150922) Introduction The MMDVM is intended to be an open-source Multi-Mode Digital Voice Modem, which utilises the power of an ARM processor and a simple analogue interface board.

More information

SAFETY PRECAUTIONS. Throughout this manual we use the following two illustrations to make you aware of safety considerations:

SAFETY PRECAUTIONS. Throughout this manual we use the following two illustrations to make you aware of safety considerations: Thank you for purchasing Marathon Drive (MD100P) RS485 Option Card! SAFETY PRECAUTIONS Always follow safety precautions to prevent accidents and potential hazards from occurring. In this manual, safety

More information

Booster for HDMI with EDID Detective

Booster for HDMI with EDID Detective Audio 3GSDI Embedder Booster for HDMI with EDID Detective EXT-HDBOOST-141 User Manual Release A4 3GSDI Booster Audio for HDMI Embedder with EDID Detective Operating Notes The Gefen Booster for HDMI with

More information

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition

FLAT WIDE DISPLAY FWD-50PX1. PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition FLAT WIDE DISPLAY PROTOCOL MANUAL (USER CONTROL ONLY) 1st Edition Table of Contents 1. Communication Parameter... 3 2. Pin Configuration... 3 3. Communication Data Format... 3 4. General Function... 5

More information

Digital Projector X30N/X35N

Digital Projector X30N/X35N Digital Projector X30N/X35N Operator's Guide TECHNICAL Warranty 3M warrants that when the 3M Product is used according to 3M s Intended Use Statement (www.3m.com/meetings), it will perform satisfactorily

More information

HDBaseT 4 4 HDMI Matrix over CAT5e/6/7 Cable with PoE # 15281

HDBaseT 4 4 HDMI Matrix over CAT5e/6/7 Cable with PoE # 15281 HDBaseT 4 4 HDMI Matrix over CAT5e/6/7 Cable with PoE # 15281 Operation Manual Introduction Features Applications The HDBaseT 4 by 4 HDMI Matrix over CAT5e/6/7 supports the transmission of video (resolutions

More information

VS-LC101/ VS-LC102 RS-232 command set

VS-LC101/ VS-LC102 RS-232 command set VS-LC101/ VS-LC102 RS-232 command set No Issue Date Description Apply Firmware 1 2015/09/14 First version. v3.1.5.28 2 2018/04/27 1. RS-232 command(control Protocol) will respond ACK 2. RC pass-through

More information

Managing the Digital Connection

Managing the Digital Connection Managing the Digital Connection Strategies to Build Successful Systems 09 May 2013 Biju Pillai Senior Technical Manager, Middle East Extron Electronics Analog AV Signals Composite Video Y/C VGA / RGBHV

More information

HDMI EDID Emulator In a Nutshell

HDMI EDID Emulator In a Nutshell 1163 Warner Ave Tustin, CA 92780 (714) 641-6607 www.hallresearch.com HDMI EDID Emulator In a Nutshell The EM-HD-NCP is a HDMI EDID emulator. It passes all the video signals across with the exception of

More information

CLUX-1H4CAT. 1 by 4 HDMI to CAT 6 V1.3 Splitter. Operation Manual CLUX-1H4CAT

CLUX-1H4CAT. 1 by 4 HDMI to CAT 6 V1.3 Splitter. Operation Manual CLUX-1H4CAT CLUX-1H4CAT 1 by 4 to CAT 6 V1.3 Splitter Operation Manual CLUX-1H4CAT Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes

More information

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History

Developer Notes INSTEON Thermostat v012. Developer Notes. INSTEON Thermostat. Revision History Developer INSTEON Thermostat v012 Developer INSTEON Thermostat Version 012 June 19, 2012 Revision History Rev Date Comments 001 10/28/11 Initial Release 002 11/4/11 Updated formatting in some sections

More information

MS HDMI 2.0 Generator / Analyzer. User Manual. rev: Made in Taiwan

MS HDMI 2.0 Generator / Analyzer. User Manual. rev: Made in Taiwan MS-5005 HDMI 2.0 Generator / Analyzer User Manual rev: 170125 Made in Taiwan Safety and Notice The MS-5005 HDMI 2.0 Generator / Analyzer has been tested for conformance to safety regulations and requirements,

More information

HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP

HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP Application of ZX200 ZX201 ZX201L HDMI electrical testing Zebax offers high quality HDMI breakout adapters ( aka test boards )

More information

UCD Console for UCD-301 UCD-323

UCD Console for UCD-301 UCD-323 UCD Console for UCD-301 UCD-323 USER MANUAL UCD Console User Manual Copyright This manual, Copyright 2019 Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without a written

More information

EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier. GUI User s Manual CUSTOMER SUPPORT INFORMATION

EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier. GUI User s Manual CUSTOMER SUPPORT INFORMATION GUI User s Manual EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier UMA1244 GUI Insert, Rev NC CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support,

More information

CLUX-22HC HDMI/CAT6 to HDMI/ CAT6 Splitter Switcher

CLUX-22HC HDMI/CAT6 to HDMI/ CAT6 Splitter Switcher CLUX-22HC /CAT6 to / CAT6 Splitter Switcher Operation Manual CLUX-22HC Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes

More information

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 CONTENTS 1 INTRODUCTION... 3 2 INTERFACE DESIGN... 4 2.1 Connectivity... 5 2.2 Analog Interface... 6 2.3 I 2 C Interface... 7 2.4 I 2 C Operations...

More information

Specification E2 Interface

Specification E2 Interface Specification E2 Interface Version 4.1 Name Date Created: Robert Mayr. 15.04.2011 Checked: Haider A. 15.04.2011 Approved: Reason for change: Text corrections TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Overview..................................................................................................................

More information

13 Auxiliary Channel Analyzer

13 Auxiliary Channel Analyzer 13 Auxiliary Channel Analyzer Topics in the chapter: Auxiliary Channel Analyzer Overview Setting up the ACA Running the ACA application using the command line 881/882 Video Test Generator User Guide (Rev

More information

SRD x DVB- S/S2 SD/HD Decoder

SRD x DVB- S/S2 SD/HD Decoder SRD 8000 4x DVB- S/S2 SD/HD Decoder TABLE OF CONTENTS 1. SAFETY INSTRUCTION... 4 2. Overview... 5 3. Technical Specification... 6 3.1. Input Port... 7 3.2. Output Port... 7 4. Equipment composition...

More information

CPRO-41W. 4 by 1 HDMI Switcher with Audio Return Channel. Operation Manual CPRO-41W

CPRO-41W. 4 by 1 HDMI Switcher with Audio Return Channel. Operation Manual CPRO-41W CPRO-41W 4 by 1 Switcher with Audio Return Channel Operation Manual CPRO-41W Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes

More information

Fingerprint_Protocol_All_English

Fingerprint_Protocol_All_English Fingerprint_Protocol_All_English 1. Protocol Format Port:UART - TTL, 19200bps, 1 Start bit, 1 Stop bit, None check bit 1.1 Data length = 8 bytes,data format as follow: Command 0xF5 CMD P1 P2 P3 Response

More information

Blu-ray Disc DMP-BDT280

Blu-ray Disc DMP-BDT280 Televisions & Home Entertainment Blu-ray Disc DMP-BDT280 Blu-ray Disc Players PLAYABLE DISCS BD-ROM FULL HD 3D / BD- Video BD-RE / BD- RE DL (Ver.3) BDAV/ BDMV / / FLAC / AAC / MP3 / ALAC / BD-R / BD-R

More information

Micro Module Shutter. Micro Module Shutter

Micro Module Shutter. Micro Module Shutter Developer Notes Micro Module Shutter Micro Module Shutter (XXXXX - Dev 0x01 / Sub 0xXX) Version 001 June 28, 2012 Revision History Rev Date Comments 001 6/28/12 Initial Release Table of Contents Firmware

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

CONNECTION TO A HOST COMPUTER

CONNECTION TO A HOST COMPUTER CONNECTION TO A HOST COMPUTER Foreword: Hardware data The Communication between the CUBE30TOUCH and an external PC may be done in two possible ways: 1- Using a USB connection: Connect a standard A-B USB

More information

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS Rev: A4 Page 1 August 5, 2013 Table of Contents 1 About the 980 HDMI Protocol Analyzer

More information

Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems

Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems Atlona and B&O ATLONA / BANG & OLUFSEN GLOBAL PARTNERSHIP Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems Bang & Olufsen dealers can purchase Atlona products

More information

CLUX-1CAT4H. 1 by 4 CAT6 to HDMI V1.3 Splitter. Operation Manual CLUX-1CAT4H

CLUX-1CAT4H. 1 by 4 CAT6 to HDMI V1.3 Splitter. Operation Manual CLUX-1CAT4H CLUX-1CAT4H 1 by 4 CAT6 to V1.3 Splitter Operation Manual CLUX-1CAT4H Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no

More information

SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24)

SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24) Developer Notes SwitchLinc 2-Wire Dimmer v004 Developer Notes SwitchLinc 2-Wire Dimmer (RF Only) (2474DWH - Dev 0x01 / Sub 0x24) Version 003 April 23, 2012 Revision History Rev Date Comments 001 1/27/12

More information

DisplayPort Protocol Analyzer VA Instruction Manual. Ver.1.01

DisplayPort Protocol Analyzer VA Instruction Manual. Ver.1.01 DisplayPort Protocol Analyzer VA-1835 Instruction Manual Ver.1.01 DisplayPort Protocol Analyzer VA-1835 Instruction Manual 2012.7 Ver.1.01 ASTRODESIGN,Inc Contents BEFORE USE...v Chapter 1 Concerning

More information

FN-BC04 MP3 Sound Module with 10W Amplifier. User s Manual

FN-BC04 MP3 Sound Module with 10W Amplifier. User s Manual User s Manual V1.1 Contents 1. Overviews.....2 1.1. Brief introduction... 2 1.2. Features. 2 1.3. Technical parameters... 2 2. Connections......2 3. Button Control Mode......3 3.1. Trigger Mode Selection...3

More information

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam AVR390/550/850/AV860/SR250

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam AVR390/550/850/AV860/SR250 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam AVR390/550/850/AV860/SR250 Contents Introduction...3 Set-up...3 Conventions...3 Command and response formats...3

More information

Data sheet Wireless UART firmware version 4

Data sheet Wireless UART firmware version 4 Data sheet Wireless UART firmware version 4 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 05 December 2006 Table of contents 1 GENERAL INFORMATION...4 1.1

More information

Terasic THDB-SUM THDB-HDMI. Terasic HDMI Video Daughter Board User Manual

Terasic THDB-SUM THDB-HDMI. Terasic HDMI Video Daughter Board User Manual Terasic THDB-SUM THDB-HDMI Terasic HDMI Video Daughter Board User Manual Document Version 1.1 APR. 06, 2009 by Terasic Introduction Page Index INTRODUCTION... 1 1.1 ABOUT THE KIT... 1 1.2 ASSEMBLE THE

More information

780D HDMI Protocol Analyzer / Generator 600MHz for UHD Testing User Guide. Rev: A8

780D HDMI Protocol Analyzer / Generator 600MHz for UHD Testing User Guide. Rev: A8 780D HDMI Protocol Analyzer / Generator 600MHz for UHD Testing User Guide Rev: A8 780D HDMI Protocol Analyzer / Generator User Guide Page 1 Table of Contents 1 Overview of the HDMI Protocol Analyzer /

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

Software Developer's Manual

Software Developer's Manual Software Developer's Manual Raster Command Reference QL-800/810W/820NWB Version 1.00 The Brother logo is a registered trademark of Brother Industries, Ltd. Brother is a registered trademark of Brother

More information

EDID & Configuration Manager Software for the UHBX-3S

EDID & Configuration Manager Software for the UHBX-3S Software GUI User s Manual EDID & Configuration Manager Software for the UHBX-3S CUSTOMER SUPPORT INFORMATION FREE support, Call 714-641-6607 or email support@hallresearch.com Hall Research, 1163 Warner

More information

1:3 Splitter for HDMI 1.3

1:3 Splitter for HDMI 1.3 1:3 Splitter for HDMI 1.3 EXT-HDMI1.3-143 User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM

More information

JPEG2000 HDTV RECORDER

JPEG2000 HDTV RECORDER JPEG2000 HDTV RECORDER JP2pro series RS422 Rev.16.1 Gigabit Systems Inc. WWW.gigabitsystems.com ... 7... 7 VTR... 7 JP2Pro... 9...10...11 RS-422A VTR... 12 RS-422A JP2Pro... 14... 17 12 11 DEVICE TYPE...

More information

TPMC815 ARCNET PMC. User Manual. The Embedded I/O Company. Version 2.0. Issue 1.2 November 2002 D

TPMC815 ARCNET PMC. User Manual. The Embedded I/O Company. Version 2.0. Issue 1.2 November 2002 D The Embedded I/O Company TPMC815 ARCNET PMC Version 2.0 User Manual Issue 1.2 November 2002 D76815804 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek / Germany Phone: +49-(0)4101-4058-0 Fax: +49-(0)4101-4058-19

More information

Digital Projector X30 Operator's Guide TECHNICAL

Digital Projector X30 Operator's Guide TECHNICAL Digital Projector X30 Operator's Guide TECHNICAL Example of PC signal Resolution (H x V) H. frequency (khz) V. frequency (Hz) Rating Signal mode 720 x 400 37.9 85.0 VESA TEXT 640 x 480 31.5 59.9 VESA VGA

More information

EX-HDU HDMI, AUDIO & USB EXTENSION

EX-HDU HDMI, AUDIO & USB EXTENSION Software User s Guide EX-HDU HDMI, AUDIO & USB EXTENSION CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call 714-641-6607 or fax 714-641-6698 Address: Hall

More information

50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E)

50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E) 50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E) Transmitter HDMI IN Receiver HDMI OUT DV 12V DV 12V IR Input IR Input IR Output IR Output Status Power Status Power User manual

More information

TPMC Channel Isolated Serial Interface RS422/RS485. Version 1.0. User Manual. Issue July 2009

TPMC Channel Isolated Serial Interface RS422/RS485. Version 1.0. User Manual. Issue July 2009 The Embedded I/O Company TPMC861 4 Channel Isolated Serial Interface RS422/RS485 Version 1.0 User Manual Issue 1.0.3 July 2009 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0)

More information

CED-2M 4K UHD+ EDID Manager

CED-2M 4K UHD+ EDID Manager CED-2M 4K UHD+ EDID Manager Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility for any

More information

VA-1809 Instruction Manual (Temporary/not complete) February 9, 2005

VA-1809 Instruction Manual (Temporary/not complete) February 9, 2005 VA-1809 Instruction Manual (Temporary/not complete) February 9, 2005 Contents 1. Before operation... 1 1.1 Foreword... 1 1.2 Safety precautions... 1 1.3 How the manual is configured ( いらない?)... 2 1.4 What

More information

Manual. ArtistaMEDIA. Network Media Player PA-09-XXX. Version

Manual. ArtistaMEDIA. Network Media Player PA-09-XXX. Version ArtistaMEDIA Network Media Player PA-09-XXX Version 1.12 The information contained in this document has been carefully researched and is, to the best of our knowledge, accurate. However, we assume no liability

More information

CPCI-AD32. Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL Version 1.

CPCI-AD32. Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL Version 1. CPCI-AD32 Intelligent DSP Based 32 Channel Analog Input Card for 3U CompactPCI systems REFERENCE MANUAL 751-10-000-4000 Version 1.0 September 1998 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120

More information

Planar Simplicity Series

Planar Simplicity Series Planar Simplicity Series RS232 PROTOCOL Document 020-1285-00 1. INTRODUCTION 1.1 Purpose The purpose of this document is to explain in detail the commands and steps that can be used to control a Planar

More information

CLUX-8M 1x8 HDMI Multi-channel Splitter

CLUX-8M 1x8 HDMI Multi-channel Splitter CLUX-8M 1x8 HDMI Multi-channel Splitter Operation Manual CLUX-8M TABLE OF CONTENTS 1. Introduction... 1 2. Applications... 1. Package Contents... 4. System Requirements... 5. Features.... Operation Controls

More information

OEM API Specification

OEM API Specification OEM API Specification For Wasatch Photonics OEM Spectrometers WasatchDevices.com Revised 2016-08-26 Page 1 Revision Log Revision Date By Reason 1.0 2016-08-29 J. Traud Initial Release Contents General

More information

BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT)

BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT) BULLETIN 1203-GD2, -GK2 & 1336-GM2 DF1 MESSAGING (FULL DUPLEX / POINT-TO-POINT) APPLICATION NOTE OCTOBER 20, 1999 PURPOSE The purpose of this document is to provide information on using the DF1 Full Duplex/Point-to-Point

More information

HDMI EXTENDER ELE8087

HDMI EXTENDER ELE8087 HDMI EXTENDER TM ELE8087 INSTALLATION Manual 7.1 CH AUDIO Made in Taiwan Safety and Notice The ELE8087 HDMI EXTENDER has been tested for conformance to safety regulations and requirements, and has been

More information

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82)

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Table of Contents 1. INTRODUCTION... 1 1.1 PURPOSE... 1 1.2 DEFINITIONS, ABBREVIATIONS AND ACRONYMS... 1 2. COMMAND PACKET

More information

Feature Enhancements for 882D/881D Release vxworks:

Feature Enhancements for 882D/881D Release vxworks: Feature Enhancements for 882D/881D Release 2.25.1 - vxworks: 20.1887601 The following features are included in the Release 2.25.1. DVI High Color support added (10/12-bit per component). DVI stereo 3D

More information

S-Series Sensor ASCII Protocol v8.1.0

S-Series Sensor ASCII Protocol v8.1.0 S-Series Sensor v8.1.0 Legend: ADR Node/Slave Address TIME STAT Status Byte ERR CTRL Control Byte SP # POS Position DATA TARG Target CHAR VEL Velocity OFF SN CODE PAR # Serial Number Security Code Parameter

More information

THDB-HDMI. Terasic HDMI Video Daughter Board User Manual

THDB-HDMI. Terasic HDMI Video Daughter Board User Manual THDB-HDMI Terasic HDMI Video Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI Board... 3 1.3 Getting Help... 3 Chapter 2 HDMI Board... 4 2.1

More information

CPLUS-V11PE8 4K UHD + HDMI Audio Extractor (LPCM 7.1)

CPLUS-V11PE8 4K UHD + HDMI Audio Extractor (LPCM 7.1) CPLUS-V11PE8 4K UHD + HDMI Audio Extractor (LPCM 7.1) Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes

More information