JPH04160548A - Data read control system - Google Patents

Data read control system

Info

Publication number
JPH04160548A
JPH04160548A JP28644790A JP28644790A JPH04160548A JP H04160548 A JPH04160548 A JP H04160548A JP 28644790 A JP28644790 A JP 28644790A JP 28644790 A JP28644790 A JP 28644790A JP H04160548 A JPH04160548 A JP H04160548A
Authority
JP
Japan
Prior art keywords
data
buffer
read
input
interrupt
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
Application number
JP28644790A
Other languages
Japanese (ja)
Other versions
JP2504617B2 (en
Inventor
Kazuhisa Shiragami
一久 白神
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
PFU Ltd
Original Assignee
PFU Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by PFU Ltd filed Critical PFU Ltd
Priority to JP28644790A priority Critical patent/JP2504617B2/en
Publication of JPH04160548A publication Critical patent/JPH04160548A/en
Application granted granted Critical
Publication of JP2504617B2 publication Critical patent/JP2504617B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the overhead by reading data stored in the buffer of an input controller into a data read part to read in data outputted from an input device at the time of output of a timer part. CONSTITUTION:Leading data is read in accordance with an interrupt request to read in succeeding data stored in a buffer 4 after the time required to store succeeding data outputted from an input device 2 into the buffer 4. Output data of the input device 2 is read in this manner. Consequently, one interrupt request is only accepted to read in data stored in the buffer 4. Thus, the overhead required for the read processing of output data of the input device 2 is reduced.

Description

【発明の詳細な説明】 〔概要〕 データ処理装置が、入力制御装置のバッファを介して入
力装置の出力するデータを読み込むときに実行するデー
タ読込制御方式に関し、入力装置の出力するデータを1
回の割込処理に従って読み込めるようにすることを目的
とし、データ処理装置が、入力制御装置から割り込み要
求があるときに、入力制御装置のバッファに格納される
先頭データを読み込むデータ読込部と、この読み込まれ
た先頭データの持つ表示値に従って、先頭データに続く
後続データのデータ長情報を解析するデータ解析部と、
データ解析部により起動されて、解析されたデータ長情
報に対応する時間経過後に出力値を出力するタイマ部と
を備え、データ読込部は、タイマ部が出力値を出力する
ときに、入力制御装置のバッファの格納データを読み込
んでいくことで、入力装置の出力するデータを読み込ん
でいくように構成する。
Detailed Description of the Invention [Summary] Regarding a data reading control method executed when a data processing device reads data output from an input device via a buffer of an input control device, the data output from the input device is
The data processing device includes a data reading section that reads the first data stored in the buffer of the input control device when an interrupt request is received from the input control device; a data analysis unit that analyzes data length information of subsequent data following the first data according to a display value of the read first data;
a timer section that is activated by the data analysis section and outputs an output value after a time period corresponding to the analyzed data length information has elapsed; By reading the data stored in the buffer, the data output from the input device is read.

〔産業上の利用分野〕[Industrial application field]

本発明は、データ処理装置が、入力制御装置のバッファ
を介して入力装置の出力するデータを読の込むときに実
行するデータ読込制御方式に関し、特に、入力装置の出
力するデータを1回の割込処理に従って読み込めるよう
にするデータ読込制御方式に関するものである。
The present invention relates to a data read control method executed when a data processing device reads data output from an input device via a buffer of an input control device, and in particular, the present invention relates to a data read control method executed when a data processing device reads data output from an input device through a buffer of an input control device, and in particular, the present invention relates to a data read control method executed when a data processing device reads data output from an input device via a buffer of an input control device. This relates to a data reading control method that allows data to be read according to the loading process.

データ処理装置は、キーボード”やマウス等の入力装置
の出力するデータを読み込むために、入力装置を接続す
る入力制御装置からの割込要求を受げ付けていくことに
なる。データ処理装置のデータ処理効率を劣化させてい
かないためにも、このときに実行されるごとになる割込
処理の処理回数を減らしていく必要があるのである。
In order to read data output from an input device such as a keyboard or mouse, the data processing device accepts interrupt requests from the input control device connected to the input device.Data processing device data In order to prevent processing efficiency from deteriorating, it is necessary to reduce the number of times interrupt processing is executed each time.

[従来の技術] 第4同に従って、従来技術について説明する。[Conventional technology] The prior art will be explained according to the fourth example.

ここで、図中、1はデータ処理装置、2aはキーボード
、2bはマウス、3は入力制御装置、4ば入力制御装置
3の備えるバッファ、5ば入力制御装置3の備える割込
要求部、6は通信回線、7はデータ線、8は割込要求信
号線、9は割込解除信号線である。
Here, in the figure, 1 is a data processing device, 2a is a keyboard, 2b is a mouse, 3 is an input control device, 4 is a buffer provided in the input control device 3, 5 is an interrupt request unit provided in the input control device 3, and 6 1 is a communication line, 7 is a data line, 8 is an interrupt request signal line, and 9 is an interrupt release signal line.

キーボード2aの出力するデータは3ハイ1〜、マウス
2bの出力するデータは5ハイドというように、キーボ
ード2aやマウス2b等の入力装置の出力するデータは
、それぞれの機1重に合わせた複数ハイドでもって構成
されていて、入力装置としてキーボード2aとマウス2
bとを備える場合には、途中でキーボード’2aのデー
タとマウス2bのデータとが混入しないようにするため
に、キーボード2a内で排他制御が行われることになる
The data output by input devices such as the keyboard 2a and the mouse 2b is divided into multiple highs according to each device, such as the data output by the keyboard 2a is 3 high 1~ and the data output by the mouse 2b is 5 high. It is configured with a keyboard 2a and a mouse 2 as input devices.
b, exclusive control is performed within the keyboard 2a in order to prevent data from the keyboard 2a from being mixed with data from the mouse 2b.

そして、バッファ4は、この入力装置の持つ最大の複数
ハイド分の容量を備えていて、FIFO形式に従って、
通信回線6からのデータをその到着順に書き込んでいく
とともに、その書込順に従って読み出していくよう処理
し、読み出したデータについては消失させて、その消失
さゼた領域には新しいデータを書き込んでいくよう処理
することになる。
The buffer 4 has the maximum capacity for multiple hides of this input device, and according to the FIFO format,
Data from the communication line 6 is written in the order in which it arrives, and read out in the order in which it was written.The data that has been read out is erased, and new data is written in the area where the data has been erased. It will be processed as follows.

キーボード2aは、1回のキー操作毎に、キーボード識
別コード、キーを押したか離したかのイ」加情報、キー
ボードデータ等のデータを発生ずる。
The keyboard 2a generates data such as a keyboard identification code, additional information on whether a key is pressed or released, and keyboard data for each key operation.

一方、マウス2bは、マウスの移動あるいはボタンの操
作毎に、マウス識別コート、マウスボタンの押下状態情
報、横方向移動量、縦方向移動量等のデータを発生する
。このようにして発生された入力装置のデータは、通信
回線6を介して、入力制御装置3に転送されてバッファ
4に格納されていくことになる。このとき、割込要求部
5は、割込要求信号線8を介して、データ処理装置1に
対して割込要求信号を送出し、この割込要求信号を受け
て、データ処理装置1は、データ線7を介して、バッフ
ァ4の格納データを1ハイド読メ出す。
On the other hand, the mouse 2b generates data such as a mouse identification code, mouse button press state information, horizontal movement amount, vertical movement amount, etc. each time the mouse is moved or a button is operated. The input device data generated in this way is transferred to the input control device 3 via the communication line 6 and stored in the buffer 4. At this time, the interrupt request unit 5 sends an interrupt request signal to the data processing device 1 via the interrupt request signal line 8, and upon receiving this interrupt request signal, the data processing device 1: The data stored in the buffer 4 is read out via the data line 7.

そして、データ処理装置1は、割込解除信号線9を介し
て、割込処理終了の割込確認信号を送出する。この割込
Tiv、認信号を受は取ると、割込要求部5は、バッフ
ァ4内にデータが残されでいるか否かを検査して、残さ
れている場合には、再び、割込要求信号線8を介して、
データ処理装置1に割込要求信号を送出していく処理を
実行する。
Then, the data processing device 1 sends an interrupt confirmation signal indicating the end of the interrupt processing via the interrupt cancellation signal line 9. Upon receiving the interrupt Tiv and acknowledgment signal, the interrupt request unit 5 checks whether or not there is any data left in the buffer 4, and if there is, the interrupt request unit 5 requests the interrupt again. Via the signal line 8,
A process of sending an interrupt request signal to the data processing device 1 is executed.

このようにして、従来では、入力制御装置3は1バイト
毎に割込要求信号を発生し、この割込要求信号を受むJ
て、データ処理装置1は、1ハイドずつバッファ4の格
納Y−夕を読め込んでいくように処理していたのである
In this way, conventionally, the input control device 3 generates an interrupt request signal for each byte, and receives this interrupt request signal.
Therefore, the data processing device 1 was processing by reading the data stored in the buffer 4 one by one.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかしながら、S二のような従来技術では、データ処理
装置1番4、】ハイド毎ζこ割込処理を実行し2なけれ
ばならず、そのためのオーバーヘッドが大きくなるとい
う問題点があった。これから、従来技術によるならば、
データ処理装置1のデータ処理効率が劣化するという問
題点があったのである。
However, in the prior art such as S2, the interrupt processing must be executed every time the data processing device 1, 4, and 2 are used, which has the problem of increasing overhead. From now on, according to the conventional technology,
There was a problem in that the data processing efficiency of the data processing device 1 deteriorated.

本発明はかかる事情に鑑みてなされたものであって、デ
ータ処理装置が、入力制御装置のバッファを介して入力
装置の出力するデータを読み込むときに、1回の割込処
理に従って読み込めるようにする新たなデータ読込制御
方式の提供を目的とするものである。
The present invention has been made in view of the above circumstances, and is designed to allow a data processing device to read data output from an input device via a buffer of an input control device in accordance with one interrupt process. The purpose is to provide a new data reading control method.

〔課題を解決するための手段〕[Means to solve the problem]

第1図は本発明の原理構成図である。 FIG. 1 is a diagram showing the principle configuration of the present invention.

図中、第4図で説明したものと同しものについては同一
の記号で示しである。
In the figure, the same components as those explained in FIG. 4 are indicated by the same symbols.

2はデータ処理装置1に接続される複数種類の入力装置
である。10はデータ処理装置1の備えるデバイスドラ
イバであって、入力制御装置3との間のインタフェース
処理を実行するもの、20はデータ処理装置1の備える
データ処理部であって、デバイスドライバ10の読み込
んだ入力装置2の出力データを参照してデータ処理を実
行していくものである。
Reference numeral 2 indicates a plurality of types of input devices connected to the data processing device 1. 10 is a device driver included in the data processing device 1, which executes interface processing with the input control device 3; 20 is a data processing unit included in the data processing device 1, which performs interface processing with the input control device 3; Data processing is executed by referring to the output data of the input device 2.

デバイスドライバ10は、割込要求部5の割込要求信号
を受はイ」けるとともに、受は付けた割込処理が終了す
るときに、割込要求部5に対して割込処理終了の割込確
認信号を送出する割込制御部11と、バッファ4の格納
データの読込処理を実行するデータ読込部12と、デー
タ読込部12により読み込まれた先頭データの持つ表示
値に従って、先頭データに続く後続データのデータ長情
報を解析するデータ解析部13と、データ解析部13に
より起動されて、データ解析部13により解析されたデ
ータ長情報に対応する時間経過後に出力値を出力するタ
イマ部14と、データ読込部12により読み込まれたデ
ータを格納するドライバ・バッファ15とを備える。
The device driver 10 accepts the interrupt request signal from the interrupt requesting section 5, and when the accepted interrupt processing is completed, the device driver 10 issues an interrupt request signal to the interrupt requesting section 5 to terminate the interrupt processing. an interrupt control unit 11 that sends out a read-in confirmation signal; a data reading unit 12 that executes reading processing of the data stored in the buffer 4; a data analysis section 13 that analyzes data length information of subsequent data; and a timer section 14 that is activated by the data analysis section 13 and outputs an output value after a period of time corresponding to the data length information analyzed by the data analysis section 13 has elapsed. , and a driver buffer 15 that stores data read by the data reading section 12.

〔作用〕[Effect]

本発明では、割込制御部11は、割込要求部5からの割
込要求を受は取ると、データ読込部12に対して、バッ
ファ4の格納データの読込処理を指示する。この指示を
受は取ると、データ読込部12は、バッファ4から先頭
の1バイト分のデータを読み込んで、そのデータをドラ
イバ・バッファ15に格納するとともに、その先頭デー
タの持つ入力装置2の識別コードをデータ解析部13に
通知する。
In the present invention, upon receiving an interrupt request from the interrupt requesting section 5, the interrupt control section 11 instructs the data reading section 12 to read the data stored in the buffer 4. Upon receiving this instruction, the data reading unit 12 reads the first byte of data from the buffer 4, stores the data in the driver buffer 15, and identifies the input device 2 that the first data has. The code is notified to the data analysis unit 13.

この識別コードの通知を受は取ると、データ解析部13
は、その識別コードに従って、バッファ4に格納される
ことになる後続データのデータ長情報を特定することで
、後続データがバッファ4に格納されるのに要する時間
を特定して、タイマ部14に対して、その特定した時間
の81時処理に入ることを指示する。この指示を受けて
、タイマ部14は時間の計時処理に入り、後続データの
格納時間の経過を検出すると、データ読込部12に対し
て、バッファ4に格納されている残りの後続データの読
込処理を指示する。
Upon receiving the notification of this identification code, the data analysis unit 13
By specifying the data length information of the subsequent data to be stored in the buffer 4 according to the identification code, the timer section 14 specifies the time required for the subsequent data to be stored in the buffer 4. It instructs the user to enter the 81:00 process at the specified time. In response to this instruction, the timer section 14 enters time counting processing, and when it detects that the storage time of the subsequent data has elapsed, it instructs the data reading section 12 to perform processing for reading the remaining subsequent data stored in the buffer 4. instruct.

この指示を受けて、データ読込部12は、ハ。Upon receiving this instruction, the data reading unit 12 performs c.

ファ4に格納されている残りの後続データを読の込んで
ドライバ・バッファ15に格納し、この読込処理が終了
すると、割込制御部11に対してバッファ4の格納デー
タの読込処理終了を表示する。
The remaining subsequent data stored in the buffer 4 is read in and stored in the driver buffer 15, and when this reading process is completed, an indication is given to the interrupt control unit 11 that the process of reading the data stored in the buffer 4 is completed. do.

この表示を受けて、割込制御部11は、割込要求部5に
対して、割込処理終了の割込確認信号を送出して処理を
終了する。
Upon receiving this display, the interrupt control unit 11 sends an interrupt confirmation signal indicating the end of the interrupt processing to the interrupt requesting unit 5, and ends the processing.

このようにして、本発明では、割込要求に従って先頭デ
ータを読み込むと、入力装置2の出力する後続データが
バッファ4に格納される時間を待ってから、バッファ4
に格納される後続データを読め込んでいくことで、入力
装置2の出力データを読み込んでいくように構成するも
のであることから、1回の割込要求を受げ付&ノるだげ
でバッファ4に格納されるデータを読の込めるようにな
る。
In this way, in the present invention, when the first data is read in accordance with an interrupt request, the buffer 4 waits for the subsequent data output from the input device 2 to be stored in the buffer 4.
Since the configuration is such that the output data of the input device 2 is read by reading the subsequent data stored in the The data stored in the buffer 4 can now be read.

これから、入力装置2の出力データの読込処理に要する
オーハーヘソISを大きく削減できる。Lうになるので
ある。
From this, it is possible to greatly reduce the amount of IS required for reading the output data of the input device 2. L is going to turn out.

〔実施例] 以下、実施例に従って本発明の詳細な説明する。〔Example] Hereinafter, the present invention will be explained in detail according to examples.

第2図に、第1図で説明したデバイスドライバ10の実
行する処理のフローチャートを図示する。
FIG. 2 shows a flowchart of the processing executed by the device driver 10 described in FIG. 1.

次に、このフローチャートに従って、本発明の動作処理
について詳細に説明する。
Next, the operational processing of the present invention will be explained in detail according to this flowchart.

デバイスドライバ10は、ステップ1で示すように、入
力制御装置3からの割込要求を受は取ると、その割込要
求がデータの読込要求に係るものである場合には、ステ
ップ2に進んで、入力制御装置3の備えるバッファ4か
ら先頭の1ハイド分のデータを読み込んで、そのデータ
をドライバ・バッファ15に格納する。そして、続くス
テップ3で、その先頭データに付加されている識別コー
ドから、バッファ4に格納されることになる後続データ
の総バイト数情報を特定する。
As shown in step 1, when the device driver 10 receives an interrupt request from the input control device 3, if the interrupt request is related to a data read request, the device driver 10 proceeds to step 2. , reads the first one hide's worth of data from the buffer 4 provided in the input control device 3, and stores the data in the driver buffer 15. Then, in the following step 3, information on the total number of bytes of the subsequent data to be stored in the buffer 4 is specified from the identification code added to the leading data.

この先頭データに付加されている識別コードは、その先
頭データとそれに続く後続データが、キーボード2aに
係るデータであるとか、マウス2bに係るデータである
とかいうように、どの入力装置2に係るデータであるの
かを表すものである。
The identification code added to this first data indicates which input device 2 the first data and subsequent data are related to, such as data related to the keyboard 2a or data related to the mouse 2b. It expresses whether something exists.

これから、デバイスドライバ10は、第3図に示すよう
に、識別コードがキーボード’2aを示しているときに
は、残りの後続データの総ハイド数が2ハイドであると
か、マウス2bを示しているときには、残りの後続デー
タの総ハイド故が4ハイドであるとかいうように、識別
コードと後続データの総バイス数情報との対応関係を管
理しておいて、このステップ3で、この管理データを参
照して、読み込んだ先頭データにイ」加されている識別
コードから、バッファ4に格納されることになる後続デ
ータの総ハイド数を特定するのである。
From now on, as shown in FIG. 3, when the identification code indicates the keyboard '2a, the total number of hides of the remaining subsequent data is 2 hides, or when the identification code indicates the mouse 2b, The correspondence relationship between the identification code and the total number of devices in the subsequent data is managed, such as that the total number of hides in the remaining subsequent data is 4 hides, and this management data is referred to in step 3. The total number of hides of the subsequent data to be stored in the buffer 4 is determined from the identification code added to the read first data.

デバイスドライバ10は、後続データの総ハイI・数情
報を特定すると、次に、ステップ4で、この特定した総
ハイド数分の後続データが入力装置2からバッファ4に
格納されるのに要する時間を特定して、その特定した時
間の計時処理に入る。
Once the device driver 10 specifies the total high I/number information of the subsequent data, the device driver 10 then proceeds to step 4 to determine the time required for subsequent data corresponding to the specified total high number to be stored from the input device 2 to the buffer 4. is specified, and the process of measuring the specified time begins.

そして、続いて、ステップ5で、この後続データの格納
時間の経過を検出すると、続くステップ6で、入力制御
装置3のバッファ4に格納されている残りの後続データ
を読み込んで、ドライバ・バッファ15に格納する。そ
して、最後に、ステップ7で、入力制御装置3に対して
、割込処理終了の割込確認信号を送出して処理を終了す
る。
Then, in step 5, when the elapse of the storage time of the subsequent data is detected, in the subsequent step 6, the remaining subsequent data stored in the buffer 4 of the input control device 3 is read, and the remaining data stored in the driver buffer 15 is read. Store in. Finally, in step 7, an interrupt confirmation signal indicating the end of the interrupt processing is sent to the input control device 3, thereby terminating the processing.

このようにして、本発明では、割込要求に従って先頭デ
ータを読み込むと、入力装置2の出力する後続データが
バッファ4に格納される時間を待ってから、バッファ4
に格納される後続データを読み込んでいくことで、入力
装置2の出力データを読み込んでいくように構成するも
のである。
In this way, in the present invention, when the first data is read in accordance with an interrupt request, the buffer 4 waits for the subsequent data output from the input device 2 to be stored in the buffer 4.
The configuration is such that the output data of the input device 2 is read by reading subsequent data stored in the input device 2 .

〔発明の効果] 以上説明したように、本発明によれば、データ処理装置
は、入力制御装置から1回の割込要求を受は付けるだけ
で、入力装置の出力するデータを読み込めるようになる
。これから、入力装置の出力データの読込処理に要する
オーハーヘンドを大きく削減できるようになるのである
[Effects of the Invention] As explained above, according to the present invention, the data processing device can read data output from the input device by simply accepting and accepting one interrupt request from the input control device. . From now on, it will be possible to greatly reduce the overhand required for reading the output data of the input device.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の原理構成図、 第2図はデバイスドライバの実行するフローチャート、 第3図はデバイストライバの管理データの説明図、 第4図は従来技術の説明図である。 図中、1はデータ処理装置、2は入力装置、2aはキー
ボード、2bはマウス、3は入力制御装置、4はバッフ
ァ、5は割込要求部、6は通信回線、7はデータ線、8
は割込要求信号線、9は割込解除信号線、10はデバイ
ストライバ、11は割込制御部、12はデータ読込部、
13はデータ解析部、14はタイマ部、15はドライバ
・バッファ、20はデータ処理部である。
FIG. 1 is a diagram showing the principle configuration of the present invention, FIG. 2 is a flowchart executed by a device driver, FIG. 3 is an explanatory diagram of management data of a device driver, and FIG. 4 is an explanatory diagram of a conventional technique. In the figure, 1 is a data processing device, 2 is an input device, 2a is a keyboard, 2b is a mouse, 3 is an input control device, 4 is a buffer, 5 is an interrupt request unit, 6 is a communication line, 7 is a data line, 8
9 is an interrupt request signal line, 9 is an interrupt release signal line, 10 is a device driver, 11 is an interrupt control section, 12 is a data reading section,
13 is a data analysis section, 14 is a timer section, 15 is a driver buffer, and 20 is a data processing section.

Claims (1)

【特許請求の範囲】 データ処理装置と、複数種類の入力装置と、入力装置の
出力するデータを格納するバッファ(4)を備える入力
制御装置とから構成され、データ処理装置が、入力制御
装置からの割り込み要求に応じて、該バッファに格納さ
れるデータを読み込んでいく構成を採るデータ処理シス
テムにおいて、データ処理装置が、入力制御装置から割
り込み要求があるときに、上記バッファ(4)に格納さ
れる先頭データを読み込むデータ読込部(12)と、該
データ読込部(12)により読み込まれた先頭データの
持つ表示値に従って、該先頭データに続く後続データの
データ長情報を解析するデータ解析部(13)と、 該データ解析部(13)により起動されて、該データ解
析部(13)により解析されたデータ長情報に対応する
時間経過後に出力値を出力するタイマ部(14)とを備
え、 上記データ読込部(12)は、上記タイマ部(14)が
出力値を出力するときに、上記バッファ(4)の格納デ
ータを読み込んでいくことで、入力装置の出力するデー
タを読み込んでいくように処理することを、 特徴とするデータ読込制御方式。
[Scope of Claims] Consisting of a data processing device, a plurality of types of input devices, and an input control device including a buffer (4) for storing data output from the input device, the data processing device In a data processing system configured to read data stored in the buffer (4) in response to an interrupt request, the data processing device reads the data stored in the buffer (4) when there is an interrupt request from the input control device. a data reading section (12) that reads the first data read by the data reading section (12); and a data analysis section (12) that analyzes the data length information of the subsequent data following the first data according to the display value of the first data read by the data reading section (12). 13), and a timer section (14) that is activated by the data analysis section (13) and outputs an output value after a time corresponding to the data length information analyzed by the data analysis section (13), The data reading unit (12) reads data output from the input device by reading the data stored in the buffer (4) when the timer unit (14) outputs an output value. A data read control method characterized by processing.
JP28644790A 1990-10-24 1990-10-24 Data read control method Expired - Lifetime JP2504617B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28644790A JP2504617B2 (en) 1990-10-24 1990-10-24 Data read control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28644790A JP2504617B2 (en) 1990-10-24 1990-10-24 Data read control method

Publications (2)

Publication Number Publication Date
JPH04160548A true JPH04160548A (en) 1992-06-03
JP2504617B2 JP2504617B2 (en) 1996-06-05

Family

ID=17704506

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28644790A Expired - Lifetime JP2504617B2 (en) 1990-10-24 1990-10-24 Data read control method

Country Status (1)

Country Link
JP (1) JP2504617B2 (en)

Also Published As

Publication number Publication date
JP2504617B2 (en) 1996-06-05

Similar Documents

Publication Publication Date Title
JPH04160548A (en) Data read control system
JPH03144705A (en) Operation state monitor for programmable controller
JPS63132362A (en) Command operation control system
JPH0736806A (en) Dma system
JPH05298251A (en) Automatic information system for end state of background job
JPH03184150A (en) Information transfer device
JPH04139556A (en) Retry control system
JPH0432952A (en) Interruption controller
JPH0281141A (en) Trace control system
JPH06295247A (en) Real time processing realizing method
JPH0437930A (en) Image processor
JPS62217351A (en) Monitor control system for executing job of other system
JPH06266630A (en) Input/output controller with trace function
JPH02310732A (en) Interruption control system
JPH02281339A (en) Automatic evaluation system for data processor
JPH05189351A (en) Bus converter
JPH07170293A (en) Buffer management system in communication controller
JPH04205158A (en) Data transfer control system
JPS6220033A (en) Interruption control system
JPH06208528A (en) Extended storage controller
JPS59136854A (en) Monitor device for task transition
JP2004021505A (en) Communication controller and microcomputer
KR19990058631A (en) DM Controller
JPH02272955A (en) Interruption system for arbitrary received data
JPS62196755A (en) Data processing method