Marantz-ST7001-rs232c-cs 维修电路原理图.pdf

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

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

1、 ST7001 RS232C Control Specification: Rev.1.01 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. Marantz RS232C Control Specification for ST7001 Ca

2、tegory : Stereo Tuner Document Version : 1.01 Date : 2006/08/10 Number of Page : 14 RadioFans.CN 收音机爱 好者资料库RS232C Control Specification RS232C Control Specification Page: 2 / 14 Document Version 1.01 Company Restricted Table of Contents 1. Global Description.3 1-1. Overview.3 1-2. Block Diagram.3 1-

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

4、on data format.5 2-2-1. Transmission data format from Host to Slave.5 2-2-1-1. Form1: Command.5 2-2-1-2. Form2: Status request.5 2-2-2. Transmission data format from Slave to Host.5 2-2-2-1. Form1: ACK/NAK.5 2-2-2-2. Form2: Status answer and Auto status feedback.5 2-3. The transaction sequences and

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

6、rror.7 3. Recommendations of Command, Status and Layer definition.8 4. Definitions of Command, Status and Layer.9 4-1. Commands.9 4-1-1. Normal Command list.9 4-2. Status request and Status answer list.12 4-2-1. Normal Status request and Status (answer and feedback) list.12 4-2-2. Special Status req

7、uest and Status answer list.13 4-2-3. Layer of the statuses.14 5. Revision history.14 RadioFans.CN 收音机爱 好者资料库RS232C Control Specification RS232C Control Specification Page: 3 / 14 Document Version 1.01 Company Restricted 1. Global Description 1-1. Overview A Host controller can control or watch out

8、the product as a Slave very easily via the communication cable. 1-2. Block Diagram * The product has D-SUB 9pin male connector. * RS232C cable has to be the Straight type. 1-3. Interface connection specification of the product uP Interface Signal name Connection device D-Sub Pin Connecter - N.C. - 1

9、 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) 1-4. Assumptions and Dependencies HOST (Controller) SLAVE (The product) RS232C cable (straight) Connector D-SUB (9pin, male) RS232C Control Specifi

10、cation RS232C Control Specification Page: 4 / 14 Document Version 1.01 Company Restricted 2. Detailed Description The interface specification between the product and a Host controller is described below. 2-1. Connection format 2-1-1. Physical connection Host (Controller) Slave (the product) (Serial

11、setting ) Baud Rate : 9600bps Data Bits : 8bit Parity : None Stop bit : 1bit Handshaking : None 2-1-1-1. 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 numb

12、er of required bytes, and ends a transmission. 2-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 data transmission of the number of required bytes, and ends a transmission.

13、TxD RxD GND RxD TxD GND RS232C Control Specification RS232C Control Specification Page: 5 / 14 Document Version 1.01 Company Restricted 2-2. Transmission data format 2-2-1. Transmission data format from Host to Slave There are two kinds of transmission data form from Host shown below. 2-2-1-1. Form1

14、: Command Command is a data that requests some status change. Start character : COMMAND : see “Command list” End character (CR) : 0Dh 2-2-1-2. Form2: Status request Status request is a data that requests an answer of some status. Start character : Request status : see “Status request list” Request c

15、haracter : ? End character (CR) : 0Dh 2-2-2. Transmission data format from Slave to Host There are two kinds of transmission data form from Slave shown below. 2-2-2-1. 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 h

16、as 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, End character (CR) : 0Dh 2-2-2-2. Form2: Status answ

17、er 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 sent to Host data when a Slaves status is changed. Start character : Answer character : see “Status list” End character (CR) : 0Dh AACK 06h CR 0D

18、h start ANAK 15h CR 0Dh start Start Command “xxx:”+”.” End 0Dh Start Request status “xxx:?”+”.” End 0Dh Start Status “xxx:”+”.” End 0Dh RS232C Control Specification RS232C Control Specification Page: 6 / 14 Document Version 1.01 Company Restricted 2-3. The transaction sequences and the regulations 2

19、-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. *A transaction is Auto st

20、atus feedback from Slave when a Slaves status changed. (If the auto status feedback is enabled.) 2-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 got a Command or a Status

21、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 to finish a transaction un

22、der 500ms when it sends Auto status feedback data. 2-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 kindly status to Host. (The

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

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

25、Status answer, ACK or NAK Status request Status answer max. 0.5sec RS232C Control Specification RS232C Control Specification Page: 7 / 14 Document Version 1.01 Company Restricted 2-3-5. Examples of the handshaking flowchart 2-3-5-1. Example of successful handshaking S LA V EH O S TC o m m anda cce p

26、ta 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. 2-3-5-2. Examples of handshaking

27、 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 RS232C Control Specification RS232C Control Specification Page: 8 / 14 Document Version 1.01 Company Restricted 3. Recommendations of Command, Status and Layer definition - All C

28、ommands, Statuses 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 TOG

29、GLE command only. ) - 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 altog

30、ether. - Recommend to supports numbers or values direct setting command, if it has variable numbers or values. RS232C Control Specification RS232C Control Specification Page: 9 / 14 Document Version 1.01 Company Restricted 4. Definitions of Command, Status and Layer This section is told how to defin

31、e “Command”, “Status” and “Layer” of this product. 4-1. Commands This chapter will show the commands of this product. 4-1-1. Normal Command list Command Reply from Slave TOGGLE “PWR:0” OFF “PWR:1” POWER ON “PWR:2” “PWR:1” (OFF), “PWR:2” (ON) TOGGLE (work on same as RC) “BND:0” BAND 1 (FM) “BND:1” BA

32、ND 2 (AM) “BND:2” BAND 3 (DAB) “BND:3” BAND BAND 4 (XM) “BND:4” “BND:1”(FM), “BND:2”(AM), “BND:3”(DAB), “BND:4”(XM) VALUE “SLP:0 xxx” OFF “SLP:1” SLEEP ON (work on same as RC) “SLP:2” “SLP:xxx” xxx = 001 120 min xxx = 000(OFF) TOGGLE (work on same as RC) “DIM:0” DIMMER OFF “DIM:1” DIMMER 1 “DIM:2” D

33、IMMER DIMMER 2 “DIM:3” “DIM:1”, (DIMMER OFF) “DIM:2”, (DIMMER 1) “DIM:3”, (DIMMER 2) DISPLAY TOGGLE (work on same as RC) “DIP:0” “DIP:1” (Frequency), “DIP:2” (Reserved), “DIP:3” (RDS Station Name), “DIP:4” (RDS PS), “DIP:5” (RDS PTY), “DIP:6” (RDS CT), “DIP:7” (DAB DLS), “DIP:8” (DAB Ensemble Name),

34、 “DIP:9” (DAB PTY), “DIP:A” (DAB Ch. and Freq.), “DIP:B” (DAB Time and Date), “DIP:C” (DAB Bit Error), “DIP:D” (XM Default), “DIP:E” (XM Category), “DIP:F” (XM Sig. Sattus), RS232C Control Specification RS232C Control Specification Page: 10 / 14 Document Version 1.01 Company Restricted Command Reply

35、 from Slave VALUE “TFQ:0 xxxxx“ (xxxxx = freq.) UP (work on same as RC) “TFQ:1“ DOWN (work on same as RC) “TFQ:2“ Auto-UP “TFQ:3“ Frequency Auto-DOWN “TFQ:4“ “TFQ:xxxxx” (xxxxx = Frequency) if ( xxxxx 00512 ) band = XM; else if (xxxxx 02000) band=AM; else band=FM; (ex.“08750” = FM87.50MHz) VALUE “TP

36、R:0www” UP (work on same as RC) “TPR:1” DOWN (work on same as RC) “TPR:2” Preset “TPR:www” (www = current preset nr.) (www = 000 is no preset mode) (www = 001 200) 001 = A1, 009 = A9, 010= A10 011=B1,.100 =J10 101=K1,.200=T10(for XM) TOGGLE (work on same as RC) “TMD:0” OFF(MONO) “TMD:1” Tuner mode O

37、N(AUTO) “TMD:2” “TMD:0”( - ), “TMD:1” (MONO), “TMD:2” (AUTO) Command Reply from Slave Numeric Key 1 (work on same as RC) “NUM:1” ACK Numeric Key 2 (work on same as RC) “NUM:2” ACK Numeric Key 3 (work on same as RC) “NUM:3” ACK Numeric Key 4 (work on same as RC) “NUM:4” ACK Numeric Key 5 (work on sam

38、e as RC) “NUM:5” ACK Numeric Key 6 (work on same as RC) “NUM:6” ACK Numeric Key 7 (work on same as RC) “NUM:7” ACK Numeric Key 8 (work on same as RC) “NUM:8” ACK Numeric Key 9 (work on same as RC) “NUM:9” ACK Numeric Key 10 (work on same as RC) “MUN:A” ACK RS232C Control Specification RS232C Control

39、 Specification Page: 11 / 14 Document Version 1.01 Company Restricted Command Reply from Slave GROUP DOWN “MGP:1” GROUP UP “MGP:2” GROUP A “MGP:A” GROUP B “MGP:B” GROUP C “MGP:C” GROUP D “MGP:D” GROUP E “MGP:E” GROUP F “MGP:F” GROUP G “MGP:G” GROUP H “MGP:E” GROUP I “MGP:I” GROUP J “MGP:J” GROUP K “

40、MGP:K” (for XM Grp A) GROUP L “MGP:L” (for XM Grp B) GROUP M “MGP:M” (for XM Grp C) GROUP N “MGP:N” (for XM Grp D) GROUP O “MGP:O” (for XM Grp E) GROUP P “MGP:P” (for XM Grp F) GROUP Q “MGP:Q” (for XM Grp G) GROUP R “MGP:R” (for XM Grp H) GROUP S “MGP:S” (for XM Grp I) Memory Group GROUP T “MGP:T” (

41、for XM Grp J) “MGP:0”, (None) “MGP:A”, “MGP:B”, “MGP:C”, “MGP:D”, “MGP:E”, “MGP:F”, “MGP:G”, “MGP:H”, “MGP:I”, “MGP:J”, “MGP:K”, “MGP:L”, “MGP:M”, “MGP:N”, “MGP:O”, “MGP:P”, “MGP:Q”, “MGP:R”, “MGP:S”, “MGP:T” Command Reply from Slave TOGGLE “TIM:0 x” (x=prg.1,2 or 3) OFF “TIM:1x” (x=prg.1,2 or 3) TI

42、MER ON “TIM:2x” (x=prg.1,2 or 3) “TIM:abc” (prg1=a, 2=b, 3=c) see status answer Tuner Display 1 “TNO:1” Tuner Display 2 “TNO:2” Tuner No. Display Tuner Display 3 “TNO:3” “TNO:1” (TUNER1), “TNO:2”,(TUNER2) “TNO:3”(TUNER3) Command Reply from Slave VALUE “CAT:0 xx” CH. UP “CAT:1” CH. DOWN “CAT:2” CAT.

43、NEXT “CAT:3” XM Category Search CAT. PREV. “CAT:4” “CAT:yxx” y = 1(un search), 2(in search) xx = Category no, 0132(00=None) Specific Commands Command from Host Reply from Slave Auto status feedback (The product default is disabled all auto status feedback.) “AST:x” (x = 0 F) bit 3 : Layer 4 ( 1 = En

44、able, 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 (Default ivalue = 0) RS232C Control Specification RS232C Control Specification Page: 12 / 14 Document Version 1.01 Company Restri

45、cted 4-2. Status request and Status answer list 4-2-1. Normal Status request and Status (answer and feedback) list Status request Status answer and feedback OFF “PWR:1” POWER “PWR:?” ON “PWR:2” BAND 1 (FM) “BND:1” BAND 2 (AM) “BND:2” BAND 3 (DAB) “BND:3” BAND “BND:?” BAND 4 (XM) “BND:4” SLEEP “SLP:?

46、” “SLP:xxx” (xxx = 000 = OFF) (xxx = 001 120min) same as command reply (see Command list) DIMMER OFF “DIM:1” DIMMER LEVEL 1 “DIM:2” DIMMER “DIM:?” DIMMER LEVEL 2 “DIM:3” MODE 1 (Frequency) MODE 2 (Reserved) MODE 3 (Reserved) MODE 4 (RDS PS) MODE 5 (RDS PTY) MODE 6 (RDS CT) MODE 7 (DAB DLS) MODE 8 (D

47、AB Ensemble Name) MODE 9 (DAB PTY) MODE 10 (DAB Ch. and Freq.) MODE 11 (DAB Time and Date) MODE 12 (DAB Bit Error) MODE 13 (XM Default) MODE 14 (XM Category) DISPLAY “DIP:?” MODE 15 (XM Signal Status) “DIP:1”, “DIP:2”, “DIP:3”, “DIP:4”, “DIP:5”, “DIP:6”, “DIP:7”, “DIP:8”, “DIP:9”, “DIP:A”, “DIP:B”,

48、“DIP:C”, “DIP:D”, “DIP:E”, “DIP:F” Status request Status answer and feedback Tuner Frequency “TFQ:?” “TFQ:xxxxx” same as command reply(see Command list) Tuner Preset “TPR:?” “TPR:www” same as command reply(see Command list) OFF ( MONO) “TMD:1” Tuner mode “TMD:?” AUTO “TMD:2” Not TUNED “TUD:1” TUNED

49、Status “TUD:?” TUNED “TUD:2” Status request Status answer and feedback TIMER “TIM:?” TIMER OFF=1, TIMER ON=2 (prg.1=a, prg.2=b, prg. 3=c) “TIM:abc” (abc : OFF=1, ON=2) “TNO:1” (Tuner 1) “TNO:2” (Tuner 2) Tuner Number Display “TNO:?” (Do not indicate on FL display) “TNO:3” (Tuner 3) RS232C Control Sp

50、ecification RS232C Control Specification Page: 13 / 14 Document Version 1.01 Company Restricted Status request Status answer and feedback Group none “MGP:0” Group A “MGP:A” Group B “MGP:B” Group C “MGP:C” Group D “MGP:D” Group E “MGP:E” Group F “MGP:F” Group G “MGP:G” Group H “MGP:H” Group I “MGP:I”

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

当前位置:首页 > 卡座/开盘/组合/收录机 > Marantz

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