JPH05225079A - Serial synchronizing communication system - Google Patents
Serial synchronizing communication systemInfo
- Publication number
- JPH05225079A JPH05225079A JP4028099A JP2809992A JPH05225079A JP H05225079 A JPH05225079 A JP H05225079A JP 4028099 A JP4028099 A JP 4028099A JP 2809992 A JP2809992 A JP 2809992A JP H05225079 A JPH05225079 A JP H05225079A
- Authority
- JP
- Japan
- Prior art keywords
- signal
- serial
- communication system
- interface
- unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Landscapes
- Synchronisation In Digital Transmission Systems (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータとコンピ
ュータとの間や、コンピュータとその周辺装置との間に
おいてデータを伝送するときに用いられるシリアル同期
式通信方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a serial synchronous communication system used for transmitting data between computers and between computers and their peripheral devices.
【0002】[0002]
【従来の技術】コンピュータなどの情報処理機器におい
て外部と通信する方式には、シリアル調歩式(非同期
式)と、シリアル同期式とがある。2. Description of the Related Art In information processing equipment such as a computer, there are a serial asynchronous method and a serial synchronous method for communicating with the outside.
【0003】調歩式通信方式は、データ通信を行う際
に、送信側と受信側とでタイミングはとらずに、1文字
単位で同期をとるものである。すなわち、1文字分のデ
ータをスタートビットとストップビットとで挟み込んだ
状態で送信することにより同期をとるものである。パソ
コン通信のようにデータ量が比較的少なく伝送速度も低
速な対話型の通信には調歩式通信方式が採用されること
が多い。In the start-stop communication system, when data communication is performed, the transmission side and the reception side do not synchronize the timing, and the synchronization is performed in units of one character. That is, synchronization is achieved by transmitting one character of data with the start bit and the stop bit sandwiched therebetween. The start-stop communication method is often adopted for interactive communication, such as personal computer communication, which has a relatively small amount of data and a low transmission speed.
【0004】同期式通信方式は、データ通信を行う際
に、同期信号を用いて送信側と受信側とでタイミングを
一致させながら通信を行うものである。大容量のデータ
を高速で送信する場合には同期式通信方式が採用され
る。データ伝送の確度が高いからである。In the synchronous communication system, when data communication is performed, the transmitting side and the receiving side use the synchronization signal to make the timings coincide with each other. A synchronous communication system is used for transmitting a large amount of data at high speed. This is because the accuracy of data transmission is high.
【0005】外部とのインターフェイスにシリアル調歩
式通信方式を用いる情報処理機器においては、そのイン
ターフェイス部の動作が正常であるか異常であるかの診
断を行うのに、通常、送信信号ラインと受信信号ライン
とを短絡させ、自分で送信した信号を自分で受信し、送
信した内容と受信した内容とを比較し、一致しておれば
そのインターフェイス部の動作が正常であると判断す
る。In the information processing equipment which uses the serial start-and-stop communication system for the interface with the outside, normally, the transmission signal line and the reception signal are used to diagnose whether the operation of the interface part is normal or abnormal. The line is short-circuited, the signal transmitted by itself is received, the transmitted content is compared with the received content, and if they match, it is determined that the operation of the interface unit is normal.
【0006】一方、外部とのインターフェイスにシリア
ル同期式通信方式を用いる情報処理機器においては、そ
のインターフェイス部の動作の診断を行うのに、通常、
送信信号ラインと受信信号ラインとを短絡させるととも
に、外部より同期信号を入力し、この同期信号にタイミ
ングを合わせて信号を送信し、かつ、その自分で送信し
た信号をその同期信号にタイミングを合わせて自分で受
信し、送信した内容と受信した内容とを比較し、一致し
ておればそのインターフェイス部の動作が正常であると
判断する。すなわち、シリアル調歩式通信方式とは異な
り、同期信号によって送信信号と受信信号とのタイミン
グをとっている。On the other hand, in the information processing equipment which uses the serial synchronous communication system for the interface with the outside, it is usually necessary to diagnose the operation of the interface part.
The transmission signal line and the reception signal line are short-circuited, a synchronization signal is input from the outside, the signal is transmitted in synchronization with this synchronization signal, and the signal transmitted by itself is synchronized with the synchronization signal. Then, the contents received and transmitted are compared with the contents received, and if they match, it is determined that the operation of the interface unit is normal. That is, unlike the serial start-and-stop communication method, the timing of the transmission signal and the reception signal is set by the synchronization signal.
【0007】以下、シリアル調歩式通信方式とシリアル
同期式通信方式の具体例を説明する。まず、図3によっ
てシリアル調歩式通信方式を説明する。Specific examples of the serial start-stop communication method and the serial synchronous communication method will be described below. First, the serial start-stop communication method will be described with reference to FIG.
【0008】情報処理機器1は、制御部2と外部とのイ
ンターフェイス部3とを備えている。制御部2は、一般
的に、操作者に対する表示を行う表示部4と、操作者か
らの入力を行う入力部5と、制御を司るCPU6と、制
御の方法をプログラムとして格納しているROM7と、
制御中の一時的なデータを格納するRAM8とから構成
されている。インターフェイス部3は、制御部2で取り
扱われるパラレル信号と外部との信号授受に使用される
シリアル信号とを双方向的に変換する信号変換部(SI
O)9と、信号変換部9でシリアル信号に変換された送
信信号を外部に送信するドライバ10と、外部から送ら
れてくる信号を受信信号として受け取って信号変換部9
に渡すレシーバ11とから構成されている。ドライバ1
0から導出された送信信号ライン12とレシーバ11か
ら導出された受信信号ライン13とは折り返しコネクタ
14において短絡されるようになっている。The information processing device 1 is provided with a control unit 2 and an external interface unit 3. The control unit 2 generally includes a display unit 4 for displaying to the operator, an input unit 5 for inputting from the operator, a CPU 6 for controlling, and a ROM 7 storing a control method as a program. ,
A RAM 8 for storing temporary data under control. The interface unit 3 bidirectionally converts a parallel signal handled by the control unit 2 and a serial signal used for exchanging signals with the outside (SI).
O) 9, a driver 10 for transmitting the transmission signal converted into the serial signal by the signal conversion unit 9 to the outside, a signal transmitted from the outside as a reception signal, and the signal conversion unit 9
It is composed of a receiver 11 to be delivered to. Driver 1
The transmission signal line 12 derived from 0 and the reception signal line 13 derived from the receiver 11 are short-circuited at the folding connector 14.
【0009】シリアル調歩式通信方式の動作を説明する
と、操作者によって入力部5から入力された指示に基づ
いて、ROM7に格納されているプログラムに従ったC
PU6の制御により、任意のデータ列がパラレルに信号
変換部9に送出され、信号変換部9においてシリアル信
号に変換された後、ドライバ10を介して外部に送信さ
れる。この送信信号は折り返しコネクタ14において受
信信号となってレシーバ11に入力され、レシーバ11
から信号変換部9に戻される。その受信信号は信号変換
部9によってパラレルデータに逆変換され、CPU6に
よって読み込まれる。CPU6は、受信したデータと送
信したデータとを比較し、両者が一致すればインターフ
ェイス部3の動作に異常はないと判断し、逆に一致しな
ければインターフェイス部3の動作に異常があると判断
し、それぞれの結果を表示部4に表示して操作者に知ら
せる。The operation of the serial start-stop communication system will be described. C based on a program stored in the ROM 7 based on an instruction input from the input section 5 by the operator.
Under the control of the PU 6, an arbitrary data string is sent to the signal conversion unit 9 in parallel, converted into a serial signal in the signal conversion unit 9, and then transmitted to the outside via the driver 10. This transmission signal becomes a reception signal at the return connector 14 and is input to the receiver 11,
Is returned to the signal conversion unit 9. The received signal is inversely converted into parallel data by the signal converter 9 and read by the CPU 6. The CPU 6 compares the received data with the transmitted data, and if the two match, it determines that the operation of the interface unit 3 is not abnormal, and conversely determines that the operation of the interface unit 3 is abnormal. Then, each result is displayed on the display unit 4 to inform the operator.
【0010】次に、図4によってシリアル同期式通信方
式を説明する。Next, the serial synchronous communication system will be described with reference to FIG.
【0011】情報処理機器21は、制御部22と外部と
のインターフェイス部23とを備えている。制御部22
は、一般的に、操作者に対する表示を行う表示部24
と、操作者からの入力を行う入力部25と、制御を司る
CPU26と、制御の方法をプログラムとして格納して
いるROM27と、制御中の一時的なデータを格納する
RAM28とから構成されている。インターフェイス部
23は、制御部22で取り扱われるパラレル信号と外部
との信号授受に使用されるシリアル信号とを双方向的に
変換する信号変換部(SIO)29と、信号変換部29
でシリアル信号に変換された送信信号を外部に送信する
ドライバ30と、外部から送られてくる信号を受信信号
として受け取って信号変換部29に渡すレシーバ31と
から構成されている。ドライバ30から導出された送信
信号ライン32とレシーバ31から導出された受信信号
ライン33とは折り返しコネクタ34において短絡され
るようになっている。さらに、外部から入力する同期信
号を発生するための同期信号発信器35が設けられ、同
期信号ライン36を介して信号変換部29に対して同期
信号を供給するようになっている。The information processing device 21 includes a control unit 22 and an external interface unit 23. Control unit 22
Is generally a display unit 24 that provides a display to the operator.
An input unit 25 for inputting by an operator, a CPU 26 for controlling, a ROM 27 for storing a control method as a program, and a RAM 28 for storing temporary data during control. .. The interface unit 23 includes a signal conversion unit (SIO) 29 for bidirectionally converting a parallel signal handled by the control unit 22 and a serial signal used for exchanging signals with the outside, and a signal conversion unit 29.
It is composed of a driver 30 that transmits the transmission signal converted into a serial signal to the outside, and a receiver 31 that receives the signal transmitted from the outside as a reception signal and passes it to the signal conversion unit 29. The transmission signal line 32 derived from the driver 30 and the reception signal line 33 derived from the receiver 31 are short-circuited at the folding connector 34. Further, a sync signal transmitter 35 for generating a sync signal input from the outside is provided, and the sync signal is supplied to the signal conversion unit 29 via the sync signal line 36.
【0012】シリアル同期式通信方式の動作を説明する
と、操作者によって入力部25から入力された指示に基
づいて、ROM27に格納されているプログラムに従っ
たCPU26の制御により、任意のデータ列がパラレル
に信号変換部29に送出され、信号変換部29において
シリアル信号に変換された後、同期信号発信器35から
の同期信号に同期した状態でドライバ30を介して外部
に送信される。この送信信号は折り返しコネクタ34に
おいて受信信号となってレシーバ31に入力され、レシ
ーバ31から信号変換部29に戻される。その受信信号
は、同期信号発信器35からの同期信号に同期した状態
で信号変換部29によってパラレルデータに逆変換さ
れ、CPU26によって読み込まれる。CPU26は、
受信したデータと送信したデータとを比較し、両者が一
致すればインターフェイス部23の動作に異常はないと
判断し、逆に一致しなければインターフェイス部23の
動作に異常があると判断し、それぞれの結果を表示部2
4に表示して操作者に知らせる。The operation of the serial synchronous communication system will be described. Based on an instruction input from the input section 25 by the operator, the CPU 26 controls the program stored in the ROM 27 so that an arbitrary data string is parallelized. Is transmitted to the signal conversion unit 29, converted into a serial signal by the signal conversion unit 29, and then transmitted to the outside via the driver 30 in synchronization with the synchronization signal from the synchronization signal transmitter 35. This transmission signal becomes a reception signal at the return connector 34, is input to the receiver 31, and is returned from the receiver 31 to the signal conversion unit 29. The received signal is converted back into parallel data by the signal conversion unit 29 in a state of being synchronized with the synchronization signal from the synchronization signal transmitter 35, and read by the CPU 26. CPU 26
The received data and the transmitted data are compared with each other. If they match, it is determined that the operation of the interface unit 23 is not abnormal, and if they do not match, it is determined that the operation of the interface unit 23 is abnormal. Display the results of 2
Display on 4 to inform the operator.
【0013】[0013]
【発明が解決しようとする課題】図4で説明したよう
に、シリアル同期式通信方式のインターフェイス部23
の動作を診断するためには、送信信号ライン32と受信
信号ライン33とを短絡させるだけでなく、外部よりイ
ンターフェイス部23に同期信号を供給するための同期
信号発信器35を必要とする。この同期信号発信器35
は、電源、水晶発振子やトランジスタまたはICなど多
数の部品からなるもので、かなり高いコストを要するも
のである。このように、従来のシリアル同期式通信方式
は、図3のシリアル調歩式通信方式に比べて、インター
フェイス部の動作診断に要するコストが高くつくという
問題を有している。As described with reference to FIG. 4, the interface section 23 of the serial synchronous communication system is used.
In order to diagnose the operation of (3), not only the transmission signal line 32 and the reception signal line 33 are short-circuited, but also a synchronization signal transmitter 35 for supplying a synchronization signal from the outside to the interface unit 23 is required. This sync signal transmitter 35
Is composed of a large number of components such as a power supply, a crystal oscillator, a transistor, or an IC, and requires a considerably high cost. As described above, the conventional serial synchronous communication system has a problem that the cost required for the operation diagnosis of the interface unit is higher than that of the serial start-up communication system shown in FIG.
【0014】本発明は、このような事情に鑑みて創案さ
れたものであって、インターフェイス部の動作診断に要
するコストを低減することができるシリアル同期式通信
方式を提供することを目的とする。The present invention was devised in view of such circumstances, and an object thereof is to provide a serial synchronous communication system capable of reducing the cost required for operation diagnosis of the interface section.
【0015】[0015]
【課題を解決するための手段】本発明に係るシリアル同
期式通信方式は、制御部からのパラレル信号をインター
フェイス部の信号変換部においてシリアル信号に変換
し、そのシリアル信号を同期信号に同期させる状態でド
ライバを介して外部に送信するとともに、その送信信号
を折り返しコネクタにおいて折り返してレシーバで受信
し、その受信信号を前記信号変換部によって前記の同期
信号に同期させる状態でパラレル信号に逆変換して前記
制御部に送出し、その制御部において送信信号と受信信
号とを比較し一致するか否かを判断することで前記イン
ターフェイス部の動作を診断するように構成したシリア
ル同期式通信方式において、前記ドライバを介しての送
信と前記レシーバを介しての受信とのタイミングを合わ
せるための前記の同期信号を前記信号変換部に供給する
のに、他のシリアル調歩式通信方式のインターフェイス
部から周期が一定の送信信号を送信してこれを前記の同
期信号として供給するようにしたことを特徴とするもの
である。A serial synchronous communication system according to the present invention is a state in which a parallel signal from a control unit is converted into a serial signal in a signal conversion unit of an interface unit and the serial signal is synchronized with the synchronization signal. In addition to transmitting to the outside via the driver, the transmission signal is folded back at the connector and received by the receiver, and the reception signal is inversely converted into a parallel signal in a state of being synchronized with the synchronization signal by the signal conversion unit. In the serial synchronous communication system configured to diagnose the operation of the interface unit by sending the signal to the control unit, and comparing the transmission signal and the reception signal in the control unit to determine whether they match or not. The same as above for timing the transmission via the driver and the reception via the receiver. In order to supply a signal to the signal conversion unit, a transmission signal having a constant cycle is transmitted from an interface unit of another serial start-and-stop communication system and is supplied as the synchronization signal. It is a thing.
【0016】[0016]
【作用】インターフェイス部の動作診断を高精度に行う
ためには、送信信号を折り返して受信信号として受信す
るだけでなく、外部よりインターフェイス部に同期信号
を供給して送信信号の送信のタイミングと受信信号の受
信のタイミングとを合わせる必要がある。従来において
は、その同期信号を特別に設けた同期信号発信器によっ
て供給するようにしており、その同期信号発信器のため
に高精度診断が高コストについていたのであるが、本発
明の場合には、他のシリアル調歩式通信方式のインター
フェイス部から送信した周期が一定の送信信号を前記の
同期信号として本インターフェイス部に供給するように
したので、従来必要とした同期信号発信器を省略しなが
らも高精度な診断が可能となった。In order to perform the operation diagnosis of the interface section with high accuracy, not only the transmission signal is folded and received as a reception signal, but also a synchronization signal is externally supplied to the interface section to transmit and receive the transmission signal. It is necessary to match the timing of signal reception. In the past, the synchronization signal was supplied by a specially provided synchronization signal oscillator, and high precision diagnosis was performed at high cost because of the synchronization signal oscillator, but in the case of the present invention, Since the transmission signal having a constant cycle transmitted from the interface section of the other serial start / stop communication system is supplied to the interface section as the synchronization signal, the synchronization signal transmitter conventionally required is omitted. Highly accurate diagnosis is possible.
【0017】[0017]
【実施例】以下、本発明に係るシリアル同期式通信方式
の一実施例を図面に基づいて詳細に説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a serial synchronous communication system according to the present invention will be described below in detail with reference to the drawings.
【0018】図1は実施例に係るシリアル同期式通信方
式を適用したコンピュータなどの情報処理機器の電気的
構成を示すブロック線図である。FIG. 1 is a block diagram showing an electrical configuration of an information processing device such as a computer to which the serial synchronous communication system according to the embodiment is applied.
【0019】情報処理機器41は、制御部42と外部と
の第1および第2のインターフェイス部43a,43b
とを備えている。制御部42は、一般的に、操作者に対
する表示を行う表示部44と、操作者からの入力を行う
入力部45と、制御を司るCPU46と、制御の方法を
プログラムとして格納しているROM47と、制御中の
一時的なデータを格納するRAM48とから構成されて
いる。The information processing device 41 includes first and second interface units 43a and 43b between the control unit 42 and the outside.
It has and. In general, the control unit 42 includes a display unit 44 for displaying to the operator, an input unit 45 for inputting by the operator, a CPU 46 for controlling, and a ROM 47 storing a control method as a program. , A RAM 48 for storing temporary data under control.
【0020】第1のインターフェイス部43aは、制御
部42で取り扱われるパラレル信号と外部との信号授受
に使用されるシリアル信号とを双方向的に変換する第1
の信号変換部(SIO)49aと、この第1の信号変換
部49aでシリアル信号に変換された送信信号を外部に
送信する第1のドライバ50aと、外部から送られてく
る信号を受信信号として受け取って第1の信号変換部4
9aに渡す第1のレシーバ51aとから構成されてい
る。The first interface section 43a bidirectionally converts a parallel signal handled by the control section 42 and a serial signal used for exchanging signals with the outside.
Signal converter (SIO) 49a, a first driver 50a for transmitting the transmission signal converted into a serial signal by the first signal converter 49a to the outside, and a signal transmitted from the outside as a reception signal. Receiving and receiving the first signal converter 4
9a and the 1st receiver 51a which is passed.
【0021】同様に、第2のインターフェイス部43b
は、制御部42で取り扱われるパラレル信号と外部との
信号授受に使用されるシリアル信号とを双方向的に変換
する第2の信号変換部(SIO)49bと、この第2の
信号変換部49bでシリアル信号に変換された送信信号
を外部に送信する第2のドライバ50bと、外部から送
られてくる信号を受信信号として受け取って第2の信号
変換部49bに渡す第2のレシーバ51bとから構成さ
れている。Similarly, the second interface section 43b
Is a second signal conversion unit (SIO) 49b for bidirectionally converting a parallel signal handled by the control unit 42 and a serial signal used for exchanging signals with the outside, and the second signal conversion unit 49b. From the second driver 50b that transmits the transmission signal converted into the serial signal to the outside, and the second receiver 51b that receives the signal transmitted from the outside as the reception signal and passes it to the second signal conversion unit 49b. It is configured.
【0022】第1のドライバ50aから導出された第1
の送信信号ライン52aは、第1のレシーバ51aから
導出された第1の受信信号ライン53aに対して折り返
しコネクタ54において短絡されるように構成されてい
る。さらに、第2のドライバ50bから導出された第2
の送信信号ライン52bは、第1の信号変換部49aか
ら導出された同期信号ライン55aに対して折り返しコ
ネクタ54において短絡されるように構成されている。The first derived from the first driver 50a
The transmission signal line 52a is configured to be short-circuited at the folding connector 54 with respect to the first reception signal line 53a derived from the first receiver 51a. Further, the second driver 50b derived from the second driver 50b
The transmission signal line 52b is configured to be short-circuited at the folding connector 54 with respect to the synchronization signal line 55a derived from the first signal converter 49a.
【0023】上記のように、情報処理機器は複数のイン
ターフェイス部を備えていることが多く、シリアル同期
式通信方式の第1のインターフェイス部43aの動作を
診断するためには、第2のインターフェイス部43bの
第2のドライバ50bから周期が一定の送信信号を同期
信号として第1のインターフェイス部43aにおける第
1の信号変換部49aに供給すればよい。この場合、第
2のインターフェイス部43bはシリアル調歩式通信方
式でもよく、この第2のインターフェイス部43bは事
前に図3の方法で動作が正常であると確認されているも
のとする。As described above, the information processing equipment is often provided with a plurality of interface sections, and in order to diagnose the operation of the first interface section 43a of the serial synchronous communication system, the second interface section is used. The transmission signal having a constant cycle may be supplied from the second driver 50b of 43b to the first signal conversion section 49a of the first interface section 43a as a synchronization signal. In this case, the second interface unit 43b may be a serial start-stop communication system, and it is assumed that the operation of the second interface unit 43b has been confirmed to be normal by the method of FIG. 3 in advance.
【0024】そして、第1のインターフェイス部43a
の動作の診断に際して、第2のインターフェイス部43
bの第2の信号変換部49bは、第2のドライバ50b
に送信されるシリアル信号として、図2に示すように、
スタートビットSA (“0”)とストップビットS
B (“1”)との間に1文字分の送信データSC (“0
1010101”(ヘキサデシマル(16進数)表記で
“55H”))を挟み込んだシリアル信号を生成するこ
とにより、デューティ比が50パーセントの信号すなわ
ち同期信号を送出するようになっている。このことによ
り、従来例で必要とした同期信号発信器35を省略して
いる。Then, the first interface section 43a
When diagnosing the operation of the
The second signal conversion unit 49b of b is connected to the second driver 50b.
As a serial signal transmitted to, as shown in FIG.
Start bit S A (“0”) and stop bit S
One character of transmission data S C ("0" between B ("1") and
By generating a serial signal sandwiching 1010101 "(" 55H "in hexadecimal (hexadecimal) notation), a signal with a duty ratio of 50%, that is, a synchronizing signal is transmitted. The synchronization signal transmitter 35 required in the conventional example is omitted.
【0025】次に、以上のように構成された情報処理機
器41におけるシリアル同期式通信方式の動作を説明す
る。Next, the operation of the serial synchronous communication system in the information processing equipment 41 configured as described above will be described.
【0026】操作者によって入力部45から入力された
指示に基づいて、ROM47に格納されているプログラ
ムに従ったCPU46の制御により、第2のインターフ
ェイス部43bにおける第2の信号変換部49bは、図
2のように設定され、デューティ比50パーセントの送
信信号が生成され、これが同期信号として、折り返しコ
ネクタ54を介して第1のインターフェイス部43aの
第1の信号変換部49aに与えられる。The second signal conversion section 49b in the second interface section 43b is controlled by the control of the CPU 46 according to the program stored in the ROM 47 based on the instruction input from the input section 45 by the operator. 2, a transmission signal with a duty ratio of 50% is generated, and this is supplied as a synchronization signal to the first signal conversion unit 49a of the first interface unit 43a via the folding connector 54.
【0027】また、ROM47のプログラムに従ったC
PU46の制御により、任意のデータ列がパラレルに第
1の信号変換部49aに送出され、第1の信号変換部4
9aにおいてシリアル信号に変換された後、第2のイン
ターフェイス部43bからの同期信号に同期した状態で
第1のドライバ50aを介して外部に送信される。この
送信信号は折り返しコネクタ54において受信信号とな
って第1のレシーバ51aに入力され、第1のレシーバ
51aから第1の信号変換部49aに戻される。この受
信信号は、第2のインターフェイス部43bからの同期
信号に同期した状態で第1の信号変換部49aによって
パラレルデータに逆変換され、CPU46によって読み
込まれる。CPU46は、受信したデータと送信したデ
ータとを比較し、両者が一致すれば第1のインターフェ
イス部43aの動作に異常はないと判断し、逆に一致し
なければ第1のインターフェイス部43aの動作に異常
があると判断し、それぞれの結果を表示部44に表示し
て操作者に知らせる。C according to the program of the ROM 47
Under the control of the PU 46, an arbitrary data string is sent in parallel to the first signal conversion section 49a, and the first signal conversion section 4a
After being converted into a serial signal in 9a, it is transmitted to the outside via the first driver 50a in a state of being synchronized with the synchronization signal from the second interface unit 43b. This transmission signal becomes a reception signal at the return connector 54, is input to the first receiver 51a, and is returned from the first receiver 51a to the first signal conversion unit 49a. The received signal is inversely converted into parallel data by the first signal conversion unit 49a in a state of being synchronized with the synchronization signal from the second interface unit 43b, and read by the CPU 46. The CPU 46 compares the received data with the transmitted data, determines that there is no abnormality in the operation of the first interface unit 43a if they match, and conversely, if they do not match, the operation of the first interface unit 43a. Is determined to be abnormal, and the respective results are displayed on the display unit 44 to inform the operator.
【0028】図示はしていないが、第2のインターフェ
イス部43bがシリアル同期式通信方式をもサポートし
ているのであれば、第1のインターフェイス部43aと
第2のインターフェイス部43bとの役割を交代して、
第2のインターフェイス部43bの動作の診断を行う際
に、第1のインターフェイス部43aから第2のインタ
ーフェイス部43bの第2の信号変換部49bに同期信
号すなわちデューティ比50パーセントの送信信号を供
給すればよい。なお、一般的に、シリアル同期式通信方
式をサポートしているインターフェイス部であれば、シ
リアル調歩式通信方式もサポートしている。Although not shown, if the second interface section 43b also supports the serial synchronous communication system, the roles of the first interface section 43a and the second interface section 43b are switched. do it,
When diagnosing the operation of the second interface unit 43b, a synchronization signal, that is, a transmission signal having a duty ratio of 50% may be supplied from the first interface unit 43a to the second signal conversion unit 49b of the second interface unit 43b. Good. Generally, any interface unit that supports the serial synchronous communication system also supports the serial start-and-stop communication system.
【0029】上記の実施例は単一の情報処理機器41に
複数のインターフェイス部を備えていたが、単一のシリ
アル・インターフェイス部しか備えていない情報処理機
器にあっても、その生産工程などにおいては複数の機器
を同時に取り扱うことになるのが普通であるから、例え
ば、N台目の機器のシリアル・インターフェイス部の動
作診断において、(N−1)台目の機器のシリアル・イ
ンターフェイス部から送出されたデューティ比50パー
セントの送信信号を同期信号として利用するようにして
もよい。In the above embodiment, a single information processing device 41 is provided with a plurality of interface sections, but even an information processing apparatus having only a single serial interface section can be used in the production process or the like. Since it is common to handle a plurality of devices at the same time, for example, in the operation diagnosis of the serial interface unit of the Nth device, the serial interface unit of the (N-1) th device sends the data. The transmitted signal with the duty ratio of 50% may be used as the synchronization signal.
【0030】なお、同期信号としては、デューティ比5
0パーセントの信号に限定されるものではなく、周期が
一定のものであればよい。The duty ratio of the sync signal is 5
The signal is not limited to the signal of 0% and may have a constant cycle.
【0031】以上のようにして、本発明の方式を採用す
ることにより、従来必要とした同期信号発信器を省略し
てコストダウンを図りながらも、インターフェイス部の
診断を高精度に行うことができるようになった。As described above, by adopting the method of the present invention, it is possible to perform the diagnosis of the interface section with high accuracy while omitting the conventionally required synchronizing signal oscillator to reduce the cost. It became so.
【0032】[0032]
【発明の効果】以上のように、本発明によれば、インタ
ーフェイス部に与えるべき同期信号として、他のシリア
ル調歩式通信方式のインターフェイス部からの周期が一
定の送信信号を利用するように構成したので、従来必要
であった同期信号発信器を省略してコストダウンを図り
ながらも、インターフェイス部の診断を高精度に行うこ
とができるようになった。As described above, according to the present invention, as the synchronizing signal to be given to the interface section, the transmission signal having a constant cycle from the interface section of the other serial start / stop communication system is used. Therefore, it is possible to perform the diagnosis of the interface section with high accuracy while reducing the cost by omitting the synchronizing signal transmitter which is conventionally required.
【図1】本発明の一実施例に係るシリアル同期式通信方
式を適用した情報処理機器の電気的構成を示すブロック
線図である。FIG. 1 is a block diagram showing an electrical configuration of an information processing device to which a serial synchronous communication system according to an embodiment of the present invention is applied.
【図2】実施例において同期信号として生成されたシリ
アル調歩式通信方式の送信信号の波形図である。FIG. 2 is a waveform diagram of a transmission signal of the serial start-stop communication system generated as a synchronization signal in the example.
【図3】従来のシリアル調歩式通信方式を適用した情報
処理機器の電気的構成を示すブロック線図である。FIG. 3 is a block diagram showing an electrical configuration of an information processing device to which a conventional serial start / stop communication system is applied.
【図4】従来のシリアル同期式通信方式を適用した情報
処理機器の電気的構成を示すブロック線図である。FIG. 4 is a block diagram showing an electrical configuration of an information processing device to which a conventional serial synchronous communication system is applied.
41 情報処理機器 42 制御部 43a 第1のインターフェイス部 43b 第2のインターフェイス部 46 CPU 49a 第1の信号変換部 49b 第2の信号変換部 50a 第1のドライバ 50b 第2のドライバ 51a 第1のレシーバ 51b 第2のレシーバ 52a 第1の送信信号ライン 52b 第2の送信信号ライン 53a 第1の受信信号ライン 54 折り返しコネクタ 55a 同期信号ライン SA スタートビット SB ストップビット SC 1文字分の送信データ41 information processing equipment 42 control section 43a first interface section 43b second interface section 46 CPU 49a first signal conversion section 49b second signal conversion section 50a first driver 50b second driver 51a first receiver 51b Second receiver 52a First transmission signal line 52b Second transmission signal line 53a First reception signal line 54 Fold back connector 55a Synchronous signal line S A start bit S B stop bit S C 1 character transmission data
Claims (1)
ェイス部の信号変換部においてシリアル信号に変換し、
そのシリアル信号を同期信号に同期させる状態でドライ
バを介して外部に送信するとともに、その送信信号を折
り返しコネクタにおいて折り返してレシーバで受信し、
その受信信号を前記信号変換部によって前記の同期信号
に同期させる状態でパラレル信号に逆変換して前記制御
部に送出し、その制御部において送信信号と受信信号と
を比較し一致するか否かを判断することで前記インター
フェイス部の動作を診断するように構成したシリアル同
期式通信方式において、前記ドライバを介しての送信と
前記レシーバを介しての受信とのタイミングを合わせる
ための前記の同期信号を前記信号変換部に供給するの
に、他のシリアル調歩式通信方式のインターフェイス部
から周期が一定の送信信号を送信してこれを前記の同期
信号として供給するようにしたことを特徴とするシリア
ル同期式通信方式。1. A parallel signal from the control unit is converted into a serial signal in a signal conversion unit of the interface unit,
The serial signal is transmitted to the outside through the driver in a state of being synchronized with the synchronization signal, and the transmission signal is returned at the return connector and received by the receiver,
The received signal is inversely converted into a parallel signal in the state of being synchronized with the synchronous signal by the signal conversion unit and sent to the control unit, and the control unit compares the transmitted signal with the received signal and determines whether they match. In the serial synchronous communication system configured to diagnose the operation of the interface unit by determining the above, the synchronization signal for synchronizing the timing of the transmission via the driver and the reception via the receiver. In order to supply the signal to the signal conversion unit, a transmission signal having a constant cycle is transmitted from the interface unit of another serial start-and-stop communication method and is supplied as the synchronization signal. Synchronous communication method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4028099A JP2733569B2 (en) | 1992-02-14 | 1992-02-14 | Serial synchronous communication system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4028099A JP2733569B2 (en) | 1992-02-14 | 1992-02-14 | Serial synchronous communication system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH05225079A true JPH05225079A (en) | 1993-09-03 |
JP2733569B2 JP2733569B2 (en) | 1998-03-30 |
Family
ID=12239353
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4028099A Expired - Lifetime JP2733569B2 (en) | 1992-02-14 | 1992-02-14 | Serial synchronous communication system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2733569B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7450039B2 (en) | 2006-07-05 | 2008-11-11 | Silicon Library Inc. | Transmission device and electronic apparatus with self-diagnostic function, and self-diagnostic method for use therein |
US7460630B2 (en) | 2004-08-02 | 2008-12-02 | Fujitsu Limited | Device and method for synchronous data transmission using reference signal |
-
1992
- 1992-02-14 JP JP4028099A patent/JP2733569B2/en not_active Expired - Lifetime
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7460630B2 (en) | 2004-08-02 | 2008-12-02 | Fujitsu Limited | Device and method for synchronous data transmission using reference signal |
US7450039B2 (en) | 2006-07-05 | 2008-11-11 | Silicon Library Inc. | Transmission device and electronic apparatus with self-diagnostic function, and self-diagnostic method for use therein |
Also Published As
Publication number | Publication date |
---|---|
JP2733569B2 (en) | 1998-03-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2733569B2 (en) | Serial synchronous communication system | |
KR20110083409A (en) | Timing controller, apparatus for controlling synchronization using timing controller | |
JP2002152213A (en) | Communication system and device, method for controlling electronic devices through communication | |
JP3434615B2 (en) | Signal transmission system and transmission device | |
JPH1049109A (en) | Liquid crystal display device | |
JP2002164873A (en) | Digital audio device | |
JPH01188060A (en) | Automatic transmission speed setting system for stepping synchronous transmission | |
JP2006304011A (en) | Interface circuit | |
JPS626363A (en) | Data transfer controller | |
JP2602350B2 (en) | Communication device | |
JP2001127826A (en) | Synchronous serial communication controller | |
JPH08221046A (en) | Bi-directional crt interface circuit | |
JP2535616B2 (en) | Synchronous communication device | |
JPH08129440A (en) | Image forming device | |
KR0123720B1 (en) | Data printing method | |
JPS612085A (en) | Analog lsi tester | |
JPH01199255A (en) | Information processing system | |
KR20000074624A (en) | Plasma display device | |
JPH09293047A (en) | Data transfer device of microcomputer | |
JPH0758735A (en) | Serial transmission equipment | |
JPS61202588A (en) | Still picture transmitting device | |
JPH08272565A (en) | Device and method for inspecting controller of picture forming device | |
JPH02238740A (en) | Start-stop synchronization adaptor | |
JP2000250506A (en) | Method for return of display device from off mode | |
JPH0787106A (en) | Equipment and system for transferring data |