SR6001. RS-232C Control Specification

Size: px
Start display at page:

Download "SR6001. RS-232C Control Specification"

Transcription

1 RS-232C Control Specification : Rev 00 SR6001 RS-232C Control Specification Category : A/V Receiver Document Version : 1.00 Author(s) : Marantz America, Inc. Date : 2007/02/07 Number of Page : 19 Marantz America, Inc All rights are reserved. Reproduction in whole or in part is prohibited without the written consent of copyright. All specifications might be subject to change without notice.

2 SR6001 RS-232C Control Specification Page: 2 / 19 Table of Contents 1. Introduction Purpose Scope Abbreviations References Global Description Overview Block Diagram Interface connection specification of the product Assumptions and Dependencies Detailed Description Connection format Physical connection Data transmission sequence from Host to Slave Data transmission sequence from Slave to Host Transmission data format Transmission data format from Host to Slave Form1: Form2: request Transmission data format from Slave to Host Form1: ACK/NAK Form2: answer and Auto status feedback The transaction sequences and the regulations The transaction sequences The transaction regulations Specification of Auto status feedback Example of the transactions Examples of the handshaking flowchart Example of successful handshaking Examples of handshaking error Recommendations of, and Layer definition Definitions of, and Layer... 9 This section is told how to define, and Layer of this product Normal List Main function contents Display and Menu contents Surround contents Tuner contents XM Contents Multi Room contents Specific s request and answer list Normal request and (answer and feedback) list Layer of the statuses Revision history...19

3 SR6001 RS-232C Control Specification Page: 3 / Introduction 1-1. Purpose This document was written as a reference specification of products that are controled by the host controller Scope This document would be using by software or hardware engineers for production of the product Abbreviations Abbreviation Description 1-4. References Hardware Software Interface Specification ver / author: N.Sakamoto 2. Global Description 2-1. Overview A Host controller can control or watch out the product as a Slave very easily via the communication cable Block Diagram HOST (Controller) RS232C cable (Straight) SLAVE (The product) Connector D-SUB (9pin, male) * The product connector is using D-SUB 9pin male. * RS232C cable must use D-SUB 9pin female to connect the products Interface connection specification of the product up Interface Signal name Connection device D-Sub Pin Connecter - N.C. - 1 <The product connector> UART TxD (output) RS232C 2 RS232C D-SUB (9pin,Male) RxD (input) Level shift driver 3 - N.C GND GND 5 - N.C N.C N.C N.C Assumptions and Dependencies

4 SR6001 RS-232C Control Specification Page: 4 / Detailed Description The interface specification between the product and a Host controller is described below Connection format Physical connection Host (Controller) Slave (the product) TxD RxD GND RxD TxD GND (Serial setting <RS232C basic>) Baud Rate : 9600bps Data Bits : 8bit Parity : None Stop bit : 1bit Handshaking : None Data transmission sequence from Host to Slave Host (Controller) Slave (The product) TxD RxD RxD TxD 1. Host starts a data transmission from TxD. 2. Host performs the data transmission of the number of required bytes, and ends a transmission Data transmission sequence from Slave to Host Host (Controller) Slave (The product) TxD RxD RxD TxD 1. Slave starts a data transmission from TxD. 2. Slave performs the data transmission of the number of required bytes, and ends a transmission.

5 SR6001 RS-232C Control Specification Page: 5 / Transmission data format Transmission data format from Host to Slave There are two kinds of transmission data form from Host shown below Form1: is a data that requests some status change. Start character COMMAND : see list End character (CR) : 0Dh Start xxx: Dh Form2: request request is a data that requests a answer of some status. Start character Request status : see request list Request character :? End character (CR) : 0Dh Start xxx:? Dh Transmission data format from Slave to Host There are two kinds of transmission data form from Slave shown below Form1: ACK/NAK ACK is a reply data from Slave when Slave got an acceptable command data from Host. (ACK is sent to Host when Slave has no related status by the.) Start character ACK : 06h, End character (CR) : 0Dh Start ACK 06h 0Dh NAK is a reply data from Slave when Slave got an incorrect data, request data or some other data from Host. Start character NAK : 15h, End character (CR) : 0Dh Start NAK 15h 0Dh Form2: answer and Auto status feedback answers are reply data when Slave got an acceptable Request status or data from Host. Auto status feedbacks are send to Host data when a Slave s status is changed. Start character Answer character : see list End character (CR) : 0Dh Start xxx: Dh

6 SR6001 RS-232C Control Specification Page: 6 / The transaction sequences and the regulations The transaction sequences The transactions have three kinds of sequence. *A transaction is a from Host then Slave will be an answer by answer, ACK or NAK. *A transaction is a request from Host then Slave will be an answer by answer or NAK. *A transaction is Auto status feedback from Slave when a Slave s status changed. (If the auto status feedback is enabled.) The transaction regulations The transactions have some kinds of regulation. * An answer (ACK, NAK or answer) transmittion by Slave has to finish within 500ms when got a or a request from Host. * Host must not transmit an another or request until "it receives a answer by a previous or request" or "it passes a term of waitinng time from a finishing of previous transmission of a or a request ". * Slave has to finish a transaction under 500ms when it sends Auto status feedback data Specification of Auto status feedback There are some specific regulations about Auto status feedback. * The product status has segmented into four layers of 1, 2, 3 and 4. * The status of layer 1 are assigned most kindly status to Host. (The statuses of layer 2 are assigned kindly status, the statuses of layer 3 are not so need status to Host and the statuses of layer 4 are probably no wished statuses.) * Each layer status can control transmit enable or disable by Host command. (The product default would be all disables.) * Slave sends auto status feedback by itself when the status is changed and if the status feedback is enabled. * The product defined and segmentationed layers are takeing in status list Example of the transactions <Host> TxD Max. 0.5sec answer ACK or NAK request Max. 0.5sec answer <Slave> RxD RxD TxD Transaction Transaction Example of the transactions

7 SR6001 RS-232C Control Specification Page: 7 / Examples of the handshaking flowchart Example of successful handshaking HOST SLAVE accep table Related answer or A CK request Request accep table answer Changed some status! A uto status feedback The product can reply ACK instead of related status, if the product can not send the related status immediatly Examples of handshaking error HOST SLAVE Comm and Comm and in co rre ct NAK request Request in co rre ct NAK

8 SR6001 RS-232C Control Specification Page: 8 / Recommendations of, and Layer definition - All s, es and Layers will be defined other specific document. - [MANDATORY] The product MUST have s and the es same as a remote controller buttons (IR controller) of the product. - All s are required working by discreate as / commands. (It means that do not support command only. ) - All s and es are defined same chharacter size except ACK/NAK on the product. ( Recommended character length : 3~6 characters ) - It permits attaching 0x0A character to a reply characters from the product. In this case, must suppose that the object is followed altogether. - Recommend to supports numbers or values direct setting command, if it has variable numbers or values.

9 SR6001 RS-232C Control Specification Page: 9 / Definitions of, and Layer This section is told how to define, and Layer of this product Normal List This chapter will show the commands of this product Main function contents POWER AUDIO ATT AUDIO MUTE VIDEO MUTE VOLUME TE BASS TE TREBLE SOURCE Select 7.1 Channel Input UP DOWN UP-FAST DOWN-FAST UP DOWN UP DOWN TV DVD VCR1 DSS/VCR2 AUX1 AUX2 CD/CD-R TAPE TUNER1 FM1 AM1 XM1 PWR:0 PWR:1 PWR:2 ATT:0 ATT:1 ATT:2 AMT:0 AMT:1 AMT:2 VMT:0 VMT:1 VMT:2 VOL:0xxxy VOL:1 VOL:2 VOL:3 VOL:4 TOB:0xxx TOB:1 TOB:2 TOT:0xxx TOT:1 TOT:2 SRC:1 SRC:2 SRC:3 SRC:5 SRC:9 SRC:A SRC:C SRC:E SRC:F SRC:G SRC:H SRC:J 71C:0 71C:1 71C:2 PWR:1 PWR:2 ATT:0 (None) ATT:1 () ATT:2 () AMT:1 AMT:2 VMT:1 VMT:2 VOL:xxxy xxx = vol. value as +18~-80db, y =.0 or.5 db 00.0 = VOL: = VOL:-ZZZ TOB:xxx xxx = vol. value as +06 ~-06 TOT:xxx xxx = vol. value as +06 ~-06 SRC:va, (v,a= 0 ~ Z ) (v = video, a = audio.) v = 0 (V-) a = N (7.1CH) 71C:1 () 71C:2 () SPEAKER Select SPKR SEL SPKR-A SPKR-A SPKR-B SPKR-B SPK:0 SPK:1 SPK:2 SPK:3 SPK:4 SPK:ab, a=spk-a, b=spk-b SPK:11 (A-,B-) SPK:21 (A-,B-) SPK:12 (A-,B-) SPK:22 (A-,B-)

10 SR6001 RS-232C Control Specification Page: 10 / Display and Menu contents SLEEP MENU ENTER UP DOWN CURSOR LEFT RIGHT SLP:0xx (xx= 00 ~ 90 ) SLP:1 MNU:0 (work same as RC) MNU:1 MNU:2 MNU:3 CUR:1 CUR:2 CUR:3 CUR:4 SLP:01~90 ( ) SLP:00 () MNU:1 (Not on Menu) MNU:2 (On Menu ) ACK DC TRG. TRG. 1 TRG. 1 DCT:11 (DC TRG. 1 ) DCT:12 (DC TRG. 1 ) DCT:ax ( a: 1:=1, =2) x is fixed character e.g.) DCT:1x (TRG.1 ) DCT:2x (TRG.1 )

11 SR6001 RS-232C Control Specification Page: 11 / Surround contents AUTO STEREO DOLBY PLⅡ(x) MOVIE PLⅡ(x) MUSIC PLⅡ(x) GAME EX/ES DTS ES (DISC, MATRIX) NEO6 CINEMA NEO6 MUSIC Multi Ch. (MOVIE, MUSIC) Surr. Mode CSⅡ CINEMA CSⅡ MUSIC CSⅡ MO VIRTUAL DTS DD+ PLⅡx MOVIE DD+ PLⅡx MUSIC SOURCE DIRECT PURE DIRECT NEXT PREV SUR:00 SUR:01 SUR:02 SUR:03 SUR:05 SUR:07 SUR:0A SUR:0E SUR:0F SUR:0G SUR:0H SUR:0I SUR:0J SUR:0K SUR:0L SUR:0M SUR:0O SUR:0P SUR:0T SUR:0U SUR:1 SUR:2 SUR:x, (x = 0 ~ Z ) SUR:0 : AUTO SUR:1 : STEREO SUR:2 : DOLBY SUR:3 : PLⅡ(x) MOVIE SUR:5 : PLⅡ(x) MUSIC SUR:7 : PLⅡ(x) GAME SUR:A : EX/ES SUR:E : DTS ES (Discrete/ Matrix) SUR:F : NEO6 CINEMA SUR:G : NEO6 MUSIC SUR:H : Multi Ch. (MOVIE, MUSIC) SUR:I : CSⅡCINEMA SUR:J : CSⅡMUSIC SUR:K : CSⅡMO SUR:L : VIRTUAL SUR:M : DTS SUR:O : DD + PLⅡ(x) MOVIE SUR:P : DD + PLⅡ(x) MUSIC SUR:T: SOURCE DIRECT SUR:U: PURE DIRECT Dolby Headphone Mode BYPASS DH1(DH) DHM:0 DHM:1 DHM:2 (+PLⅡ MOVIE) DHM:3 (+PLⅡ MUSIC) DHM:x x = Dolby Headphone mode

12 SR6001 RS-232C Control Specification Page: 12 / 19 NGT:0 NIGHT MODE NGT:1 NGT:2 LIP:0xxx (xxx = value ms) Lip Sync. UP LIP:1 (up 10ms) DOWN LIP:2 (down 10ms) Test Tone TTO:0 (Force TTO:1 start/stop Test TTO:2 Tone with Auto NEXT TTO:3 mode) PREV TTO:4 NGT:0 (invalid) NGT:1 () NGT:2 () LIP:xxx (xxx = value ms) xxx = 000 () xxx = 010 ~ 200 () TTO:1xy () TTO:2xy () (x: Auto=0, Manual=1) (y=ch.) Tuner contents TFQ:0xxxxx (xxxxx = freq.) Tuner1 UP TFQ:1 Frequency DOWN TFQ:2 Auto-UP TFQ:3 Auto-DOWN TFQ:4 TPR:0ww UP TPR:1 Tuner1 Preset DOWN TPR:2 P-Scan start TPR:3 P-Scan stop TPR:4 TMD:0 Tuner1 mode (MO) TMD:1 (AUTO) TMD:2 TPI:0 Tuner Preset TPI:1 Info. TPI:2 Tuner1 MEMO - MEM:0 ACK Tuner1 CLEAR - CLR:0 ACK TFQ:xxxxx (xxxxx = Frequency) if ( xxxxx < ), band = XM; else if (xxxxx < 02000), band=am; else band=fm; (ex = FM87.50MHz) *Auto-UP/DOWN dose not operate in XM *XM can be selected When Band is XM. TPR:ww (ww = current preset nr.) (ww = 01 ~??) TMD:0 ( - ) TMD:1 (MO) TMD:2 (AUTO) TPI:1 () TPI:2 () XM Contents NORMAL XM DispMode ART/SNG CATEGORY STATUS CH. UP XM Category CH. DOWN CAT. NEXT CAT. PREV XDP:0 XDP:1 XDP:2 XDP:3 XDP:4 CAT:0 CAT:1 CAT:2 CAT:3 CAT:4 XDP:1 (NORMAL) XDP:2 (ART/SNG) XDP:3 (CATEGORY) XDP:4 (STATUS) CAT:yxx (y: Un search=1, in search=2) (xx: Category No. 00(none), 01 to 32)

13 SR6001 RS-232C Control Specification Page: 13 / Multi Room contents MPW:0 MPW:1 POWER MPW:2 MSP:0 MSP:1 SPEAKER MSP:2 MAM:0 MAM:1 MAM:1 AUDIO MUTE MAM:2 MAM:2 MPW:1 () MPW:2 () MSP:1 () MSP:2 () MVL:0xxx MVL:xxx UP MVL:1 VOLUME xxx = vol. value as 00 ~ -90 DOWN MVL:2 VARIABLE MVS:1 MVS:1 ( VARIABLE) VOLUME SET FIXED MVS:2 MVS:2 (FIXED) TV MSC:1 DVD MSC:2 VCR1 MSC:3 DSS/VCR2 MSC:5 AUX1 MSC:9 MSC:va AUX2 MSC:A SOURCE (v, a= 0 to Z ) CD/CDR MSC:C Select (v = video, a = audio.) TAPE MSC:E TUNER1 MSC:F FM1 MSC:G AM1 MSC:H XM1 MSC:J MSL:0xx ( xx = min) MSL:xx (xx = min) SLEEP MSL:1 MSL:00 MST:0 MST:0 ( - ) STEREO MST:1 MST:1 (STEREO) Stereo/Mono MO MST:2 MST:2 (MO) MTF:0xxxxx MTF:xxxxx, (xxxxx = Frequency) (xxxxx = freq.) if ( xxxxx < ) band = XM; UP MTF:1 else if (xxxxx < 02000) band=am; Tuner1 DOWN MTF:2 else band=fm; Frequency Auto-UP MTF:3 (e.g = FM87.50MHz) *Auto-UP/DOWN dose not operate in XM Auto-DOWN MTF:4 *XM can be selected When Band is XM. MTP:0ww (ww = preset nr.) MTP:ww UP MTP:1 (ww = current preset nr.) Tuner1 Preset DOWN MTP:2 (ww = 01 ~??) SCAN Start MTP:3 SCAN Stop MTP:4 MTM:0 MTM:0 ( - ) (MO) MTM:1 MTM:1 (MO) Tuner1 mode (AUTO) MTM:2 MTM:2 (AUTO)

14 SR6001 RS-232C Control Specification Page: 14 / 19 Multi RoomA MSV:0xxx Speaker UP MSV:1 VOLUME DOWN MSV:2 Multi RoomA VARIABLE MSS:1 Speaker VOLUME SET FIXED MSS:2 Multi RoomA MSM:0 Speaker MSM:1 AUDIO MUTE MSM:2 MSV:xxx xxx = Vol. value as +90 ~-90 MSS:1 ( VARIABLE) MSS:2 (FIXED) MSM:1, MSM: Specific s Auto status feedback (The product default is disabled all auto status feedback.) from Host AST:x (x = 0 ~ F ) bit 3 : Layer 4 ( 1 = Enable, 0 = Disable) bit 2 : Layer 3 ( 1 = Enable, 0 = Disable) bit 1 : Layer 2 ( 1 = Enable, 0 = Disable) bit 0 : Layer 1 ( 1 = Enable, 0 = Disable) same as command define

15 SR6001 RS-232C Control Specification Page: 15 / request and answer list Normal request and (answer and feedback) list request POWER PWR:? AUDIO ATT ATT:? AUDIO MUTE AMT:? VIDEO MUTE VMT:? VOLUME VOL:? TE BASS TOB:? TE TREBLE TOT:? SOURCE Select SRC:? 7.1 Channel Input 71C:? INPUT SIGNAL ISG:? SPEAKER Select SPK:? answer and feedback PWR:1 PWR:2 ATT:1 ATT:2 AMT:1 AMT:2 VMT:1 VMT:2 Volume value = xxxy VOL:xxxy (see command list) (+18.0 ~ -80.0dB) Bass value = xxx (see command list) TOB:xxx Treble value = xxx (see List) TOT:xxx Video+Audio source (see List) ANALOG DIGITAL HDMI Speaker status = ab a = SPKR-A, b = SPKR-B SRC:va (v,a= 0 ~ Z ) (v = video, a = audio.) 71C:1 71C:2 ISG:1 ISG:2 ISG:4 SPK:ab a,b (1 =, 2 = ) request answer and feedback SLEEP SLP:? Sleep time (xx = 00 ~ 90) SLP:xx MNU:1 ( Not on Menu) MENU MNU:? MNU:2 (On Menu) request DC TRG. DCT:? DCT:ax (a: =1, =2) answer and feedback e.g.) DCT:1x, (TRG.1 ) DCT:2x, (TRG.1 ) request Surr. Mode SUR:? SUR:x Dolby Headphone mode Night Mode DHM:? NGT:? DHM:x Lip Sync. LIP:? (ms) answer and feedback same as command replay (see list) same as command reply (see list) NGT:1 NGT:2 LIP:xxx (xxx = 000 ~ 200 ms)

16 SR6001 RS-232C Control Specification Page: 16 / 19 request Digital Signal Format SIG:? x = 0 :No detect 1 :D DIGITAL AC-3 2 : D DIGITAL AC-3 PL 3 : D DIGITAL SURR. EX 4 : DTS 5 : DTS ES DISCREATE 6 : DTS ES MATRIX 7 : AAC 8 : MPEG 9 : M-PCM A : PCM B : HDCD C : DSD D : DTS 96/24 E : reserved F : OTHER answer and feedback SIG:x x = signal request Tuner1 Frequency TFQ:? TFQ:xxxxx Tuner1 Preset TPR:? TPR:ww Tuner1 mode TMD:? ( MO) AUTO Tuner Preset Info. TPI:? request XM ChName CHN:? Channel Name XM ArtistName ARN:? Artist Name XM SongTitle S:? Song Title XM CategoyName CTN:? Category Name XM Signal SST:? Antenna answer and feedback same as command reply (see list) same as command reply (see list) TMD:1 TMD:2 TPI:1 TPI:2 answer and feedback CHN:xxxxxxxx x=10byte ARN:xxxxxxxx x=16byte S:xxxxxxxx x=16byte CTN:xxxxxxxx x=8byte SST:x x= 0= CHECK ANTENNA 1= STRG 2= MARGINAL 3= WEAK 4= NO

17 SR6001 RS-232C Control Specification Page: 17 / 19 request POWER SPEAKER AUDIO MUTE VOLUME VOLUME SET SOURCE Select SLEEP STEREO/MO request Tuner1 Frequency Tuner1 Preset Tuner1 Mode Multi RoomA Speaker VOLUME Multi RoomA Speaker Volume Set Multi RoomA Speaker AUDIO MUTE MPW:? MSP:? MAM:? answer and feedback MPW:1 MPW:2 MSP:1 MSP:2 MAM:1 MAM:2 MVL:? Volume value = xxx MVL:xxx MVS:? MSC:? VARIABLE FIXED Video+Audio source (v,a= 0 Z ) (v = video, a = audio.) MVS:1 MVS:2 MSC:va MSL:? Sleep time min : xx = 00 ~ 99 MSL:xx MST:? MTF:? STEREO MO MST:1 MST:2 answer and feedback xxxxx = frequency if ( xxxxx < ) band = XM; MTF:xxxxx else if (xxxxx < 02000) band=am; else band=fm; MTP:? xx = preset number ( 01 ~??) MTP:xx MTM:? - (None) MTM:0 (MO) MTM:1 (AUTO) MTM:2 MSV:? Volume value = xxx MSV:xxx MSS:? MSM:? VARIABLE FIXED MSS:1 MSS:2 MSM:1 MSM:2

18 SR6001 RS-232C Control Specification Page: 18 / Layer of the statuses Layer POWER PWR: 1 AUDIO ATT ATT: 3 AUDIO MUTE AMT: 1 VIDEO MUTE VMT: 1 VOLUME VOL: 1 TE BASS TOB: 1 TE TREBLE TOT: 1 SOURCE Select SRC: Channel Input 71C: 1 INPUT SIGNAL SOURCE ISG: 3 SPEAKER Select SPK: 1 Layer SLEEP SLP: 2 MENU MNU: 4 DC TRIG. DCT: 1 Layer Surr. Mode SUR: 2 Dolby Headphone Mode DHM: 2 Night Mode NGT: 3 Lip Sync. LIP: 4 Test Tone TTO: 1 Ch.Select CSL: 4 Digital Signal Format SIG: 4 Layer Tuner1 Frequency TFQ: 3 Tuner1 Preset TPR: 2 Tuner1 mode TMD: 2 Tuner Preset Info. TPI: 2 Layer XM Display mode XDP: 1 XM Category Search CAT: 4 XM Category Name CTN: 4 XM Channel Name CHN: 4 XM Artist Name ARN: 4 XM Song Title S: 4 XM Signal SST: 1

19 SR6001 RS-232C Control Specification Page: 19 / 19 Layer POWER MPW: 1 SPEAKER MSP: 2 AUDIO MUTE MAM: 1 VOLUME MVL: 1 VOLUME SET MVS: 2 SOURCE Select MSC: 1 SLEEP MSL: 2 STEREO/MO MST: 2 Multi RoomA Speaker VOLUME MSV: 1 Multi RoomA Speaker Volume Set MSS: 2 Multi RoomA Speaker A-MUTE MSM: 1 Layer Tuner1 Frequency MTF: 3 Tuner1 Preset MPR: 2 Tuner1 Mode MTM: 2 6. Revision history Ver. Date Owner Change description /06/07 Marantz America, Inc. Issued Revision1.0

DV4001/DV6001/DV7001 VC6001. RS-232C Control Specification

DV4001/DV6001/DV7001 VC6001. RS-232C Control Specification RS-232C Control Specification : Rev 1.01 DV4001/DV6001/DV7001 VC6001 RS-232C Control Specification Category : DVD Player Document Version : 1.01 Author(s) : Marantz America, Inc. Date : 2007/04/12 Number

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

Azur 651R/751R Serial Control Protocol V1.01

Azur 651R/751R Serial Control Protocol V1.01 Azur 651R/751R Serial Control Protocol V1.01 1.1 RS232 Protocol The protocol is accessed via COM1 i.e. the rear panel RS232C port. Header Notes: Footer Group Data 1) All data consists of ASCII bytes. #

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

Azur 540R v3 Serial Control Protocol V1.0

Azur 540R v3 Serial Control Protocol V1.0 Azur 540R v3 Serial Control Protocol V1.0 1.1 RS232 Protocol The protocol is accessed via the RS232 protocol, i.e. a PC s rear panel com port. Notes: 1) All data consists of ASCII bytes. 2) Settings for

More information

The physical connection to the G68 Surround Controller consists of a Null Modem / RS232C cable.

The physical connection to the G68 Surround Controller consists of a Null Modem / RS232C cable. G68 System RS232 Commands This document provides relevant RS232 commands for the Meridian G68 Surround Controller. All basic commands take the form of two ASCII characters followed by a carriage return

More information

The physical connection to the 861 Reference System consists of a Null Modem / RS232C cable.

The physical connection to the 861 Reference System consists of a Null Modem / RS232C cable. This document provides relevant RS232 commands for the Meridian 861 Surround Processor. All basic commands take the form of two ASCII characters followed by a carriage return to execute. Once a basic command

More information

VP4001. RS-232C Control Specification

VP4001. RS-232C Control Specification RS-232C Control Specification : Rev 00 VP4001 RS-232C Control Specification Categy : Video Project Document Version : 1.0 Auth(s) : Marantz America, Inc. Date : 2006/10/07 Number of Page : 15 Marantz America,

More information

Technical Note TN15. G68 RS232 Interface. 5 th January Source Commands. Volume Commands

Technical Note TN15. G68 RS232 Interface. 5 th January Source Commands. Volume Commands Technical Note TN15 5 th January 2009 G68 RS232 Interface The RS232 interface for the G68 can be operated from any terminal which operates at 9600 baud with 1 start bit, 1 stop bit and 0 parity. Commands

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

Easy Setup Guide. 1 Preparation. English. AV Receiver. Accessories. Cables required for connections

Easy Setup Guide. 1 Preparation. English. AV Receiver. Accessories. Cables required for connections UA Preparation Accessories AV Receiver Check that the following accessories are supplied with the product. Remote control Batteries (AAA, R0, UM-4) (x) Easy Setup Guide English YPAO microphone AM antenna

More information

TX-SR383. Table of contents. Instruction Manual. Preparation. - Connecting speakers. Playback. Setup. Troubleshooting. Appendix AV RECEIVER

TX-SR383. Table of contents. Instruction Manual. Preparation. - Connecting speakers. Playback. Setup. Troubleshooting. Appendix AV RECEIVER AV RECEIVER TX-SR383 Instruction Manual Table of contents Preparation - Connecting speakers Playback Setup Troubleshooting Appendix En Front Panel Rear Panel Remote What s in the box 4 Part Names 5 Front

More information

Easy Setup Guide. 1 Preparation. English. AV Receiver. Accessories. Cables required for connections

Easy Setup Guide. 1 Preparation. English. AV Receiver. Accessories. Cables required for connections UA 1 Preparation AV Receiver Accessories Check that the following accessories are supplied with the product. Remote control Batteries (AAA, R0, UM-4) (x2) Easy Setup Guide English Insert the batteries

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

Generic RS232 protocol

Generic RS232 protocol Generic RS232 protocol Table of content 1 Introduction... 2 2 Description... 2 2.1 Hardware specification... 2 2.2 Communication Setting... 2 2.3 Command Message Reference... 3 3 Protocol 1 : with ID...

More information

automatic video source selection is commanded preferred video input is composite, color system PAL volume is -15 db

automatic video source selection is commanded preferred video input is composite, color system PAL volume is -15 db Classé SSP-75 serial communication command set 10.4.2000/Juha Questions and corrections to: tapio.vihuri@samplerate.com Example of serial communication bold lines are commands sent to the unit, other lines

More information

AVR-4308 AVR-3808 AV SURROUND RECEIVER

AVR-4308 AVR-3808 AV SURROUND RECEIVER AV SURROUND RECEIVER AVR-4308 AVR-3808 Owner s Manual GAdditional functions editionh The AVR-4308 / AVR-3808 Owner s manual is organized in the following two volumes. GThe original versionh and GAdditional

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector EX320U/EW330U/EX320U-ST Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions:

More information

MC-12 Software Version 2.0. Release & Errata Notes

MC-12 Software Version 2.0. Release & Errata Notes MC-12 Software Version 2.0 Release & Errata Notes Manufactured under license from Dolby Laboratories. "Dolby," "Pro Logic," "Surround EX," and the double-d symbol are trademarks of Dolby Laboratories.

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

Using remote controller

Using remote controller Using remote controller Overview The remote controller is a useful tool to help you operate the components of your home theater. To do so, first press the Mode button that corresponds to the device you

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer DLP Projector EX320U/EW330U/EX320U-ST/EX321U-ST/EW331U-ST/EX321U Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal.

More information

RX-5032VSL INSTRUCTIONS AUDIO/VIDEO CONTROL RECEIVER LVT A [A]

RX-5032VSL INSTRUCTIONS AUDIO/VIDEO CONTROL RECEIVER LVT A [A] TA/NEWS/FO DISPLAY MODE AUDIO/VIDEO CONTROL RECEIVER RX-5032VSL RX-5030V AUDIO/VIDEO CONTROL RECEIVER DIGITAL PRO LOGIC STRUCTIONS For Customer Use: Enter below the Model No. and Serial No. which are located

More information

Classé products equipped for digital audio streaming via Ethernet (AirPlay and DLNA) are also capable of remote control over Ethernet.

Classé products equipped for digital audio streaming via Ethernet (AirPlay and DLNA) are also capable of remote control over Ethernet. Rev History: 1.00 Initial specification. 1.01 Added VERS, STAT MODE, STAT AUDIO, STAT VIDEO, STAT VOL. Removed SY VERS. Added return values for SY MODE. Added Unknown to Channel Config in SY AUDIO The

More information

TX-NR787. Table of contents. Connections. Instruction Manual. - Connecting Speakers. Playback. Setup. Troubleshooting. Appendix

TX-NR787. Table of contents. Connections. Instruction Manual. - Connecting Speakers. Playback. Setup. Troubleshooting. Appendix AV RECEIVER TX-NR787 Instruction Manual Table of contents Connections - Connecting Speakers Playback Setup Troubleshooting Appendix En Supplementary Information Front Panel Rear Panel Remote What s in

More information

Tuning into a Radio Station

Tuning into a Radio Station Details on AM/FM reception Tuning into a Radio Station Tuning Automatically 1. Press TUNER on the remote controller several times to select either "AM" or "FM". 2. Press TUN MODE so that the "AUTO" indicator

More information

1. Outline. 1.2 RS-232C Settings * Full duplex, start-stop synchronization communication Baud rate : 9600bps Data bits : Start transactions

1. Outline. 1.2 RS-232C Settings * Full duplex, start-stop synchronization communication Baud rate : 9600bps Data bits : Start transactions 1. Outline In case no comments in particular as for the contents of this papers, the descriptions are effective for the RX-Vx400. RX-Vx400 in this paper means both RX-V2400 and RX-V1400. 1.1 Connection

More information

RS232G Protocol Version 2.6.2

RS232G Protocol Version 2.6.2 RS232G Protocol Version 2.6.2 The RS232G Protocol is standard ASCII based. The commands must include parameters (separated by commas) and terminated with a carrier return = ASCII 13. The commands

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

RV-5/MV-5. Serial Protocol Definitions. Software Version: V4.0x. Document Revision: July 2007

RV-5/MV-5. Serial Protocol Definitions. Software Version: V4.0x. Document Revision: July 2007 RV-5/MV-5 Serial Protocol Definitions Software Version: V4.0x Document Revision: July 2007 Lexicon and the Lexicon logo are registered trademarks of Harman International Industries. U.S. patent numbers

More information

CMLUX-4H4CAT. 4 by 4 HDMI V1.3 over CAT 5 Matrix. Operation Manual CMLUX-4H4CAT

CMLUX-4H4CAT. 4 by 4 HDMI V1.3 over CAT 5 Matrix. Operation Manual CMLUX-4H4CAT CMLUX-4H4CAT 4 by 4 HDMI V1.3 over CAT 5 Matrix Operation Manual CMLUX-4H4CAT Revision History Version No. Date Summary of Change V1 20090610 Preliminary Release Precautions Failure to follow the precautions

More information

The power to engage. RS-232 PROTOCOL for CTOUCH. RS 232 protocol for CTOUCH Laser Nova - Sky V4.01. CTOUCHimPD1099V180725

The power to engage. RS-232 PROTOCOL for CTOUCH. RS 232 protocol for CTOUCH Laser Nova - Sky V4.01. CTOUCHimPD1099V180725 RS-232 PROTOCOL for CTOUCH + REVISION HISTORY Date Revision Changes 2018-07-12 4.01 Initial release. 2 TABLE OF CONTENT Revision History 2 Introduction 3 Detailed Explianation 4 Power Control 4 Panel Back

More information

Room Control Module (2000i-RCM) Interface Command Structure. for the

Room Control Module (2000i-RCM) Interface Command Structure. for the Room Control Module (2000i-RCM) Interface Command Structure for the 2000i-DVS Interactive Whiteboard 99-00544-00 Rev A0 FCC Warning This equipment has been tested and found to comply with the limits for

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

Quick Reference Guide

Quick Reference Guide English for Europe Quick Reference Guide Accessories The following accessories are supplied with this product. Remote control Simple remote control Batteries () (AAA, R0, UM-) AM loop antenna * The fi

More information

Ideal for smaller rooms, S-Force PRO front surround delivers a virtual surround sound experience using only two speakers.

Ideal for smaller rooms, S-Force PRO front surround delivers a virtual surround sound experience using only two speakers. STR-DH790 7.2ch Home Theatre AV Receiver Give your home entertainment system a cinematic upgrade. The powerful 7.2 channel receiver supports the latest three-dimensional surround sound audio formats including

More information

Contents Connections Playback Settings Tips Appendix AVR-S540BT AV SURROUND RECEIVER. Owner s Manual. Front panel Display Rear panel Remote Index

Contents Connections Playback Settings Tips Appendix AVR-S540BT AV SURROUND RECEIVER. Owner s Manual. Front panel Display Rear panel Remote Index AVR-S540BT AV SURROUND RECEIVER Owner s Manual 1 Accessories 5 Inserting the batteries 6 Operating range of the remote control unit 6 Features 7 High quality sound 7 High performance 7 Easy operation 9

More information

PU-O4H4C. v1.3 HDMI 4x4 Matrix with built in HDMI over CAT6 outputs OPERATION MANUAL

PU-O4H4C. v1.3 HDMI 4x4 Matrix with built in HDMI over CAT6 outputs OPERATION MANUAL PU-O4H4C v1.3 HDMI 4x4 Matrix with built in HDMI over CAT6 outputs OPERATION MANUAL Table of Contents 1. Introduction 1 2. Features 1 3. Package Contents 1 4. Operation Controls and Functions 2 4.1 Front

More information

MANUAL PCR3000R

MANUAL PCR3000R MANUAL PCR3000R INFO@APART-AUDIO.COM Features The APart PC3000R is a professional multisource CD/USB/SD card music player with integrated FM RDS and DAB+ tuner, equipped with multiple independent analog

More information

BDS 275/BDS 277/BDS 575/BDS 577 Blu-ray Disc Receiver. Quick-Start Guide

BDS 275/BDS 277/BDS 575/BDS 577 Blu-ray Disc Receiver. Quick-Start Guide 275/BDS 277/BDS 575/BDS 577 Blu-ray Disc Receiver Quick-Start Guide BDS Introduction and Connections Thank you for choosing a Harman Kardon product! Connections This quick-start guide contains all the

More information

CMLUX-22S. 2 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-22S

CMLUX-22S. 2 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-22S CMLUX-22S 2 by 2 HDMI V.3 Matrix Operation Manual CMLUX-22S Revision History Version No. Date Summary of Change V 2009058 Preliminary Release Precaution Failure to follow the precautions described below

More information

MODEL: SR5005 INTEGRATED NETWORK AV RECEIVER

MODEL: SR5005 INTEGRATED NETWORK AV RECEIVER MODEL: SR5005 Model Information Index Front Panel Rear Panel Model Information INTEGRATED NETWORK AV RECEIVER Remote Control Warranty Reset Procedure Accessories Protection History Display Mode Upgrades/Updates

More information

Multi Channel AV Receiver

Multi Channel AV Receiver 2-697-465-11(2) Multi Channel AV Receiver Operating Instructions Owner s Record The model and serial numbers are located on the rear of the unit. Record the serial number in the space provided below. Refer

More information

VSX-834 AV RECEIVER. Instruction Manual. Table of contents. Connections. - Connecting Speakers. Playback. Setup. Troubleshooting.

VSX-834 AV RECEIVER. Instruction Manual. Table of contents. Connections. - Connecting Speakers. Playback. Setup. Troubleshooting. Instruction Manual VSX-834 AV RECEIVER Table of contents Connections - Connecting Speakers Playback Setup Troubleshooting Appendix En Supplementary Information Front Panel Rear Panel Remote What s in the

More information

CPRO-AVR1. Audio Video Receiver. Operation Manual CPRO-AVR1

CPRO-AVR1. Audio Video Receiver. Operation Manual CPRO-AVR1 CPRO-AVR1 Audio Video Receiver Operation Manual CPRO-AVR1 Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Cypress Technology assumes no responsibility

More information

Owner's Manual. AV Receiver

Owner's Manual. AV Receiver AV Receiver Owner's Manual This unit is a product for enjoying video and music at home. This manual explains preparations and operations for everyday users of the unit. Read the supplied booklet Quick

More information

Integration Note OVERVIEW AND SUPPORTED FEATURES. Model Number(s): SR5008/6008/7008

Integration Note OVERVIEW AND SUPPORTED FEATURES. Model Number(s): SR5008/6008/7008 Manufacturer: Marantz Integration Note Model Number(s): SR5008/6008/7008 Minimum Core Module Version: 6.5 Comment: Tested SR7008 FW: 5330-0346-9582 Document Revision Date: 12/30/2013 OVERVIEW AND SUPPORTED

More information

SM-4X4-4K18GB-LC. Low Cost 4K HDMI Video Matrix Switch: 4x4. Operating Instruction

SM-4X4-4K18GB-LC. Low Cost 4K HDMI Video Matrix Switch: 4x4. Operating Instruction SM-4X4-4K18GB-LC Low Cost 4K HDMI Video Matrix Switch: 4x4 Operating Instruction 1 Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully before

More information

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E CMLUX-E by HDMI V1.3 Matrix Operation Manual CMLUX-E Revision History Version No. Date Summary of Change V1 20090521 Preliminary Release V2 20100805 Adding RS-232 Setting V3 20100923 HDMI Cable Distance

More information

OR-H44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual OR-H44E

OR-H44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual OR-H44E OR-HE by HDMI V1.3 Matrix Operation Manual OR-HE Revision History Version No. Date Summary of Change V1 20090521 Preliminary Release Precautions Failure to follow the precautions described below may cause

More information

About the supplied remote control

About the supplied remote control AUDIO VIDEO SURROUND RECEIVER KRF-V6080D INSTRUCTION MANUAL KENWOOD CORPORATION About the supplied remote control Compared to standard remote controls, the remote control supplied with this model has several

More information

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E CMLUX-44E 4 by 4 HDMI V1.3 Matrix Operation Manual CMLUX-44E Revision History Version No. Date Summary of Change V1 20090521 Preliminary Release V2 20100805 Adding RS-232 Setting V3 20100923 HDMI Cable

More information

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E

CMLUX-44E. 4 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-44E CMLUX-44E 4 by 4 HDMI V1. Matrix Operation Manual CMLUX-44E Revision History Version No. Date Summary of Change V1 20090521 Preliminary Release Precautions Failure to follow the precautions described below

More information

TX-SR393. Table of contents. Connections. Instruction Manual. - Connecting Speakers. Playback. Setup. Troubleshooting. Appendix

TX-SR393. Table of contents. Connections. Instruction Manual. - Connecting Speakers. Playback. Setup. Troubleshooting. Appendix AV RECEIVER TX-SR393 Instruction Manual Table of contents Connections - Connecting Speakers Playback Setup Troubleshooting Appendix En Supplementary Information Front Panel Rear Panel Remote What s in

More information

KRF-V6080D INSTRUCTION MANUAL KENWOOD CORPORATION AUDIO VIDEO SURROUND RECEIVER. About the supplied remote control DEUTSCH NEDERLANDS ITALIANO ESPAÑOL

KRF-V6080D INSTRUCTION MANUAL KENWOOD CORPORATION AUDIO VIDEO SURROUND RECEIVER. About the supplied remote control DEUTSCH NEDERLANDS ITALIANO ESPAÑOL FRANÇAIS DEUTSCH ITALIANO ESPAÑOL NEDERLANDS AUDIO VIDEO SURROUND RECEIVER KRF-V6080D INSTRUCTION MANUAL KENWOOD CORPORATION About the supplied remote control Compared to standard remote controls, the

More information

Serial Communications Protocol Definition. Project: SDP-3

Serial Communications Protocol Definition. Project: SDP-3 Serial Communications Protocol Definition Project: SDP-3 Author: Simon Jarvis Updated: January 17, 2002 JBL Synthesis Edit: Chris Neumann Major rev 0 Minor rev 3 Approvals: Engineering: Marketing: 1 of

More information

CAR AUDIO CD, MEDIA(USB-MP3/AUX), BT(Handfree), RADIO

CAR AUDIO CD, MEDIA(USB-MP3/AUX), BT(Handfree), RADIO KCB-8700 CAR AUDIO CD, MEDIA(USB-MP3/AUX), BT(Handfree), RADIO (FM1, FM2, AM BAND) KCB - 8700 3 4 8 10 12 16 18 22 24 29 30 34 36 37 2 KCB-8700 Car Audio MP3/WMACD, CD, USB, BT, AUX, RADIO (CD, MP3CD)

More information

Serial Interface Communication Protocol

Serial Interface Communication Protocol Serial Interface Communication Protocol [Diamond] For Models: Interactive Whiteboard (Serial Interface Communication Protocol) This document defines all the command and messages exchanged between the Master

More information

Audio Integration Note

Audio Integration Note ELAN Home Systems Life Just Got Better Audio Integration Note Manufacturer: Elan Model Number(s): System 12 Comments: Version 5.0 (g!) requires S12 FW 2.02.00.04 Document Revision Date: 8/17/2011 OVERVIEW

More information

Integration Note OVERVIEW AND SUPPORTED FEATURES. Model Number(s): SR6006, SR5006

Integration Note OVERVIEW AND SUPPORTED FEATURES. Model Number(s): SR6006, SR5006 Manufacturer: Marantz Integration Note Model Number(s): SR6006, SR5006 Core Module Version: 5.4 or newer required Document Revision Date: 1/15/2013 OVERVIEW AND SUPPORTED FEATURES Marantz receivers include

More information

CMLUX-42S. 4 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-42S

CMLUX-42S. 4 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-42S CMLUX-42S 4 by 2 HDMI V.3 Matrix Operation Manual CMLUX-42S Revision History Version No. Date Summary of Change V 20080 Preliminary Release V2 20090407 HDMI Cable distance& Remote Control distance. Precaution

More information

Matrix Switching System User Manual. Matrix Routing Switch. HDMI 4x4 HX-44 V.2012HX44.00

Matrix Switching System User Manual. Matrix Routing Switch. HDMI 4x4 HX-44 V.2012HX44.00 User Manual Matrix Routing Switch HDMI 4x4 HX-44 V.2012HX44.00 Copyright and Trademarks: All rights reserved by ZIGEN INC. No part of this document may be reproduced in any form or by any means without

More information

145W per channel, this powerhouse envelopes you in a new level of sound performance. (145W x 8ohms 1kHz 0.9% THD with 1 ch.

145W per channel, this powerhouse envelopes you in a new level of sound performance. (145W x 8ohms 1kHz 0.9% THD with 1 ch. STR-DN1030 7.2 Receiver with Airplay and Bluetooth Bullets 7.2 Channel 1015W A/V Receiver (145W x 7 @ 8 ohms 1kHz 0.09% THD 1 ch. driven) Built-in WiFi for easy access to Music Services like Pandora and

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

as82 of of Re:source Communication Module Kaleidescape Dominating Entertainment. Revox of Switzerland.

as82 of of Re:source Communication Module Kaleidescape Dominating Entertainment. Revox of Switzerland. as82 of of Communication Module Dominating Entertainment. Revox of Switzerland. Please note: Software update! Unlike the software for the Standard communication module, the control software is premium-priced

More information

DCT-24 USB Audio Center

DCT-24 USB Audio Center DCT-24 USB Audio Center 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 infringements

More information

The power to engage. RS-232 PROTOCOL for CTOUCH. RS 232 protocol for CTOUCH Laser Air + V3.12. CTOUCHimPD914V170913

The power to engage. RS-232 PROTOCOL for CTOUCH. RS 232 protocol for CTOUCH Laser Air + V3.12. CTOUCHimPD914V170913 RS-232 PROTOCOL for CTOUCH TABLE OF CONTENT Introduction 3 Detailed Explianation 4 Power Control 4 Panel Back Light Unit Control 5 Volume control 6 Mute control 7 Input source control 8 Remote key 9 Key

More information

Basic Manual. > Before start > Hookup > Setup > Playback > Part Names > Advanced Manual AV RECEIVER TX-NR757

Basic Manual. > Before start > Hookup > Setup > Playback > Part Names > Advanced Manual AV RECEIVER TX-NR757 > Before start > Hookup > Setup > Playback > Part Names > Advanced Manual Basic Manual Hookup Step1: Choose your Speaker Layout...3 Step2: Connect the Speakers...9 Step3: Connect the TV...11 Step4: Connect

More information

HDTVMT0404VL1 User Manual

HDTVMT0404VL1 User Manual HDTVMT0404VL1 User Manual HDTVMT0404VL1 User Manual Contact: support@hdtvsupply.com 1 Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully

More information

SmartAudio: SSA Feature Summary

SmartAudio: SSA Feature Summary As part of the line of Savant SmartSystems control solutions, the SmartAudio (SSA-3000) delivers 6 x 8 audio distribution and integrated control in a U fanless enclosure. SmartAudio delivers stereo preamp

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

HDMI Matrix Switcher Series ITEM NO.: HS42M-4K6G 4x2 HDMI Matrix Switcher

HDMI Matrix Switcher Series ITEM NO.: HS42M-4K6G 4x2 HDMI Matrix Switcher HDMI Matrix Switcher Series ITEM NO.: HS42M-4K6G 4x2 HDMI Matrix Switcher HS42M-4K6G 4x2 HDMI Matrix Switch allows you to route 4 HD sources to any 2 HD displays! The 4x2 HDMI Matrix switch is a complete

More information

CMLUX-24S. 2 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-24S

CMLUX-24S. 2 by 4 HDMI V1.3 Matrix. Operation Manual CMLUX-24S CMLUX-24S 2 by 4 HDMI V.3 Matrix Operation Manual CMLUX-24S Revision History Version No. Date Summary of Change V 2008 Preliminary Release V2 20090407 HDMI Cable distance& Remote Control distance. Precaution

More information

DTR Basic Manual. Advanced Manual found here.

DTR Basic Manual. Advanced Manual found here. DTR-50.6 Basic Manual Advanced Manual found here http://integraworldwide.com/manual/dtr506upg/adv/en.html En 1 2 3 Before Start About the Basic Manual The Basic Manual leads you through the fundamental

More information

HDMI Matrix. Model: HDMIMX44RS. Operating Instruction

HDMI Matrix. Model: HDMIMX44RS. Operating Instruction HDMI Matrix Model: HDMIMX44RS Operating Instruction 1 Thank you for purchasing this product. For optimum performance and safety, please read these instructions carefully before connecting, operating or

More information

Basic Manual. > Before Start > Part Names > Install > Initial Setup > Playback > Advanced Manual AV RECEIVER TX-NR777

Basic Manual. > Before Start > Part Names > Install > Initial Setup > Playback > Advanced Manual AV RECEIVER TX-NR777 > Before Start > Part Names > Install > Initial Setup > Playback > Advanced Manual Basic Manual Before Start...2 What's in the box...2 Part Names...3 Part Names...3 Install...7 Installation procedure...7

More information

FM Stereo FM-AM Receiver

FM Stereo FM-AM Receiver 4-227-986-91(1) FM Stereo FM-AM Receiver Operating Instructions Manual de instruções GB PT STR-DE345 2000 Sony Corporation Getting Started WARNING To prevent fire or shock hazard, do not expose the unit

More information

VSX-534D AV RECEIVER. Instruction Manual. Table of contents. Connections. - Connecting Speakers. Playback. Setup. Troubleshooting.

VSX-534D AV RECEIVER. Instruction Manual. Table of contents. Connections. - Connecting Speakers. Playback. Setup. Troubleshooting. Instruction Manual VSX-534D AV RECEIVER Table of contents Connections - Connecting Speakers Playback Setup Troubleshooting Appendix En Supplementary Information Front Panel Rear Panel Remote What s in

More information

RX-V383 AV Receiver. Specifications. For. North America. For. Euro. For. Others

RX-V383 AV Receiver. Specifications. For. North America. For. Euro. For. Others Specifications RX-V383 AV Receiver Output Power North America 70W per Channel (8 ohms, 20 Hz-20 khz, 0.09 % THD, 2 ch driven) 100 W per Channel (8 ohms, 1 khz, 0.9 % THD, 1 ch driven) 145 W per Channel

More information

RX-668VBK AUDIO/VIDEO CONTROL RECEIVER INSTRUCTIONS LVT A [J]

RX-668VBK AUDIO/VIDEO CONTROL RECEIVER INSTRUCTIONS LVT A [J] CATV CONTROL TEXT DISPLAY RM-SR668U REMOTE CONTROL CONTROL SET VOLUME CH TV VOL. OSD EXIT RETURN ENTER STANDBY PHONES SPEAKERS MULTI CD PHONO TAPE/MD SOURCE NAME TV FM/AM SURROUND ONE TOUCH OPERATION INPUT

More information

HDMI (HDBaseT) Matrix Switcher Series Ed.B July 2013 Elpro Video Labs

HDMI (HDBaseT) Matrix Switcher Series Ed.B July 2013 Elpro Video Labs HDMI (HDBaseT) Matrix Switcher Series Ed.B July 2013 Elpro Video Labs ITEM NO.: 4 x 4 HDMI + HDBaseT Matrix Switcher With the latest and more affordable HDBaseT technology extend HDMI sources up to 100M

More information

B-100 / B-300 Series HDMatrix Switchers

B-100 / B-300 Series HDMatrix Switchers B-100 / B-300 Series HDMatrix Switchers Serial Protocol Rev:130228-1019 Overview The following information will guide the installer through simple set up and programming for Serial control of a Binary

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

MODEL: SR7007 INTEGRATED NETWORK AV RECEIVER

MODEL: SR7007 INTEGRATED NETWORK AV RECEIVER MODEL: SR7007 Model Information Index Front Panel Rear Panel Model Information INTEGRATED NETWORK AV RECEIVER Remote Control Warranty Reset Procedure Accessories Protection History Display Mode Upgrades/Updates

More information

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES Manufacturer: Model Number(s): Minimum Core Module Version: Document Revision Date: ELAN Integration Note EL-4KPM-V66-A1812 (Device Ver 3.06; Web Module Ver 6.20) EL-4KPM-V88-A2416 (Device Ver 3.06; Web

More information

Multi Channel AV Receiver

Multi Channel AV Receiver 3-284-083-12(1) Multi Channel AV Receiver Operating Instructions STR-DG520 2008 Sony Corporation Owner s Record The model and serial numbers are located on the rear of the unit. Record the serial number

More information

C3 Meridian G68 processor V1.02.umc. Full control of main zone, copy zone & dsp with full feedback

C3 Meridian G68 processor V1.02.umc. Full control of main zone, copy zone & dsp with full feedback Meridian G68 GENERAL INFORMATION SIMPLWINOWS FILE NAME: CATEGORY: C3 Meridian G68 processor V1.02.umc Receiver / Processor CURRENT VERSION: 1.02 PROGRAMMER: SUMMARY: SYSTEMBUILER COMPATIBLE GO Full control

More information

HDBaseT Lite 4x6 HDMI Matrix of 2 HDMI and 4 CAT5e/6/7 (PoE 60m) Outputs - # 15228

HDBaseT Lite 4x6 HDMI Matrix of 2 HDMI and 4 CAT5e/6/7 (PoE 60m) Outputs - # 15228 HDBaseT Lite 4x6 HDMI Matrix of 2 HDMI and 4 CAT5e/6/7 (PoE 60m) Outputs - # 15228 Operation Manual Introduction Applications The 4 by 6 Matrix allows HDMI signal from any of its four sources to be routed

More information

Controlling the projector using a personal computer

Controlling the projector using a personal computer MODEL UD740U Controlling the projector using a personal computer This projector can be controlled by connecting a personal computer with RS-232C terminal. PC-controllable functions: Turning the power ON

More information

VSX-60, SC-61, SC-63, SC-65, SC-67, SC-68

VSX-60, SC-61, SC-63, SC-65, SC-67, SC-68 Manufacturer: Model Number(s): Pioneer Integration Note VSX-60, SC-61, SC-63, SC-65, SC-67, SC-68 Core Module Version: Core Module 5.8 or later required Comments: VSX-60 with FW 1-157-076-014-091 tested.

More information

Home Theatre System HT-DDW670T. Operating Instructions

Home Theatre System HT-DDW670T. Operating Instructions 2-342-216-91(1) Home Theatre System Operating Instructions Owner s Record The model and serial numbers are located on the rear of the unit. Record the serial number in the space provided below. Refer to

More information

B-520-MTRX-230 HDBaseT Matrix Switchers

B-520-MTRX-230 HDBaseT Matrix Switchers B-520-MTRX-230 HDBaseT Matrix Switchers SERIAL PROTOCOL Rev:150610-1345 OVERVIEW The following information will guide the installer through simple set up and programming for serial control of a Binary

More information

RTL RX-V340. AV Receiver OWNER S MANUAL MANUAL DE INSTRUCCIONES

RTL RX-V340. AV Receiver OWNER S MANUAL MANUAL DE INSTRUCCIONES RTL RX-V340 AV Receiver OWNER S MANUAL MANUAL DE INSTRUCCIONES CAUTION: READ THIS BEFORE OPERATING YOUR UNIT. To assure the finest performance, please read this manual carefully. Keep it in a safe place

More information

AX1300BT SPECIFICATIONS: MECHLESS AM/FM MULTIMEDIA PLAYER RECEIVER BLUETOOTH w BUILT-IN SPEAKERS DESIGNED FOR AUSTRALASIAN CONDITIONS

AX1300BT SPECIFICATIONS: MECHLESS AM/FM MULTIMEDIA PLAYER RECEIVER BLUETOOTH w BUILT-IN SPEAKERS DESIGNED FOR AUSTRALASIAN CONDITIONS MECHLESS AM/FM MULTIMEDIA PLAYER RECEIVER BLUETOOTH w BUILT-IN SPEAKERS SPECIFICATIONS: GENERAL: Mechless Fixed Face Panel Ultra Memory Power Backup Built-In Speakers ISO DIN Mounting ISO Wiring harness

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.93 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT

OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT OPERATION MANUAL MM1C25 DIGITAL AUDIO PLAYER AM/FM STEREO USB BLUETOOTH CAPABLE HEADPHONE OUTPUT CONTENTS CONTENTS. 1 CONTROL PANEL ILLUSTRATION 2 WIRE DIAGRAM 3 INSTALLATION.. 4 BASIC OPERATION... 5 RADIO

More information

MODEL: AVR-E300 INTEGRATED NETWORK AV RECEIVER

MODEL: AVR-E300 INTEGRATED NETWORK AV RECEIVER MODEL: AVR-E300 Model Information Index Front Panel Rear Panel Model Information INTEGRATED NETWORK AV RECEIVER Remote Control Warranty Reset Procedure Accessories Protection History Display Mode Upgrades/Updates

More information

Multi Channel AV Receiver

Multi Channel AV Receiver 4-129-783-42(1) Multi Channel AV Receiver Operating Instructions STR-DH700 2009 Sony Corporation WARNG To reduce the risk of fire or electric shock, do not expose this apparatus to rain or moisture. To

More information

Home Theatre System HT-SS500. Operating Instructions Sony Corporation (3)

Home Theatre System HT-SS500. Operating Instructions Sony Corporation (3) 2-682-472-11 (3) Home Theatre System Operating Instructions HT-SS500 2006 Sony Corporation WARNING To reduce the risk of fire or electric shock, do not expose this apparatus to rain or moisture. To prevent

More information

CMLUX-42S. 4 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-42S

CMLUX-42S. 4 by 2 HDMI V1.3 Matrix. Operation Manual CMLUX-42S CMLUX-42S 4 by 2 HDMI V.3 Matrix Operation Manual CMLUX-42S Revision History Version No. Date Summary of Change V 20080 Preliminary Release V2 20090407 HDMI Cable distance& Remote Control distance. Precaution

More information