欢迎来到收音机爱好者资料库! | 帮助中心 忘不了收音机那份情怀!
收音机爱好者资料库
全部分类
  • 德国收音机>
  • 国产收音机>
  • 日本收音机>
  • 国外收音机>
  • 进口随身听>
  • 卡座/开盘/组合/收录机>
  • CD/VCD/DVD/MD/DAC>
  • DAT/LP唱机>
  • 功放/音响/收扩>
  • 老电视>
  • ImageVerifierCode 换一换

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

    • 资源ID:161146       资源大小:642.84KB        全文页数:14页
    • 资源格式: PDF        下载积分:18积分
    会员登录下载
    三方登录下载: QQ登录
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

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

    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 Category : 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. 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. Transmission 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 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 error.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 request 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 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 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 Specification 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 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 number 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. 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: 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 character : ? 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 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, End character (CR) : 0Dh 2-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 sent to Host data when a Slaves status is changed. Start character : Answer character : see “Status 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 RS232C Control Specification RS232C Control Specification Page: 6 / 14 Document Version 1.01 Company Restricted 2-3. The transaction sequences and the regulations 2-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 status 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 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 under 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 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. 2-3-4. Example of the transactions TxD RxD RxD TxD Example of the transactions max. 0.5sec a transaction a transaction Command 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 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. 2-3-5-2. Examples of handshaking 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 Commands, 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 TOGGLE 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 altogether. - 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 define “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” BAND 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” DIMMER 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), “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 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 “TPR: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 ON(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 same 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 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 “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” (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) TIMER 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. 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 = 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 (Default ivalue = 0) RS232C Control Specification RS232C Control Specification Page: 12 / 14 Document Version 1.01 Company Restricted 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:?” “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 (DAB 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”, “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 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 Specification 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-ST7001-rs232c-cs 维修电路原理图.pdf)为本站会员(cc518)主动上传,收音机爱好者资料库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知收音机爱好者资料库(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    ADZZ
    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

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

    收起
    展开