Terminal Command VA Instruction Manual. Ver.1.02

Size: px
Start display at page:

Download "Terminal Command VA Instruction Manual. Ver.1.02"

Transcription

1 Terminal Command -83 Instruction Manual Ver..02

2

3 Terminal Command -83 Instruction Manual Ver..02 ASTRODESIGN,Inc

4

5 Contents Contents...i Concerning the configuration of this manual... iii Concerning the terminal commands.... Overview....2 Communication specifications LAN USB....3 Connection configurations LAN USB...3. Transmission control characters, data and error commands..... Concerning BCC (Block Check Code)....5 Error codes Command formats When sending the setting commands When sending acquisition commands Communication protocols Type Type Type Type Type Type Concerning timeouts setting commands [0x20 0x0]: Designation of send/receive file [0x30 0x0]: Acquisition of folder name or filename on designated path [0x20 0x]: EDID setting [0x30 0x]: EDID reading [0x20 0x2]: Config setting [0x30 0x2]: Config reading [0x30 0x3]: USB flash memory connected/no connected [0x30 0x]: version acquisition [0x20 0x5]: SETUP setting [0x30 0x5]: SETUP reading [0x30 0x6]: File send [0x20 0x7]: Config Inc/Dec setting [0x20 0x8]: Mode setting [0x20 0x9]: HDCP Config setting [0x20 0xA]: CEC Address setting...30 i

6 -83 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 operation commands...3. [0x20 0x60]: Hot Plug Pulse execution [0x30 0x6]: Hot Plug Status reading....3 [0x20 0x6]: Receiver Sence execution...5. [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...59 ii

7 Concerning the configuration of this manual This is the terminal command instruction manual for the -83 series. Using the configuration given below, it provides details of the setting methods, precautionary items and other information. Read carefully through this manual to ensure that the operations and settings will be performed correctly. Read this first! Chapter Concerning the terminal commands This chapter presents an overview of the terminal commands. Terminal commands for the -83 series Chapter 2-83 setting commands This chapter describes the -83 standard commands. Chapter 3-83 measurement commands. This chapter describes the -83 measurement commands Chapter -83 operationcommands This chapter describes the -83 operation commands. iii

8 iv

9 Concerning the terminal commands. Overview This manual describes the commands which are required to operate the HDMI protocol analyzer (hereafter referred to as the -83) from an external computer (such as a personal computer), and it explains the transmission and reception of these commands and data. 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 configurations.3. LAN When connecting the unit via a hub Host computer Straight cable Straight cable Hub Fig..3- When connecting the VG and directly without going through a hub Host computer Crossover cable Fig..3-2 With a LAN connection, use a straight cable when connecting the unit through a hub. Use a crossover cable when connecting the VG and directly. When connecting the VG and directly, select 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 Concerning the terminal commands.3.2 USB Host computer A connector B connector Fig..3-3 Installing the USB drivers ) When the connection to the -83 has been made for the first time, the system recognizes the -83, and the Add New Hardware Wizard dialog box appears. Click on the [Next] button. 2) Select Locate and install driver software (recommended) as the search method, and click on the [Next] button. 3) Insert the -83 utility installation CD into the CD drive, check CD drive or Specify location, select the driver inside the USB WIN2K or USB WIN98 folder on the disk, and click on the [Next] button. ) Check that ITFUSBDV.sys has been found. Then click on [Next] to start the installation. 5) Follow the on-screen instructions. *) When installing the driver in Windows XP, the following dialog box appears prompting authorization from Microsoft, but simply click on the [Continue] button. 3

12 . Transmission control characters, data and error commands Symbol HEX code Description STX 0x02 Start of text (command) to be transmitted ETB 0x7 End of text (data) to be transmitted (followed by data) ETX 0x03 End of 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 Error status transmission BCC Any code Refer to.. Concerning BCC (Block Check Code)... Concerning BCC (Block Check Code) BCC is used to check the validity of the command. When commands are sent, the total data from setting command CMD to ETX (ETB) in the commands to be sent is calculated, and is sent immediately after ETX (ETB). The -83 now checks the data, and if the data and BCC do not match, BCC_ERR is returned from the -83. When commands are received, the total data from 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 0x30, 0x2: When loading and sending Pixel Color Pattern STX 0x02 CMD 0x30 CMD2 0x2 BCC is created for these. 0x0 ETX 0x03 BCC 0x6 Checksum

13 Chapter Concerning the terminal commands.5 Error codes Symbol HEX code Description _SIZE_ERR 0x0 The parameter size is incorrect. Alternatively, the data length and volume of data sent do not match (only when sequence type 5 or type 6 is used). _DATA_ERR 0x02 The parameter value is not correct. CMD_EXEC_ERR 0x03 Execution of the processing instructed by the command failed. BAD_CMD_ERR 0x0 The command is not correct. (CMD, CMD2) BCC_ERR 0x05 The checksum does 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 the bus is not free. CEC_SEND_ARB 0x2 An arbitration error occurred in 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 in the CEC send command. (In a part other than the Start or Initiator part) 5

14 .6 Command formats.6. When sending the setting commands. Transmission of commands from computer to -83 ( -> ) STX CMD CMD2 ETX BCC Or STX CMD CMD2 ETX BCC Value returned from VG to computer after command transmission ( <- ) ACK Or STX ESTS 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 to computer after command transmission ( <- ) ACK Or STX ESTS ETX BCC.6.2 When sending acquisition commands Transmission of commands from computer to -83 ( -> ) STX CMD CMD2 ETX BCC Or STX CMD CMD2 ETX BCC Value returned from to computer after command transmission ( <- ) ACK Or STX ESTS ETX BCC When ACK is returned, the data is received as follows ( <- ) STX TRDT ETB BCC Or STX TRDT ETX BCC 6

15 Chapter Concerning the terminal commands.7 Communication protocols.7. Type This sequence is used when terminal commands are started. 2 Fig. 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 only CMD (command) and (parameter) parts (if necessary). 2a or 2b Fig. Type 2 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS ETX BCC Receive *) It is assumed that the following two codes are contained in the CMD (command) part. CMD CMD2 8

17 Chapter Concerning the terminal commands.7.3 Type 3 This sequence is used for receiving the data. 2a or 2b 3 Fig. Type 3 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS 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 Fig. Type Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS ETX BCC Receive 3 STX TRDT ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS 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 Concerning the terminal commands.7.5 Type 5 This sequence is used for receiving the data. (parameter) must be received for the desired number of times. 2a or 2b 3 5 Fig. Type 5 Sequence no. Command Send/receive direction STX CMD* () ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS ETX BCC Receive 3 STX TRDT ETB BCC Receive ACK Send 3 and repeated here for 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 no. 3 or 5 is shown below. Data Length Data Length2 Packet No. (Data) (Data) Item Description Data Length The number of bytes for in the sequence number concerned is stored here. (3 + number of data bytes sent) Packet No. The n in the nth time the data in the sequence number concerned is being sent is stored here. (Number of times sent ) Data The receive data is stored here.

20 .7.6 Type 6 This sequence is used for sending the data. (parameter) must be sent for the desired number of times. 3 2a or 2b 2a or 2b 2a or 2b Fig. Type 6 Sequence no. Command Send/receive direction STX CMD*) () ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS ETX BCC Receive 3 STX TRDT ETB BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS ETX BCC Receive 3, 2a or 2b repeated here for the desired number of times STX TRDT ETX BCC Send 2a (success) ACK Receive 2b (failure) STX ESTS 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 no. 3 or 5 is shown below. Data Length Data Length2 Packet No. (Data) (Data) Item Data Length Packet No. Data Description The number of bytes for in the sequence number concerned is set here. (3 + number of data bytes sent) The n in the nth time the data in the sequence number concerned is being sent is set here. (Number of times sent ) The receive data is set here. Examples of the commands in section 2.3 [0x20 0x]: EDID setting are shown. Data in two blocks (256 bytes) is set in increments of 28 bytes. Return command sent for the first time (sequence no.3) STX 0x02 TRDT 0x0 0x03F9 byte Data Length 2 byte 0x0083 Packet No 0x00 <- The (number of returns ) data is stored here. Byte data 2 byte 0x0000 to 0x0FFF : Byte 28 data 2 byte 0x0000 to 0x0FFF ETB 0x7 <- Not all the data could be sent so ETB is stored here. 2

21 Chapter Concerning the terminal commands BCC Checksum Return command sent for the second time (sequence no.) STX 0x02 TRDT 0x0 0x03F9 byte Data Length 2 byte 0x0083 Packet No 0x0 <- The (number of returns ) data is stored here. Byte 29 data 2 byte 0x0000 to 0x0FFF : Byte 256 data 2 byte 0x0000 to 0x0FFF ETX 0x03 <- This is the last return command so ETX is stored here. BCC Checksum.8 Concerning timeouts After a command has been sent, a disconnection or other problem may prevent an acknowledgment from being returned from the -83 or the transmission of a command may be terminated before the end of that command. For such cases, provide a timeout 3 seconds after the computer sends the command. 3

22

23 2-83 setting commands 2. [0x20 0x0]: Designation of send/receive file Function: This command is used to set the path of the files to be sent from the or received. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Fig. Type 6 Commands: Send command (sequence no.) CMD 0x20 CMD2 0x0 Mode 0x00: Create File (file creation) 0x0: Create Directory (directory creation) 0x02: Read File (preparation to read file) 0x03: Write File (preparation to write file) 0x0: _SIZE_ERR Send command (sequence no.3/) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No 0x00 to 0xFF Designated path 2 to variable Example: "c:data/edid/edid_00/data00.ddc" character string *) 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 0x00 to 0xFF Designated path 2 to variable Example: "c:data/edid/edid_00/data00.ddc " character string 0x0: _SIZE_ERR 5

24 *) Before sending data to the, the filename whose data is to be sent (or received) must be designated using the [0x20 0x0] command. *) When using the [0x20 0x0] 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-83 setting commands 2.2 [0x30 0x0]: Acquisition of folder name or filename on designated path Function: This command is used to acquire the folder name (or filename) on the designated path inside the main unit. Sequence: Type 5 2a or 2b 3 5 Fig. Type 5 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x0 Operation mode 0x00: Acquisition of only folder information 0x0: Acquisition of only filename inside designated folder Designated path 2 to variable Example: "C:Data EDID" character string 0x0: _SIZE_ERR Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x000 to 0x03FB Packet No 0x00 to 0xFF Character string Variable Example: All the folder information (or filenames) on one level below the EDID folder of the above sent is acquired. *) When 0x00 is set as the operation mode (folder name acquired) "EDID_00" : Folder name "," : Delimiter (0x2C) "EDID_002" : Folder name "," : Delimiter (0x2C) "EDID_003" : Folder name "," : Delimiter (0x2C) "EDID_00" : Folder name *) When 0x0 is set as the operation mode (file name acquired) "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 command is used to set the EDID of the -83. Up to 208 bytes (6 blocks) can be set for the EDID. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Fig. Type 6 Commands: Send command (sequence no.) CMD 0x20 CMD2 0x0 0x0: _SIZE_ERR Send command (sequence no.3/) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No 0x00 to 0xFF Data 0x00 to 0xFF : Data 0x00 to 0xFF CAUTION EDID must be set for all the blocks without fail. (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 data left over will be deleted. * *) For instance, if 30 bytes of data have been sent, only the first 28 bytes ( block) will be sent, and the 2 bytes left over will be deleted. *) The EDID data is sent to the file specified by the [0x20 0x0] command ahead of time. 8

27 Chapter 2-83 setting commands 2. [0x30 0x]: EDID reading Function: This command is used to read EDID of the -83. The size of the EDID which can be received depends on the amount of data which 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 Fig. Type 5 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x0 0x0: _SIZE_ERR Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No 0x00 to 0xFF Data 0x00 to 0xFF : Data 0x00 to 0xFF *) The EDID data of the files specified by the [0x20 0x0] command ahead of time is received. 9

28 2.5 [0x20 0x2]: Config setting Function: This command is used to establish the Config setting of the -83. The total amount of data is 0x5000 bytes. Sequence: Type 6 3 2a or 2b 2a or 2b 2a or 2b Fig. Type 6 Commands: Send command (sequence no.) CMD 0x20 CMD2 0x2 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 0x00 to 0x Data 0x00 to 0xFF : Data 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 0x00 to 0x Data 0x00 to 0xFF : Data 0x00 to 0xFF 0x0: _SIZE_ERR *) The Config data file with the filename specified by the [0x20 0x0] command ahead of time is created. If the same file exists, it is overwritten. 20

29 Chapter 2-83 setting commands 2.6 [0x30 0x2]: Config reading Function: This command is used to read Config of the -83. The total amount of data received is 0x5000 bytes. Sequence: Type 5 2a or 2b 3 5 Fig. Type 5 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x2 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 0x00 to 0xFF Data 0x00 to 0xFF : Data 0x00 to 0xFF *) The following is repeated until data equivalent to 0x5000 bytes is received. Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03FB Packet No 0x00 to 0xFF Data 0x00 to 0xFF : Data 0x00 to 0xFF *) The Config file data specified by the [0x20 0x0] command ahead of time is received. 2

30 2.7 [0x30 0x3]: USB flash memory connected/no connected Function: This command is used to ascertain whether a USB flash memory is connected to the -83 main unit. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x3 0x0: _SIZE_ERR Return command (sequence no.3) Connected/no connected 0: USB flash memory not connected : USB flash memory connected 22

31 Chapter 2-83 setting commands 2.8 [0x30 0x]: version acquisition Function: This command is used to acquire the version of the main unit. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x 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 2 byte 0x0000 to 0xFFFF (HDMII) Calibretion 8 byte " " to " "(character string) 23

32 2.9 [0x20 0x5]: SETUP setting Function: This command is used to set up the setting of -83. The total amount of data is 256 byte. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x5 256byte Setup Data 256byte 0x0: _SIZE_ERR *) This command will create Setup data file specified by [0x20 0x0] Command beforehand. If there is a file in the same name, the newly created file will overwrite the old one. 2

33 Chapter 2-83 setting commands 2.0 [0x30 0x5]: SETUP reading Function: This command is used to read Setup data of -83. The total amount of the data to be received is 256byte. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x5 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 256byte Setup Data 256byte 25

34 2. [0x30 0x6]: File send Function: This command is used to send files from -83. Sequence: Type5 2a or 2b 3 5 Fig. Type5 Command: Send command (sequence no.) CMD 0x30 CMD2 0x6 0x0: _SIZE_ERR Return command (sequence no.3/5) *) The todal data size is not fixed. The maximum data size to receiveat a time is 0x03FB byte Data Length 2 byte 0x0003 0x03FB Packet No 0x00 0xFF Data 0x00 0xFF : Data 0x00 0xFF *) The following process is repeated until the whole data is completely received. Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x0003 0x03FB Packet No 0x00 0xFF Data 0x00 0xFF : Data 0x00 0xFF 26

35 Chapter 2-83 setting commands 2.2 [0x20 0x7]: Config Inc/Dec setting Function: This command is used to increment/decrement Config File. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x7 Mode 0:Inc :Dec 0x0: _SIZE_ERR 27

36 2.3 [0x20 0x8]: Mode setting Function: This command is used to configure Mode Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x8 Mode 0:Rcv :Rep 2:THR 0x0: _SIZE_ERR 28

37 Chapter 2-83 setting commands 2. [0x20 0x9]: HDCP Config setting Function: This command is used to configure HDCP Config. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x9 90 byte HDCP Disable : HDCP Disable 0: HDCP Enable Incorrect BKSV 0: Correct : Incorrect Incorrect R0 0: Correct : Incorrect Incorrect Ri 0: Correct : Incorrect Incorrect V 0: Correct : Incorrect Output Short Read Access 0: Combined Access :Short Read Access Virtual Repeater Mode 0: OFF :ON Device Count Depth 0~6 : Device Count 0x80 :Max device Exceeded 0~7 : Depth Count 0x08 :Max Cascade Execution Time 0 99( x 00)ms KSV List 80 byte Exceeded 0x0: _SIZE_ERR 29

38 2.5 [0x20 0xA]: CEC Address setting Function: This command is used to configure CEC Address. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0xA Emulate Device 2byte 6byte Emulate Device Enable 0: Disable : Enable Logical Address Type Direct Logical Address 0x00 0x0F 0: TV : Recording Device 2:Tuner 3:Playback Device :Audio System 5:Direct Address Physical Address Type 0: -83 Address : Direct Address Direct Physical Address 2 byte 0x0000 0xFFFF Emulate Device2 Emulate Device3 Emulate Device 6byte 6byte 6byte 0x0: _SIZE_ERR 30

39 3-83 measurement commands 3. [0x30 0x50]: Video Timing reading Function: This command is used to read the video timing data. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x50 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 5 byte Pixel Clock byte 0x0000 to 0xFFFF (= 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 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 x 2) V Back Porch 2 byte 0x0000 to 0xFFFF (= V Back Porch x 2) Field V Front Porch 2 byte 0x0000 to 0xFFFF (= V Front Porch x 2) Field HV Sync OffSet 2 byte 0x0000 to 0xFFFF Field V Active Field2 2 byte 0x0000 to 0xFFFF V Sync Field2 2 byte 0x0000 to 0xFFFF (= V Sync 2) 3

40 V Back Porch 2 byte 0x0000 to 0xFFFF (= V Back Porch 2) Field2 V Front Porch 2 byte 0x0000 to 0xFFFF (= V Front Porch 2) Field2 HV Sync OffSet Field2 0x0000 to 0xFFFF V Sync Polarity 0x00: Nega 0x0: Posi Interlace byte 0x00: Progressive 0x0: Interlace e.g.) 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.0dot V Back Porch Field = (0x02D0=720) (0x0E0=80) (0x0E0=80) (0x000= ) 33.0dot (0x002=66) 0x00 0x 0x00 0x00 0x0 0xE0 0x00 0x0 0x00 0x2 V Front Porch Field HV Sync OffSet V Active Field2 V Sync Field2= 2.0dot V Back Porch Field2= =0.0dot (0x00= 20) Field=0dot (0x0E0=80) (0x000= ) 33.0dot (0x002=66) 0x00 0x 0x00 0x00 0x00 V Front Porch Field2=0.0dot (0x00= 20) HV Sync OffSet Field2=0dot V Sync Polarity= Nega 0x00 0x03 0xD6 Interlace= Progressive ETX BCC 32

41 Chapter 2-83 setting commands 3.2 [0x30 0x5]: Audio Timing reading Function: This command is used to read the audio data. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x5 Return command (sequence no.2a) ACK 0x06: ACK Positive acknowledgment 0x5: NAK Negative acknowledgment 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 3 Audio Type 2 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 0x2: ATRAC2 0x3: ATRAC-X 0x: DTS HD 0x5: WMA pro 33

42 3 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

43 Chapter 2-83 setting commands 3.3 [0x30 0x52]: Packet reading Function: This command is used to read the packets. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x52 Packet Type 0x03: GC Packet 0x0: ACP Packet 0x05: ISRC 0x06: ISRC2 0x0A: Gamut Metadata Packet 0x8: Vendor Specific InfoFrame 0x82: AVI InfoFrame 0x83: Source Product Descriptor InfoFrame 0x8: Audio InfoFrame 0x85: MPEG InfoFrame 0x86: NTSC VBI InfoFrame 0x0: _SIZE_ERR 0x02: _DATA_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 3 Packet Type 0x00 to 0xFF (0x00: Designated packet cannot be received.) Header- 0x00 to 0xFF Header-2 0x00 to 0xFF Data0 0x00 to 0xFF : : Data27 0x00 to 0xFF 35

44 3. [0x30 0x53]: Channel Status Bit reading Function: This command is used to read the Channel Status Bit. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x53 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 5 byte Data0 0x00 to 0xFF : : Data 0x00 to 0xFF 36

45 Chapter 2-83 setting commands 3.5 [0x30 0x5]: HDCP Status reading Function: This command is used to read the HDCP Status. Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x5 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) 266 byte 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 Depth Input Count Output AN 8 byte Output Aksv 5 byte Output Bksv 5 byte Output Ri 2 byte Output Ri 2 byte Output V 20 byte Output V 20 byte Output KSV FIFO 80 byte Output Depth Output Count 37

46 3.6 [0x30 0x55]: ARC Status reading Function: This command is used to read the ARC Status (TX side). Sequence: Type 3 2a or 2b 3 Fig. Type 3 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x55 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 0x00 to 0xFF : : CH Data 0x00 to 0xFF CH2 Data0 0x00 to 0xFF : : CH2 Data 0x00 to 0xFF 38

47 Chapter 2-83 setting commands 3.7 [0x30 0x56]: DDC Line monitor reading Function: This command is used to monitor of the DDC Line. Sequence: Type 5 2a or 2b 3 5 Fig. Type 5 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x56 0x0: _SIZE_ERR Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03F9 Packet No 0x00 to 0xFF Data Type* 0bit No Ack (0: yes, : no) bit : Stop 2bit : Start 3bit 0: Other trigger : DDC trigger bit 0: Empty 5bit 0: FULL 6bit 0: HPD Low 7bit 0: SCDT Low Data* 0x00 to 0xFF TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) Data Type* 0bit No Ack (0: yes, : no) bit : Stop 2bit : Start 3bit 0: Other trigger : DDC trigger bit 0: Empty 5bit 0: FULL 6bit 0: HPD Low 7bit 0: SCDT Low : Data* 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. 39

48 0 [Full] [Start] [Stop] [ack] [Data]

49 Chapter 2-83 setting commands 3.8 [0x30 0x57]: CEC Line monitor reading Function: This command is used to monitor the CEC Line. Sequence: Type 5 2a or 2b 3 5 Fig. Type 5 Commands: Send command (sequence no.) CMD 0x30 CMD2 0x57 0x0: _SIZE_ERR Return command (sequence no.3/5) Data Length byte Data Length 2 byte 0x0003 to 0x03F9 Packet No 0x00 to 0xFF Data Type* Bit 0: Ack (0: logic 0, : logic ) bit: EOM 2bit: Start 3bit:error Data* 0x00 to 0xFF TimeStamp byte 0x to 0xFFFFFFFF(/0.5ms) Data Type* Bit 0: No 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 significance of the [Data] parameter differs depending on the 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 has occurred. 0x08: Due to an error in a command destined to the -83, the -83 executed Error Handling. 0x0: There was an event (other than Start) on the CEC line before the CEC command was started (was recognized). 0x20: An overflow occurred in the FIFO where the CEC command is stored.

50 3.9 [0x30 0x58]: Video Data reading Function: This command is used to read Video Timing. Sequence: Type5 2a or 2b 3 5 Fig. Type5 Command: Send command (sequence no.) CMD 0x30 CMD2 0x58 5 byte Type 0 : Line : Pixel X axis 2 byte 0x0000 ~ 0xFFFF Y axis 2 byte 0x0000 ~ 0xFFFF 0x0: _SIZE_ERR 0x0: CMD_EXEC_ERR Return command (sequence no.3) Data Length byte Data Length 2 byte 0x0003 0x03FB Packet No 0x00 0xFF Data 0x00 0xFF : Data 0x00 0xFF 2

51 -83 operation commands. [0x20 0x60]: Hot Plug Pulse execution Function: This command is used to execute Hotplug Pulse. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x60 2 byte Type 0:Pulse :Manual Pulse 200 (ms) Status Manual 0:Low : High 0x0: _SIZE_ERR 3

52 .2 [0x30 0x60]: Hot Plug Status reading Function: This command is used to read HotPlug Status. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x60 0x0: _SIZE_ERR Return command (sequence no.3) 2byte Input 0:Low :High Output 0:Low :High

53 Chapter 2-83 setting commands.3 [0x20 0x6]: Receiver Sence execution Function: This command is used to configure Reciver Sence. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x6 Status 0:Low : High 0x0: _SIZE_ERR 5

54 . [0x20 0x62]: Log execution Function: This command is used to execute/stop Log Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x62 0x0: _SIZE_ERR 6

55 Chapter 2-83 setting commands.5 [0x20 0x63]: CEC Command sending Function: This command is used to send CEC Command. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x63 20yte Initiation Address 0x00 0x0F Destination Address 0x00 0x0F OP Code Data Length* 0x00 0x Data 6byte 0x0: _SIZE_ERR *)Data Length includes that of OP Code. When Data Length =0 is given, OP Code will not be sent. 7

56 .6 [0x30 0x6]: DDC Output Access Function: This command is used to execute I2C access via -83 s output. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x6 23 byte Type 0 : Read : Write Speed 0 : Slow : Normal 2:Fast Command 0 : Combined : Short Access Clear Add 0 : Clear not add : Clear add Slave Address 0x00 0xFF Offset Address 0x00 0xFF Length 0x00 0x0 Data 6byte 0x0: _SIZE_ERR Return command (sequence no.3) 0x0 Data 8

57 Chapter 2-83 setting commands.7 [0x20 0x65]: Audio Return Channel execution Function: This command is used to execute/stop ARC from -83 s input side. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x65 36 byte Output 0 : OFF : ON Type 0 : Generate Data : COAX Input Sampling Frequency 0:32kHz :.khz 2:8kHz 3:88.2kHz :96kHz 5:76.kHz 6:92kHz Sampling Length 0:6Bit :20Bit 2:2Bit Audio Frequency 2 byte 99 ( x 00Hz) Audio Volume byte 0x0000 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto 0:OFF :ON ARC N Value 3 byte 0x xFFFFF Channel Status Bit Initiate Request Mode 5 byte 0 : Request Short Audio & ARC Initiation : Request ARC Initiation 2 : No Request 0x0: _SIZE_ERR 9

58 .8 [0x30 0x65]: Audio Return Channel Setting reading Function: This command is used to acquire ARC settings of -83 s input side. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x65 0x0: _SIZE_ERR Return command (sequence no.3) 36 byte Output 0 : OFF : ON Type 0 : Generate Data : COAX Input Sampling Frequency 0:32kHz :.khz 2:8kHz 3:88.2kHz :96kHz 5:76.kHz 6:92kHz Sampling Length 0:6Bit :20Bit 2:2Bit Audio Frequency 2 byte 99 ( x 00Hz) Audio Volume byte 0x0000 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto 0:OFF :ON ARC N Value 3 byte 0x xFFFFF Channel Status Bit Initiate Request Mode 5 byte 0 : Request Short Audio & ARC Initiation : Request ARC Initiation 2 : No Request 50

59 Chapter 2-83 setting commands.9 [0x20 0x66]: Generate execution Function: This command is used to execute/stop Generate Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x66 2 byte Generate Video 0 : OFF : 8bit 2 : 0bit 3 : 2bit Generate Audio 0 : OFF : ON Generate HDCP 0 : OFF : ON Set AV Mute 0 : OFF : ON Clear AV Mute 0 : OFF : ON LipSync 0 : OFF : ON LipSync Mode 0 : Auto : Manual LipSync Delay Type 0 : Video : Audio LipSync Delay Time 2 byte 0 000ms Generate AVI Info 0 : OFF : ON Generate SPD Info 0 : OFF : ON Generate Audio Info 0 : OFF : ON Generate MPEG Info 0 : OFF : ON Generate Vendor Info 0 : OFF : ON Generate Gamut 0 : OFF : ON Generate ACP 0 : OFF : ON Generate ISRC 0 : OFF : ON Generate Other 0 : OFF : ON Genearte Pattern 0 : Color Bar : H Ramp 2 : V Ramp 3 : Frame : W Raster 5 : R Raster 6 : G Raster 7 : B Raster 8 : Random Color Bar 9 : 3D Checker 0:Cross Hatch 3D Checker Size 200 Cross Hatch Size 200 Scroll Horizontal 0 : OFF : ON Scroll Vertical 0 : OFF : ON 0x0: _SIZE_ERR 5

60 .0 [0x30 0x66]: Generate Setting reading Function: This command is used to acquire Genearete settings Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x66 0x0: _SIZE_ERR Return command (sequence no.3) 2 byte Generate Video 0 : OFF : 8bit 2 : 0bit 3 : 2bit Generate Audio 0 : OFF : ON Generate HDCP 0 : OFF : ON Set AV Mute 0 : OFF : ON Clear AV Mute 0 : OFF : ON LipSync 0 : OFF : ON LipSync Mode 0 : Auto : Manual LipSync Delay Type 0 : Video : Audio LipSync Delay Time 2 byte 0 000ms Generate AVI Info 0 : OFF : ON Generate SPD Info 0 : OFF : ON Generate Audio Info 0 : OFF : ON Generate MPEG Info 0 : OFF : ON Generate Vendor Info 0 : OFF : ON Generate Gamut 0 : OFF : ON Generate ACP 0 : OFF : ON Generate ISRC 0 : OFF : ON Generate Other 0 : OFF : ON Genearte Pattern 0 : Color Bar : H Ramp 2 : V Ramp 3 : Frame : W Raster 5 : R Raster 6 : G Raster 7 : B Raster 8 : Random Color Bar 9 : 3D Checker 0:Cross Hatch 3D Checker Size 200 Cross Hatch Size 200 Scroll Horizontal 0 : OFF : ON 52

61 Chapter 2-83 setting commands Scroll Vertical 0 : OFF : ON 53

62 . [0x20 0x67]: Generate Video Timing setting Function: This command is used to configure Timing to be generated. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x67 2byte Generate Video Code 62 Generate Type 0:2D :Frame Packing 2:SbS(Half) 3:TaB 0x0: _SIZE_ERR 5

63 Chapter 2-83 setting commands.2 [0x30 0x67]: Generate Video Timing Setting reading Function: This command is used to acquire Genearete Video Timing settings. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x67 Return c ommand (sequence no.2b) 0x0: _SIZE_ERR Return command (sequence no.3) 2byte Generate Video Code 62 Generate Type 0:2D :Frame Packing 2:SbS(Half) 3:TaB 55

64 .3 [0x20 0x68]: Generate Packet setting Function: This command is used to configure Packet to be generated. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x68 Packet Type Header- Header-2 Data0 3 : : Data27 Packet Type Header- Header-2 Data0 Data27 Return command (se quence no.2b) 0x0: _SIZE_ERR 56

65 Chapter 2-83 setting commands. [0x30 0x68]: Generate Packet Setting reading Function: This command is used to acquire Genearete Packet setting values. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x68 Return c ommand (sequence no.2b) 0x0 : _SIZE_ERR Return command (sequence no.3) 3 Packet Type Packet Type Header- Header- Header-2 Header-2 Data0 Data0 : : Data27 Data27 57

66 .5 [0x20 0x69]: Generate Audio setting Function: This command is used to configure Audio to be generated. Sequence: Type2 2a or 2b Fig. Type2 Command: Send command (sequence no.) CMD 0x20 CMD2 0x69 33 byte Sampling Frequency 0:32kHz :.khz 2:8kHz 3:88.2kHz :96kHz 5:76.kHz 6:92kHz Sampling Length 0:6Bit :20Bit 2: 2Bit Audio Frequency 2 byte 99 ( x 00Hz) Audio Volume byte 0x0000 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto 0:OFF :ON ARC N Value 3 byte 0x xFFFFF Channel Status Bit 5 byte 0x0: _SIZE_ERR 58

67 Chapter 2-83 setting commands.6 [0x30 0x69]: Generate Audio Setting reading Function: This command is used to acquire Genearete Audio setting values. Sequence: Type3 2a or 2b 3 Fig. Type3 Command: Send command (sequence no.) CMD 0x30 CMD2 0x69 Return c ommand (sequence no.2b) 0x0: _SIZE_ERR Return command (seque nce no.3) 33 byte Sampling Frequency 0:32kHz :.khz 2:8kHz 3:88.2kHz :96kHz 5:76.kHz 6:92kHz Sampling Length 0:6Bit :20Bit 2:2Bit Audio Frequency 2 byte 99 ( x 00Hz) Audio Volume byte 0x0000 0x7FFF Channel Enable 8 byte 0 : OFF : ON Channel Type 8 byte 0 : Type : Type2 ARC N Auto 0:OFF :ON ARC N Value 3 byte 0x xFFFFF Channel Status Bit 5 byte 59

68 60

69 -83 Terminal Command Instruction Manual NOTICE An incorrectly collated manual or a manual with missing pages will be replaced. All copyrights pertaining to this product are the property of Astrodesign. This manual may not be used or copied in whole or in part without permission. The contents of this manual are subject to change without notice due to improvements. The manufacturer will not be liable for any outcome which results from incorrect operation. All inquiries concerning this product should be addressed to your dealer or Astrodesign. The products and product names mentioned in this manual are the trademarks and registered trademarks of the companies concerned. T0209B

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

HDMI Protocol Analyzer VA Terminal Command Instruction Manual. Ver.1.00 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual Ver..00 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual 207.3 Ver..00 ASTRODESIGN,Inc. Contents Contents... i Configuration

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

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

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

HDMI 4K UHD+ EDID Emulator - ID# 15478

HDMI 4K UHD+ EDID Emulator - ID# 15478 HDMI 4K UHD+ EDID Emulator - ID# 15478 Operation Manual Introduction This 4K UHD HDMI EDID Emulator is designed to manage and manipulate the EDID information provided to a connected HDMI source device.

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

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

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

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

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

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

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

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

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

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

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

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

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

PureMedia PM Tools Installation & User Guide

PureMedia PM Tools Installation & User Guide PureMedia PM Tools Installation & User Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Tel: +1.201.488.3232 Fax: +1.201.621.6118 E-mail: sales@purelinkav.com www.purelinkav.com For order

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

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

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

Operation Manual First Edition

Operation Manual First Edition Ethernet Operation Manual First Edition Table of Contents 1. Overview 1 2. Interface Specifications 3 3. Interface Board 4 3.1 Name of Each Part 4 3.2 Monitor LED Indications 5 4. Modbus/TCP 6 4.1 Setup

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

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

INSTRUCTION MANUAL. DVR Utility Software VA-SW800

INSTRUCTION MANUAL. DVR Utility Software VA-SW800 INSTRUCTION MANUAL DVR Utility Software VA-SW800 CONTENTS DVR UTILITY SOFTWARE FEATURES..... 2 ACCESSORIES........................ 2 NETWORK CONFIGURATION............ 3 SYSTEM REQUIREMENTS...............

More information

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP.

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP. Date: 9 October 2007 www.quicksilvercontrols.com Modbus Protocol Included files: Modbus Protocol.qcp Modbus CRC.xls The Modbus protocol may be implemented in either an ASCII format or RTU format. QuickSilver

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

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

GL900 USER S MANUAL MANUAL NO. APS(GL900-4/8)-UM-151

GL900 USER S MANUAL MANUAL NO. APS(GL900-4/8)-UM-151 USER S MANUAL Contents 1. Main Features... 4 A Variety of Display Formats...4 Simple and Easy to Use...5 Thumbnail Waveform Display...5 Export to Direct Excel File Function...6 CSV File Batch Conversion...6

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

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

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

UHD 4K 6G Audio Extractor - ID# 15477

UHD 4K 6G Audio Extractor - ID# 15477 UHD 4K 6G Audio Extractor - ID# 15477 Operation Manual Introduction This 4K UHD LPCM 7.1 Channel Audio Extractor can extract up to 8 channels of LPCM audio from an HDMI source, allowing the user to convert

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

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

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

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

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

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

Interface Conversion Adaptor (DVI to LVDS) IA-573-A. User s Manual. Ver.1.02

Interface Conversion Adaptor (DVI to LVDS) IA-573-A. User s Manual. Ver.1.02 Interface Conversion Adaptor (DVI to LVDS) IA-573-A User s Manual Ver.1.02 Interface Conversion Adaptor (DVI to LVDS) IA-573-A User s Manual 2007.2 Ver.1.02 ASTRODESIGN,Inc Contents Contents... i Before

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

SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015

SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015 www.cbmstuff.com SuperCard Pro Software Developer's Kit Manual v1.7 Release Date: December 23, 2013 Last Revision: December 7, 2015 All material including, but not limited to photographs, text, and concepts

More information

TPMC Channel Isolated Serial Interface RS232. Version 1.0. User Manual. Issue August 2017

TPMC Channel Isolated Serial Interface RS232. Version 1.0. User Manual. Issue August 2017 The Embedded I/O Company TPMC860 4 Channel Isolated Serial Interface RS232 Version 1.0 User Manual Issue 1.0.4 August 2017 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101

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

TPMC810. Isolated 2x CAN Bus. Version 1.1. User Manual. Issue June 2009

TPMC810. Isolated 2x CAN Bus. Version 1.1. User Manual. Issue June 2009 The Embedded I/O Company TPMC810 Isolated 2x CAN Bus Version 1.1 User Manual Issue 1.1.6 June 2009 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek / Germany Phone: +49-(0)4101-4058-0 Fax: +49-(0)4101-4058-19

More information

CPLUS-V11PI 4K UHD + HDMI Audio Inserter

CPLUS-V11PI 4K UHD + HDMI Audio Inserter CPLUS-V11PI 4K UHD + HDMI Audio Inserter Operation Manual DISCLAIMERS The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

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

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator Quick Start Guide QS006602-0408 Introduction Zilog s ZCRMZNICE01ZEMG Crimzon (ICE), shown in Figure 1, provides Crimzon chip family emulation with a Trace and Event system for program debugging using Zilog

More information

WinCT-Plus Instruction Manual

WinCT-Plus Instruction Manual WinCT-Plus Instruction Manual (OP-08) Please see the separate document "Manual(for the AD8526)" if the AD8526(Ethernet Converter) is used. Ver.2.01 Mar. 21, 2008 Contents 1. Introduction ---------------------------------------------------------------------------------------------------

More information

HDMI Enhancer with EDID - ID# 15463

HDMI Enhancer with EDID - ID# 15463 HDMI Enhancer with EDID - ID# 15463 Operation Manual Introduction This 4K UHD HDMI to HDMI Enhancer with EDID Management is designed to enhance and stabilize high-bandwidth HDMI signals for cleaner transmission

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

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical

Example of PC signal. Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating Guide Technical Projector CP-X2010/CP-X2510/CP-X3010 User's Manual (detailed) Operating 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

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

Blaupunkt ( DMS?? ) Page 1 of 13

Blaupunkt ( DMS?? ) Page 1 of 13 Page 1 of 13 Blaupunkt ( DMS?? ) for controlling a Blaupunkt car radio. It is basically a 2 wire (rx/tx) async. serial protocol with 9 bits of data where the 8th bit is used for synchronisation. That made

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

RC Configuration and Installation Guide

RC Configuration and Installation Guide Kramer Electronics, Ltd. RC Configuration and Installation Guide Revision 8 Intended for Kramer Technical Personnel or external System Integrators. To check that you have the latest version, go to the

More information

HDMI/HDBT 1x4 Splitter. Installation & Operation Manual. MuxLab Inc A / SE A

HDMI/HDBT 1x4 Splitter. Installation & Operation Manual. MuxLab Inc A / SE A 500424 MuxLab Inc. 2016 94-000808-A / SE-000808-A SAFETY PRECAUTIONS To insure the best from the product, please read all instructions carefully before using the device. Save this manual for further reference.

More information

LucidControl AI4, User Manual (1.1) User Manual. LucidControl AI4. 4 Channel Analog Input USB Module. Page 1 of 18

LucidControl AI4, User Manual (1.1) User Manual. LucidControl AI4. 4 Channel Analog Input USB Module. Page 1 of 18 User Manual LucidControl AI4 4 Channel Analog Input USB Module Page 1 of 18 1 Introduction This document describes the functionality of the LucidControl AI4 USB module measuring 4 analog voltages controllable

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

ETH. Ethernet MAC with Timestamp Extension. TCD30xx User Guide. Revision July 17, 2015

ETH. Ethernet MAC with Timestamp Extension. TCD30xx User Guide. Revision July 17, 2015 TCD30xx User Guide ETH Ethernet MAC with Timestamp Extension Revision 1.0.0-41582 July 17, 2015 Copyright 2015, TC Applied Technologies. All rights reserved. LIST OF TABLES... 16-3 LIST OF FIGURES... 16-4

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

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