Marantz-IS201-rs232-sm 维修电路原理图.pdf

上传人:cc518 文档编号:147715 上传时间:2022-07-06 格式:PDF 页数:11 大小:657.08KB
下载 相关 举报
Marantz-IS201-rs232-sm 维修电路原理图.pdf_第1页
第1页 / 共11页
Marantz-IS201-rs232-sm 维修电路原理图.pdf_第2页
第2页 / 共11页
Marantz-IS201-rs232-sm 维修电路原理图.pdf_第3页
第3页 / 共11页
亲,该文档总共11页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《Marantz-IS201-rs232-sm 维修电路原理图.pdf》由会员分享,可在线阅读,更多相关《Marantz-IS201-rs232-sm 维修电路原理图.pdf(11页珍藏版)》请在收音机爱好者资料库上搜索。

1、 RS-232C Control Specification : Rev 00 Marantz America, Inc. 2006 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. IS201 RS-232C Control Specification Category : Accessory

2、Document Version : 1.0 Author(s) : Marantz America, Inc. Date : 2006/08/30 Number of Page : 11 RadioFans.CN 收音机爱 好者资料库IS201 RS-232C Control Specification Page: 2 / 11 Document Version 1.0 Company Restricted Table of Contents 1. Introduction.3 1-1. Purpose.3 1-2. Scope.3 1-3. Abbreviations .3 2. Glob

3、al Description.3 2-1. Overview.3 2-2. Block Diagram.3 2-3. Interface connection specification of the product.3 2-4. Assumptions and Dependencies.3 3. Detailed Description.4 3-1. Connection format.4 3-1-1. Physical connection.4 3-1-1-1. Data transmission sequence from Host to Slave.4 3-1-1-2. Data tr

4、ansmission sequence from Slave to Host.4 3-2. Transmission data format.5 3-2-1. Transmission data format from Host to Slave.5 3-2-1-1. Form1: Command.5 3-2-1-2. Form2: Status request.5 3-2-2. Transmission data format from Slave to Host.5 3-2-2-1. Form1: ACK/NAK.5 3-2-2-2. Form2: Status answer and Au

5、to status feedback.5 3-3. The transaction sequences and the regulations.6 3-3-1. The transaction sequences.6 3-3-2. The transaction regulations.6 3-3-3. Specification of Auto status feedback.6 3-3-4. Example of the transactions.6 3-3-5. Examples of the handshaking flowchart.7 3-3-5-1. Example of suc

6、cessful handshaking.7 3-3-5-2. Examples of handshaking error.7 4. Recommendations of Command, Status and Layer definition.8 5. Commands.9 6. Revision history.11 RadioFans.CN 收音机爱 好者资料库IS201 RS-232C Control Specification Page: 3 / 11 Document Version 1.0 Company Restricted 1. Introduction 1-1. Purpos

7、e This document was written as a reference specification of products that are controled by the host controller. 1-2. Scope This document would be using by software or hardware engineers for production of the product. 1-3. Abbreviations Abbreviation Description 2. Global Description 2-1. Overview A H

8、ost controller can control or watch out the product as a Slave very easily via the communication cable. 2-2. Block Diagram * The product connector is using D-SUB 9pin male. * RS232C cable must use D-SUB 9pin female to connect the products. 2-3. Interface connection specification of the product uP In

9、terface Signal name Connection device D-Sub Pin Connecter - N.C. - 1 TxD (output) 2 UART RxD (input) RS232C Level shift driver 3 - N.C. - 4 - GND GND 5 - N.C. - 6 - N.C. - 7 - N.C. - 8 - N.C. - 9 RS232C D-SUB (9pin,Male) Stereo Mini Jack (3.5mm) 2-4. Assumptions and Dependencies HOST (Controller) SL

10、AVE (The product) RS232C cable (straight) Connector D-SUB (9pin, male) 53 2IS201 RS-232C Control Specification Page: 4 / 11 Document Version 1.0 Company Restricted 3. Detailed Description The interface specification between the product and a Host controller is described below. 3-1. Connection format

11、 3-1-1. Physical connection Host (Controller) Slave (the product) (Serial setting ) Baud Rate : 9600bps Data Bits : 8bit Parity : None Stop bit : 1bit Handshaking : None 3-1-1-1. Data transmission sequence from Host to Slave Host (Controller) Slave (The product) TxD RxD RxD TxD 1. Host starts a data

12、 transmission from TxD. 2. Host performs the data transmission of the number of required bytes, and ends a transmission. 3-1-1-2. 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 da

13、ta transmission of the number of required bytes, and ends a transmission. TxD RxD GND RxD TxD GND IS201 RS-232C Control Specification Page: 5 / 11 Document Version 1.0 Company Restricted 3-2. Transmission data format 3-2-1. Transmission data format from Host to Slave There are two kinds of transmiss

14、ion data form from Host shown below. 3-2-1-1. Form1: Command Command is a data that requests some status change. Start character : COMMAND : see “Command list” End character (CR) : 0Dh 3-2-1-2. Form2: Status request Status request is a data that requests a answer of some status. Start character : Re

15、quest status : see “Status request list” Request character : ? End character (CR) : 0Dh 3-2-2. Transmission data format from Slave to Host There are two kinds of transmission data form from Slave shown below. 3-2-2-1. Form1: ACK/NAK ACK is a reply data from Slave when Slave got an acceptable command

16、 data from Host. (ACK is sent to Host when Slave has no related status by the Command.) Start character : , ACK : 06h, End character (CR) : 0Dh NAK is a reply data from Slave when Slave got an incorrect Command data, Status request data or some other data from Host. Start character : , NAK : 15h, En

17、d character (CR) : 0Dh 3-2-2-2. Form2: Status answer and Auto status feedback Status answers are reply data when Slave got an acceptable Request status or Command data from Host. Auto status feedbacks are send to Host data when a Slaves status is changed. Start character : Answer character : see “St

18、atus list” End character (CR) : 0Dh AACK 06h CR 0Dh start ANAK 15h CR 0Dh start start command “xxx:”+”.” end 0Dh start request status “xxx:?”+”.” end 0Dh start status “xxx:”+”.” end 0Dh IS201 RS-232C Control Specification Page: 6 / 11 Document Version 1.0 Company Restricted 3-3. The transaction sequ

19、ences and the regulations 3-3-1. The transaction sequences The transactions have three kinds of sequence. *A transaction is a Command from Host then Slave will be an answer by Status answer, ACK or NAK. *A transaction is a Status request from Host then Slave will be an answer by Status answer or NAK

20、. *A transaction is Auto status feedback from Slave when a Slaves status changed. (If the auto status feedback is enabled.) 3-3-2. The transaction regulations The transactions have some kinds of regulation. * An answer (ACK, NAK or Status answer) transmittion by Slave has to finish within 500ms when

21、 got a Command or a Status request from Host. * Host must not transmit an another Command or Status request until it receives a answer by a previous Command or Status request or it passes a term of waitinng time from a finishing of previous transmission of a Command or a Status request . * Slave has

22、 to finish a transaction under 500ms when it sends Auto status feedback data. 3-3-3. 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 k

23、indly 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 al

24、l 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. 3-3-4. Example of the transactions TxD RxD RxD TxD Example of the transactions max. 0.5sec a transac

25、tion a transaction Command Status answer , ACK or NAK Status request Status answer max. 0.5sec IS201 RS-232C Control Specification Page: 7 / 11 Document Version 1.0 Company Restricted 3-3-5. Examples of the handshaking flowchart 3-3-5-1. Example of successful handshaking S LA V EH O S TC o m m anda

26、cce pta bleR e que sta cce pta bleC o m m andA C KS ta tusre qu estS ta tusan sw erR elate dS ta tus answ e rorA u to statu sfee db ackC h ang edso m e statu s! The product can reply ACK instead of related status, if the product can not send the related status immediatly. 3-3-5-2. Examples of handsh

27、aking error S L A V EH O S TC o m m a n din c o rre c tR e q u e s tin c o rre c tC o m m a n dN A KS ta tu sre q u e s tN A K IS201 RS-232C Control Specification Page: 8 / 11 Document Version 1.0 Company Restricted 4. Recommendations of Command, Status and Layer definition - All Commands, Statuses

28、and Layers will be defined other specific document. - MANDATORY The product MUST have Commands and the Statuses same as a remote controller buttons (IR controller) of the product. - All Commands are required working by discreate as ON/OFF commands. (It means that do not support TOGGLE command only.

29、) - All Commands and Statuses are defined same chharacter size except ACK/NAK on the product. ( Recommended character length : 36 characters ) - It permits attaching 0 x0A character to a reply characters from the product. In this case, must suppose that the object is followed altogether. - Recommend

30、 to supports numbers or values direct setting command, if it has variable numbers or values. IS201 RS-232C Control Specification Page: 9 / 11 Document Version 1.0 Company Restricted 5. Commands Display Mode Request Commands AST Layer Reply from IS201 (status) in OSD mode Notes LCD Mode OSD Mode PWR:

31、0 PWR:1 or PWR:2 TOGGLE (same as RC) Available Available PWR:1 1 PWR:1 OFF OFF Available Available PWR2 1 PWR:2 ON ON Available Available POWER PWR? PWR:1 or PWR:2 Status Request Available Available AMT:0 AMT:1 or AMT:2 TOGGLE (same as RC) Available Available AMT:1 1 AMT:1 OFF OFF Available Availabl

32、e AUDIO MUTE AMT2 1 AMT:2 ON ON Available Available PMD:1 1 PMD:1 orNAK STOP STOP Available Available PMD:2 1 PMD:2 orNAK PAUSE PAUSE Available Available PMD:3 1 PMD:3 orNAK PLAY PLAY Available Available PLAY MODE PMD:? PMD:1 or 2 or 3 Status Request Not available Available GOT:0 ACK NEXT Available

33、Available GO TO TRACK GOT:1 ACK PREV Available Available MENU MNU:0 ACK MENU or Return Available Available CUR:1 CUR:text data on cursor MAX 18 digits UP Available Available CURSOR CUR:2 CUR:text data on cursor MAX 18 digits DOWN Available Available ENTER ENT:0 ACK OK, enter Available Available RDM:

34、0 RDM:1 RDM:4 TOGGLE (same as RC) select shuffle play mode Available Available RDM:1 1 RDM:1 Shuffle OFF Shuffle OFF Not available Available RDM:2 1 RDM:2 Shuffle SONG Shuffle Songs Not available Available RDM:4 1 RDM:4 Shuffle ALBUM Shuffle Albums Not available Available RANDOM MODE RDM:? RDM:1 RDM

35、:4 Status Request Not available Available REP:0 REP:1 REP:4 TOGGLE (same as RC) select Repeat Play mode Available Available REP:1 1 REP:1 Repeat OFF Repeat OFF Not available Available REP:2 1 REP:2 Repeat TRACK Repeat Track Not available Available REP:4 1 REP:4 Repeat ALL Repeat All Not available Av

36、ailable REPEAT MODE REP:? REP:1 REP:4 Status Request Not available Available MOD:0 MOD:1 or MOD:2 TOGGLE (same as RC) Available Available MOD:1 MOD:1 OSD mode OSD mode Available Available MOD:2 MOD:2 LCD mode LCD mode Available Available DISPLAY MODE MOD:? MOD:1 or MOD:2 Status Request Available Ava

37、ilable IS201 RS-232C Control Specification Page: 10 / 11 Document Version 1.0 Company Restricted Display Mode Request Commands AST Layer Reply from IS201 (status) in OSD mode Notes LCD Mode OSD Mode PLL:1 ACK Play List UP Available Not available PLAY LIST PLL:2 ACK Play List DOWN Available Not avail

38、able ABL:1 ACK Album List UP Available Not available ALBUM LIST ABL:2 ACK Album List DOWN Available Not available SOS:0 SOS:0 Main menu Main MENU Not available Available SOS:1 SOS:1 Sort PLAY LIST SORT PLAY LIST Not available Available SOS:2 SOS:2 Sort ARTIST SORT ARTIST Not available Available SOS:

39、3 SOS:3 Sort ALBUM SORT ALBUM Not available Available SOS:5 SOS:5 Sort SONG(Track) SORT SONG(Track) Not available Available SOS:7 SOS:7 Sort AudioBook SORT AudioBook Not available Available SOS:8 SOS:8 Sort PODCAST SORT Podcast Not available Available SORT ORDER SOS:? SOS:0 SOS:8 Status back Status

40、Request Not available Available TRACK # IND:? 2 IND:xxxxxxxxxx Number of Playing Track Max digits are 10 digits Not available Available Database # NDB:? 2 NDB:xxxxxxxxx Number of database Max digits are 10 digits Not available Available SONG TITLE SON:? 2 SON:xxxx.X MAX Song Title 18 diigits Not sam

41、e as OSD limitation for text digit Not available Available ARTIST NAME ARN:? 2 ARN:xxxx.X MAX Artist Name 18 digits Not same as OSD limitation for text digit Not available Available ALBUM NAME ALN:? 2 ALN :xxxx.X MAX Alubum name 18 digits Not same as OSD limitation for text digit Not available Avail

42、able CD1: CD1:xxxx.X MAX text = 18 digits Text data of selected Menu title Not available Available CD2: CD2:xxxx.X MAX text = 18 digits Text data of selected list title Not available Available CD3: CD3:xxxx.X MAX 10 digits Number of selected contents Not available Available CD4: CD4:xxxx.X MAX 10 di

43、gits Number of data base contents Not available Available CONTENTS DATA CDR? CD1:xxxx.X CD2:xxxx.X CD3:xxxx.X CD4:xxxx.X If IS201 receives CDR?, send the data of CD1, CD2, CD3, CD4 Status Request Not available Available IS201 RS-232C Control Specification Page: 11 / 11 Document Version 1.0 Company R

44、estricted Display Mode Request Commands AST Layer Reply from IS201 (status) in OSD mode Notes LCD Mode OSD Mode AST:0 AST:0 0=Disable all status feedback Not available Available AST:1 AST:1 (same as commad define) 1=Enable only Layer 1 status feedback Not available Available AST:2 AST:2 2=Enable onl

45、y Layer 2 status feedback Not available Available AST:3 AST:3 3=Enable Layer 1 & 2 status feedback Not available Available AST (Auto Status Feedback) (Default value = 0) It means disable all. AST:F AST:F F=Enable all Layer status feedback Not available Available UHS: Under 1st Hand Shaking with iPod Available Available FHS: Finished 1st Hand Shaking with iPod Available Available Comunication status with iPod (Only IS201 send via RS232C ) NIP: No iPod Connect Available Available 6. Revision history Ver. Date Owner Change description 1.0 08/30/06 Marantz America, Inc. Issued Revision1.0

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 功放/音响/收扩 > Marantz

copyright@ 2008-2025 收音机爱好者资料库 版权所有
备案编号:鄂ICP备16009402-5号