JPH0771116B2 - Serial data receiver - Google Patents
Serial data receiverInfo
- Publication number
- JPH0771116B2 JPH0771116B2 JP11731088A JP11731088A JPH0771116B2 JP H0771116 B2 JPH0771116 B2 JP H0771116B2 JP 11731088 A JP11731088 A JP 11731088A JP 11731088 A JP11731088 A JP 11731088A JP H0771116 B2 JPH0771116 B2 JP H0771116B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- supplied
- comparison
- serial
- terminal
- 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.)
- Expired - Lifetime
Links
- 238000013500 data storage Methods 0.000 claims 1
- 230000002401 inhibitory effect Effects 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 6
- 238000000034 method Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 125000004122 cyclic group Chemical group 0.000 description 1
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 description 1
Landscapes
- Communication Control (AREA)
Description
【発明の詳細な説明】 産業上の利用分野 本発明はマイクロプロセッサに内蔵されるシリアルデー
タの受信装置に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a serial data receiver incorporated in a microprocessor.
従来の技術 従来からワンタッチのマイクロプロセッサなどにおいて
多用されているシリアルデータの通信装置は、シフトレ
ジスタとシフトカウンタ、さらにはバッファレジスタに
よって構成され、その典型的な例が特公昭60−58482号
公報に示されている。2. Description of the Related Art Conventionally, a serial data communication device, which has been widely used in one-touch microprocessors, is composed of a shift register, a shift counter, and a buffer register. It is shown.
近年、マイクロプロセッサの普及はめざましく多くの家
庭用電気機器に使用されるようになり、VTRなどにおい
ては1台あたり数個のマイクロプロセッサが使用されて
いることも珍しくない。数多くのマイクロプロセッサが
組み込まれた機器では、プロセッサ間の情報交換の手段
としてシリアル通信が多用される。情報の送信方法とし
ては、4ビットまたは8ビット単位のフレームを数ブロ
ック連続して送信するが、その先頭フレームには送信相
手となるプロセッサの識別データ、すなわち、データの
送り先を表わす識別データが含まれている。プロセッサ
間の相互通信量が増加して共通のシリアル通信線に間断
なく情報が行き来するようになると、各プロセッサはそ
の情報を正確に受け取るために、データの受信に多大の
労力を払わなければならなくなる。In recent years, the spread of microprocessors has been remarkably used in many household electric appliances, and it is not uncommon for a VTR or the like to use several microprocessors per unit. In devices incorporating many microprocessors, serial communication is often used as a means for exchanging information between processors. As a method of transmitting information, a 4-bit or 8-bit unit frame is continuously transmitted for several blocks, and the first frame thereof includes identification data of a processor as a transmission partner, that is, identification data indicating a destination of the data. Has been. As the amount of intercommunication between processors increases and information flows back and forth on a common serial communication line, each processor must make a great deal of effort to receive data in order to receive the information accurately. Disappear.
発明が解決しようとする課題 すなわち、各プロセッサはシリアルバッファにシリアル
データの1フレーム分の読み込みが完了するごとに、シ
リアル割り込み処理を開始し、シリアルバッファの内容
を解読して、それがそのプロセッサに対して送られた情
報であるか否かをそれぞれのシリアル割り込み処理ルー
チンの中で判断しなければならない。したがって、識別
データと、プロセッサ固有の比較データの照合を行なっ
た結果、その情報が他のプロセッサに対して送られたも
のであっても、少なくとも識別データを解読するまでの
処理は行なわなければならず、負担が大きかった。この
ため、シリアルデータの受信をソフトウェア主導にせず
に、識別データの認識をハードウェアで行なう方法が提
案されているが、その場合には、各プロセッサごとに識
別番号が異なるので、各プロセッサはハードウェア回路
にそれぞれの識別番号を持たなければならず、識別番号
の変更や共有識別番号の設定などに対しては柔軟性が失
われてしまうという問題点を有していた。That is, each processor starts a serial interrupt process and decodes the contents of the serial buffer every time one frame of serial data is read into the serial buffer, and the processor decodes the contents of the serial buffer. It must be judged in each serial interrupt processing routine whether or not the information is sent to the corresponding device. Therefore, as a result of collating the identification data with the comparison data unique to the processor, even if the information is sent to another processor, at least the processing until the identification data is decoded must be performed. No, it was a heavy burden. For this reason, a method has been proposed in which the identification data is recognized by hardware without receiving the serial data reception by software, but in that case, since the identification number is different for each processor, each processor is The wear circuit must have each identification number, and there is a problem that flexibility is lost in changing the identification number and setting the shared identification number.
課題を解決するための手段 前記した課題を解決するために本発明のシリアルデータ
の受信装置では、シリアルデータ入力端子に供給される
データ列を並列変換して少なくとも1フレーム分を格納
するメモリ手段と、前記メモリ手段に格納されデータの
送り先を表わす識別データと、データバスを介して供給
され前記識別データと照合するための固有の比較データ
とを比較する比較手段と、前記比較手段による前記識別
データと前記比較データの一致出力をマイクロプロセッ
サの割り込み要求信号として出力し、前記マイクロプロ
セッサの割り込み処理ルーチンによって前記メモリ手段
に格納される以後の情報を取り込ませるための割り込み
信号出力手段を備えている。Means for Solving the Problems In order to solve the above-mentioned problems, in a serial data receiving device of the present invention, a memory means for parallel-converting a data string supplied to a serial data input terminal and storing at least one frame. Comparing means for comparing the identification data stored in the memory means and indicating the destination of the data with unique comparison data supplied via a data bus for collating with the identification data; and the identification data by the comparison means. And an interrupt signal output means for outputting the coincidence output of the comparison data as an interrupt request signal of the microprocessor and fetching the subsequent information stored in the memory means by the interrupt processing routine of the microprocessor.
作用 本発明では前記した構成によって、比較データの設定や
変更と、有効な情報の取り込みはソフトウェアで行な
い、識別データの確認はハードウェアが行なうことによ
り、ソフトウェアの負担が少なく、しかも汎用性に富ん
だ通信装置を実現することができる。Effect In the present invention, the configuration described above makes it possible to set or change comparison data and fetch valid information by software, and the identification data is confirmed by hardware, which reduces the load on software and is highly versatile. A communication device can be realized.
実施例 以下、本発明の実施例について図面を参照しながら説明
する。Examples Hereinafter, examples of the present invention will be described with reference to the drawings.
第1図は本発明の一実施例におけるシリアルデータの受
信装置の構成図を示したものであり、シリアルクロック
端子1を介して受信クロックが供給される4ビットの定
レベル循環型のシフトレジスタ100と、前記シフトレジ
スタ100の循環回数をカウントする2ビットのカウンタ2
00と、並列データがマイクロプロセッサのデータバス2
に送出され、前記シフトレジスタ100と前記カウンタ200
の出力によってデコードされたビット位置のデータが、
シリアル入力端子310から供給されるランダムアクセス
メモリ300と、データバス2から供給される比較データ
とランダムアクセスメモリ300に格納されたデータを比
較するディジタルコンパレータ400によって主要部が構
成されている。また、前記シフトレジスタ100の1つの
ビットと前記カウンタ200の出力はDフリップフロップ
3のD端子に供給され、前記Dフリップフロップ3の出
力信号が受信動作完了報知端子4に供給されるととも
に、ANDゲート5を介して前記ディジタルコンパレータ4
00の比較イネイブル端子401とANDゲート6に供給されて
いる。前記ディジタルコンパレータ400の比較出力信号
と前記ANDゲート6の出力信号はORゲート7を介してシ
リアル割り込み信号出力端子8に供給されている。さら
に、リセット端子9,クリア端子10はマイクロプロセッサ
のノンラッチ形式の出力ポートに接続されてソフトウェ
アによるリセット信号が供給され、割り込み禁止端子11
はマイクロプロセッサのラッチ形式の出力ポートに接続
されてソフトウェアによる割り込みコントロールに利用
される。また、シリアルデータ入力端子12に供給される
信号はシュミット形式のインバータ13とインバータ14を
介して前記ランダムアクセスメモリ300のシリアル入力
端子310に印加されるように構成されている。一方、前
記シリアルクロック端子1に供給されるクロック信号と
システムクロック入力端子15に供給されるクロック信号
からタイミング信号発生回路500によって作りだされる
タイミング信号が前記ランダムアクセスメモリ300のシ
リアルデータ読み取りクロック入力端子330に供給され
ている。なお、ランダムアクセスメモリ300の出力はバ
ススイッチャ600を介してデータバス2にも供給され、
前記バススイッチャ600に接続されるブロックセレクト
端子16にはランダムアクセスメモリ300の並列出力をデ
ータバスに読み込むためのセレクト信号が供給される。
なお、前記ANDゲート6の他方の入力端子には比較禁止
端子17を介してマイクロプロセッサからの比較ディスエ
イブル信号が供給される。また、前記ANDゲート6,前記O
Rゲート7,前記シリアル割り込み信号出力端子8はマイ
クロプロセッサに対する割り込み信号出力ブロック700
を形成している。FIG. 1 is a block diagram of a serial data receiving apparatus according to an embodiment of the present invention. A 4-bit constant level cyclic shift register 100 is supplied with a reception clock through a serial clock terminal 1. And a 2-bit counter 2 that counts the number of cycles of the shift register 100
00 and parallel data is the data bus 2 of the microprocessor
To the shift register 100 and the counter 200.
The data at the bit position decoded by the output of
The random access memory 300 supplied from the serial input terminal 310 and the digital comparator 400 for comparing the comparison data supplied from the data bus 2 with the data stored in the random access memory 300 constitute the main part. Also, one bit of the shift register 100 and the output of the counter 200 are supplied to the D terminal of the D flip-flop 3, the output signal of the D flip-flop 3 is supplied to the reception operation completion notification terminal 4, and AND The digital comparator 4 via the gate 5
The comparison enable terminal 401 of 00 and the AND gate 6 are supplied. The comparison output signal of the digital comparator 400 and the output signal of the AND gate 6 are supplied to the serial interrupt signal output terminal 8 via the OR gate 7. Further, the reset terminal 9 and the clear terminal 10 are connected to the non-latch type output port of the microprocessor to supply the reset signal by software, and the interrupt disable terminal 11
Is connected to the output port of the microprocessor latch type and is used for interrupt control by software. The signal supplied to the serial data input terminal 12 is configured to be applied to the serial input terminal 310 of the random access memory 300 via the Schmidt type inverter 13 and the inverter 14. Meanwhile, the timing signal generated by the timing signal generating circuit 500 from the clock signal supplied to the serial clock terminal 1 and the clock signal supplied to the system clock input terminal 15 is the serial data read clock input of the random access memory 300. It is supplied to the terminal 330. The output of the random access memory 300 is also supplied to the data bus 2 via the bus switcher 600,
A select signal for reading the parallel output of the random access memory 300 into the data bus is supplied to the block select terminal 16 connected to the bus switcher 600.
A comparison disable signal from the microprocessor is supplied to the other input terminal of the AND gate 6 via the comparison prohibiting terminal 17. Further, the AND gate 6, the O
The R gate 7 and the serial interrupt signal output terminal 8 are interrupt signal output blocks 700 for the microprocessor.
Is formed.
以上のように構成されたシリアルデータの受信装置につ
いて、第1図の構成図と第2図に示した主要部のタイミ
ングチャートをもとにその動作を説明する。The operation of the serial data receiving device configured as described above will be described with reference to the timing charts of the main parts shown in the configuration diagram of FIG. 1 and FIG.
まず、第2図Aはシリアルクロック端子1に供給される
クロック信号波形を示したものであり、第2図Bはリセ
ット端子9に供給されるリセット信号波形を示したもの
であり、第2図C,D,E,Fはいずれもシフトレジスタ100の
各ビットの出力信号波形を示したものであり、第2図G,
Hはいずれもカウンタ200の各ビットの出力信号波形を示
したものであり、第2図IはDフリップフロップ3の出
力信号波形を示したものであり、第2図Jはシリアルデ
ータ入力端子12に供給されるデータがランダムアクセス
メモリ300に読み込まれるタイミングを示したものであ
る。First, FIG. 2A shows a clock signal waveform supplied to the serial clock terminal 1, and FIG. 2B shows a reset signal waveform supplied to the reset terminal 9. C, D, E, and F all show the output signal waveform of each bit of the shift register 100.
H shows an output signal waveform of each bit of the counter 200, FIG. 2I shows an output signal waveform of the D flip-flop 3, and FIG. 2J shows a serial data input terminal 12 3 shows the timing at which data supplied to the random access memory 300 is read.
第1図に示した装置によってシリアルデータの受信を行
うには、あらかじめシフトレジスタ100の状態を〔000
1〕にするとともにカウンタ200およびDフリップフロッ
プ3をリセットしておく。シリアルクロック端子1に受
信用のクロック信号を供給すれば、そのリーディングエ
ッジ(前縁)が到来するごとにシフトレジスタ100の並
列出力値が第2図C〜Fに示すように、〔1000〕,〔01
00〕……〔0000〕と変化していき、その出力値の循環回
数をカウントするカウンタ200の出力状態も第2図G,Hに
示すように変化し、それに伴ってシリアルデータ入力端
子12からランダムアクセスメモリ300に書き込まれるデ
ータのビット位置も切り換えられていく。かくして、タ
イミング信号発生回路500からランダムアクセスメモリ3
00に供給されるタイミング信号がアクティブ状態になっ
たときに、選択されたビット位置に受信データが書き込
まれていく。このようにして、シフトレジスタ100の並
列出力値が〔0001〕になり、カウンタ200の第1ビット
の出力が“0"になると、Dフリップフロップ3のD端子
のレベルが“1"に移行し、第2図Iに示したようにシリ
アルクロック端子1に供給されるクロック信号のトレイ
リングエッジ(後縁)においてDフリップフロップ3の
出力レベルが“1"に移行する。In order to receive serial data by the device shown in FIG. 1, the state of the shift register 100 is set to [000
1] and the counter 200 and the D flip-flop 3 are reset. If a clock signal for reception is supplied to the serial clock terminal 1, the parallel output value of the shift register 100 is [1000], as shown in FIGS. 2C to 2F, each time its leading edge (leading edge) arrives. 〔01
00] ... [0000], and the output state of the counter 200 that counts the number of circulation of the output value also changes as shown in FIGS. 2G and 2H, and accordingly, from the serial data input terminal 12 The bit positions of the data written in the random access memory 300 are also switched. Thus, the timing signal generation circuit 500 is used to access the random access memory 3
When the timing signal supplied to 00 becomes active, the received data is written in the selected bit position. In this way, when the parallel output value of the shift register 100 becomes [0001] and the output of the first bit of the counter 200 becomes “0”, the level of the D terminal of the D flip-flop 3 shifts to “1”. As shown in FIG. 2I, the output level of the D flip-flop 3 shifts to "1" at the trailing edge (trailing edge) of the clock signal supplied to the serial clock terminal 1.
このとき、割り込み禁止端子11に印加されているレベル
が“0"であれば、比較イネイブル端子401のレベルが
“1"に移行する。ディジタルコンパレータ400におい
て、それまでにデータバス2を介して供給されている比
較データとランダムアクセスメモリ300に格納された受
信データとの比較が行なわれ、両者が一致したときには
ディジタルコンパレータ400の出力レベルが“1"に移行
し、第2図Kに示すようにシリアル割り込み信号出力端
子8の出力レベルも“1"に移行してマイクロプロセッサ
に割り込み要求信号が送出される。その結果、マイクロ
プロセッサは割り込み処理ルーチンを開始するので、こ
の割り込み処理ルーチンによってランダムアクセスメモ
リ300からデータバス2を介して以後の受信データを読
み取ればよい。一方、ディジタルコンパレータ400にお
ける比較の結果、両者が一致していなければ、シリアル
割り込み信号出力端子8の出力レベルは“0"のまま変化
せず、マイクロプロセッサに割り込み要求信号は送出さ
れない。At this time, if the level applied to the interrupt prohibition terminal 11 is “0”, the level of the comparison enable terminal 401 shifts to “1”. In the digital comparator 400, the comparison data that has been supplied through the data bus 2 and the reception data stored in the random access memory 300 are compared with each other, and when both match, the output level of the digital comparator 400 is changed. The signal shifts to "1", the output level of the serial interrupt signal output terminal 8 also shifts to "1" as shown in FIG. 2K, and the interrupt request signal is sent to the microprocessor. As a result, since the microprocessor starts the interrupt processing routine, it is only necessary to read subsequent received data from the random access memory 300 via the data bus 2 by this interrupt processing routine. On the other hand, as a result of the comparison in the digital comparator 400, if they do not match, the output level of the serial interrupt signal output terminal 8 remains "0" and the interrupt request signal is not sent to the microprocessor.
このようにして、第1図に示したシリアルデータの受信
装置ではディジタルコンパレータ400にあらかじめ格納
しておく比較データは、マイクロプロセッサに搭載され
たソフトウェアによって自由に設定することができ、受
信した識別データと比較データが一致したときにのみ、
割り込み処理によって以後の情報を取り込むように構成
されている。したがって、ソフトウェアの負担がかなり
軽減される。また、識別データとして各プロセッサに付
与された固有のデータと、そのプロセッサを含むプロセ
ッサグループに付与されたグループ共通のデータが存在
する場合にもディジタルコンパレータ400の比較データ
を格納しておくデータバッファを複数個用意しておき、
各データバッファの内容と受信データを各々比較するこ
とによって柔軟に対処できる。また、第1図の比較禁止
端子17のレベルを“1"にしておけば、ディジタルコンパ
レータ400における比較結果にかかわらず、1フレーム
分の受信が完了した時点でシリアル割り込み信号出力端
子8の出力レベルが“1"に移行する。In this way, in the serial data receiving apparatus shown in FIG. 1, the comparison data stored in advance in the digital comparator 400 can be freely set by the software installed in the microprocessor, and the received identification data And only when the comparison data matches
It is configured to capture subsequent information by interrupt processing. Therefore, the load on the software is considerably reduced. Further, a data buffer for storing the comparison data of the digital comparator 400 even when the unique data given to each processor as the identification data and the data common to the group given to the processor group including the processor exist. Prepare multiple pieces,
It is possible to deal flexibly by comparing the contents of each data buffer with the received data. Further, if the level of the comparison prohibition terminal 17 in FIG. 1 is set to "1", the output level of the serial interrupt signal output terminal 8 is set when the reception of one frame is completed regardless of the comparison result in the digital comparator 400. Shifts to “1”.
なお、第3図はランダムアクセスメモリ300の具体的な
構成例を示した回路結線図であり、単位メモリセルはイ
ンバータ301と3ステートインバータ302によって構成さ
れている。例えば第1図のシリアルデータ読み取りクロ
ック入力端子330のレベル(CK)が“1"であり、シフト
レジスタ100の並列出力とカウンタ200の出力信号が供給
されるANDゲート303のレベルもまた“1"であれば、3ス
テートインバータ304がアクティブ状態となってシリア
ルデータ入力端子12のデータ(SDA)が第3図のSI端子
を介してメモリセルに書き込まれる。Note that FIG. 3 is a circuit connection diagram showing a specific configuration example of the random access memory 300, and a unit memory cell is composed of an inverter 301 and a three-state inverter 302. For example, the level (CK) of the serial data read clock input terminal 330 in FIG. 1 is “1”, and the level of the AND gate 303 to which the parallel output of the shift register 100 and the output signal of the counter 200 are supplied is also “1”. If so, the 3-state inverter 304 becomes active, and the data (SDA) at the serial data input terminal 12 is written in the memory cell via the SI terminal in FIG.
ところで、第1図のタイミング信号発生回路500はシリ
アルデータ入力端子12からのデータをランダムアクセス
メモリ300に読み込ませるタイミングを設定するために
用いられているがその具体的な構成は本発明の本質とは
直接には関係がないので、第4図および第5図にそれぞ
れ具体的な構成例と入出力信号のタイミングチャートを
示すにとどめる。By the way, the timing signal generating circuit 500 of FIG. 1 is used to set the timing for reading the data from the serial data input terminal 12 into the random access memory 300, but its specific configuration is the essence of the present invention. Have no direct relation to each other, and therefore, only specific configuration examples and input / output signal timing charts are shown in FIGS. 4 and 5, respectively.
発明の効果 本発明のシリアルデータの受信装置は以上の説明からも
明らかなように、シリアルデータ入力端子12に供給され
るデータ列を並列変換して少なくとも1フレーム分を格
納するメモリ手段(ランダムアクセスメモリ300)と、
前記メモリ手段に格納されデータの送り先を表わす識別
データと、データバス2を介して供給され前記識別デー
タと照合するための固有の比較データとを比較する比較
手段(ディジタルコンパレータ400)と、前記比較手段
による前記識別データと前記比較データの一致出力をマ
イクロプロセッサの割り込み要求信号として出力し、前
記マイクロプロセッサの割り込み処理ルーチンによって
前記メモリ手段に格納される以後の情報を取り込ませる
ための割り込み信号出力手段(割り込み信号出力ブロッ
ク700)を備えているので、ソフトウェアに負担をかけ
ることがなく、しかも比較データの設定や変更が容易な
装置を実現でき、大なる効果を奏する。As is apparent from the above description, the serial data receiving apparatus of the present invention has memory means (random access) for parallel-converting the data string supplied to the serial data input terminal 12 and storing at least one frame. Memory 300),
Comparing means (digital comparator 400) for comparing the identification data stored in the memory means and indicating the destination of the data with the unique comparison data supplied via the data bus 2 for collating with the identification data; An interrupt signal output means for outputting the coincidence output of the identification data and the comparison data by the means as an interrupt request signal of the microprocessor, and fetching the subsequent information stored in the memory means by the interrupt processing routine of the microprocessor. Since the (interrupt signal output block 700) is provided, it is possible to realize a device that does not impose a burden on software and that allows easy setting and changing of comparison data, which is a great effect.
第1図は本発明の1実施例におけるシリアルデータの受
信装置の構成図、第2図は第1図の主要部のタイミング
チャート、第3図はランダムアクセスメモリの構成例を
示した回路結線図、第4図はタイミング信号発生回路の
構成例を示した回路結線図、第5図は第4図の入出力信
号のタイミングチャートである。 2……データバス、12……シリアルデータ入力端子、30
0……ランダムアクセスメモリ、400……ディジタルコン
パレータ、700……割り込み信号出力ブロック。FIG. 1 is a block diagram of a serial data receiving apparatus according to an embodiment of the present invention, FIG. 2 is a timing chart of the main part of FIG. 1, and FIG. 3 is a circuit connection diagram showing a configuration example of a random access memory. 4, FIG. 4 is a circuit connection diagram showing a configuration example of the timing signal generating circuit, and FIG. 5 is a timing chart of the input / output signals of FIG. 2 ... Data bus, 12 ... Serial data input terminal, 30
0: Random access memory, 400: Digital comparator, 700: Interrupt signal output block.
Claims (2)
タ列を並列変換して少なくとも1フレーム分を格納する
メモリ手段と、前記メモリ手段に格納されデータの送り
先を表わす識別データと、データバスを介して供給され
前記識別データと照合するための固有の比較データとを
比較する比較手段と、前記比較手段による前記識別デー
タと前記比較データの一致出力をマイクロプロセッサの
割り込み要求信号として出力し、前記マイクロプロセッ
サの割り込み処理ルーチンによって前記メモリ手段に格
納される以後の情報を取り込ませるための割り込み信号
出力手段を具備してなるシリアルデータの受信装置。1. A memory means for parallel-converting a data string supplied to a serial data input terminal to store at least one frame, identification data stored in the memory means and indicating a destination of the data, and a data bus. Comparing means for comparing the identification data and the unique comparison data supplied for collation, and a coincidence output of the identification data and the comparison data by the comparing means is output as an interrupt request signal of the microprocessor, A serial data receiving device comprising interrupt signal output means for fetching subsequent information stored in the memory means by an interrupt processing routine of a processor.
を禁止するディスエイブル信号が供給される比較禁止端
子と、割り込み信号出力端子と、前記ディスエイブル信
号が供給されたときにはメモリ手段に先頭フレームのデ
ータの格納が完了した時点で前記割り込み信号出力端子
をアクティブ状態にさせるゲート手段によって割り込み
信号出力手段を構成してなる請求項1記載のシリアルデ
ータの受信装置。2. A comparison inhibit terminal to which a disable signal for inhibiting comparison between the data of the first frame and the comparison data is supplied, an interrupt signal output terminal, and a memory means for storing the first frame of the first frame when the disable signal is supplied. 2. The serial data receiving apparatus according to claim 1, wherein the interrupt signal output means is constituted by a gate means that activates the interrupt signal output terminal when data storage is completed.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11731088A JPH0771116B2 (en) | 1988-05-13 | 1988-05-13 | Serial data receiver |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11731088A JPH0771116B2 (en) | 1988-05-13 | 1988-05-13 | Serial data receiver |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01288043A JPH01288043A (en) | 1989-11-20 |
| JPH0771116B2 true JPH0771116B2 (en) | 1995-07-31 |
Family
ID=14708583
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP11731088A Expired - Lifetime JPH0771116B2 (en) | 1988-05-13 | 1988-05-13 | Serial data receiver |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0771116B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5414721A (en) * | 1991-05-29 | 1995-05-09 | Sharp Kabushiki Kaisha | Serial data receiving device |
-
1988
- 1988-05-13 JP JP11731088A patent/JPH0771116B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPH01288043A (en) | 1989-11-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CA1189978A (en) | Interchangeable interface circuitry arrangements for use with a data processing system | |
| US6658493B1 (en) | Microcomputer exchanging data with host computer | |
| US4282572A (en) | Multiprocessor memory access system | |
| JP2572292B2 (en) | Asynchronous data transmission device | |
| US4271465A (en) | Information handling unit provided with a self-control type bus utilization unit | |
| US4733390A (en) | Data transmission system | |
| US4371926A (en) | Input/output information indication system | |
| US6778463B2 (en) | Memory access interface for a micro-controller system with address/data multiplexing bus | |
| US4999807A (en) | Data input circuit having latch circuit | |
| US6058439A (en) | Asynchronous first-in-first-out buffer circuit burst mode control | |
| GB2277425A (en) | A message communication system for transferring messages between a host processor and peripherals | |
| EP0564118B1 (en) | Serial data transfer apparatus | |
| GB2060961A (en) | Data processing system having memory modules with distributed address information | |
| JPH0771116B2 (en) | Serial data receiver | |
| US5481753A (en) | I/O device having identification register and data register where identification register indicates output from the data register to be an identifier or normal data | |
| KR920010977B1 (en) | Improved performance memory bus architecture | |
| EP0462622B1 (en) | Microprocessor capable of ensuring flexible recovery time for I/O device | |
| JP2575049B2 (en) | Serial data receiving device | |
| EP0442496A2 (en) | Memory access control device having bank access checking circuits smaller in number than the memory modules | |
| US5687341A (en) | Device for speeding up the reading of a memory by a processor | |
| KR950012069B1 (en) | External data inputting apparatus using serial telecommunication | |
| GB984190A (en) | Improvements in or relating to telegraphic transmission systems | |
| US5479165A (en) | Two-dimensional coding apparatus | |
| SU1667071A1 (en) | Call control device | |
| CA1323112C (en) | Data processing system with memory-access priority control |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070731 Year of fee payment: 12 |
|
| FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080731 Year of fee payment: 13 |
|
| EXPY | Cancellation because of completion of term | ||
| FPAY | Renewal fee payment (prs date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080731 Year of fee payment: 13 |