JP2803552B2 - Data receiving device - Google Patents

Data receiving device

Info

Publication number
JP2803552B2
JP2803552B2 JP6006152A JP615294A JP2803552B2 JP 2803552 B2 JP2803552 B2 JP 2803552B2 JP 6006152 A JP6006152 A JP 6006152A JP 615294 A JP615294 A JP 615294A JP 2803552 B2 JP2803552 B2 JP 2803552B2
Authority
JP
Japan
Prior art keywords
data
reception
receiving
interrupt
buffer
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
Application number
JP6006152A
Other languages
Japanese (ja)
Other versions
JPH07205497A (en
Inventor
行範 吉田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP6006152A priority Critical patent/JP2803552B2/en
Publication of JPH07205497A publication Critical patent/JPH07205497A/en
Application granted granted Critical
Publication of JP2803552B2 publication Critical patent/JP2803552B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、プリンタなどに用いら
れるデータ受信装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data receiving device used for a printer or the like.

【0002】[0002]

【従来の技術】一般に、プリンタなどに用いられている
データ受信装置においては、イメージや文字データ受信
処理とその他の制御処理とを非同期に動作させるため
に、受信処理を割り込みによって行い、受信データを受
信バッファに格納する。
2. Description of the Related Art Generally, in a data receiving apparatus used in a printer or the like, reception processing is performed by interruption in order to operate image and character data reception processing and other control processing asynchronously. Store in the receive buffer.

【0003】ところが、通常割り込み処理はレジスタの
退避、復帰などの時間がかかるために転送速度が上がら
ず、大量の印刷すべきイメージや文字データを受信する
場合に非常に時間がかかるという問題がある。
However, the normal interrupt processing has a problem that it takes a long time to save and restore registers, so that the transfer speed cannot be increased, and it takes a very long time to receive a large amount of images or character data to be printed. .

【0004】従来、この種の問題を解決するための手法
として、データ受信装置にダイレクト・メモリ・アクセ
ス回路(以下、DMA回路と呼ぶ)のようなハードウェ
アを付加したものと、例えば、特開昭63−29111
4号公報記載のようにソフトウェアで特殊な処理を行う
ものとがある。
Conventionally, as a method for solving this kind of problem, a data receiving apparatus in which hardware such as a direct memory access circuit (hereinafter, referred to as a DMA circuit) is added, for example, as disclosed in 63-29111
As described in Japanese Patent Application Laid-Open No. 4 (1999) -2004, there is a device that performs special processing by software.

【0005】DMA回路を用いたデータ受信装置は公知
の技術であり、広く用いられているため、詳細は述べな
い。
[0005] A data receiving apparatus using a DMA circuit is a known technique and is widely used, and thus will not be described in detail.

【0006】一方、特開昭63−291114号公報記
載のデータ受信方法は、CPUの割り込みルーチンでデ
ータ受信を行い、データの転送速度に合わせてこの割り
込みルーチン内で一度に多数のデータを受信することに
より、上記の問題を解決している。
On the other hand, in the data receiving method described in Japanese Patent Application Laid-Open No. 63-291114, data is received in an interrupt routine of a CPU, and a large number of data are received at one time in this interrupt routine in accordance with the data transfer speed. This solves the above problem.

【0007】[0007]

【発明が解決しようとする課題】しかし、上述した従来
のデータ受信装置では、次のような問題がある。
However, the above-mentioned conventional data receiving apparatus has the following problems.

【0008】DMA回路を付加したデータ受信装置で
は、ハードウェア回路のコストアップが生じる。
In a data receiving apparatus to which a DMA circuit is added, the cost of a hardware circuit increases.

【0009】一方、特開昭63−291114号公報記
載のデータ受信方法では、他の割り込み処理との関係で
データ受信割り込み処理を行う時間に制限が生じ、十分
な受信高速化が期待できない恐れがある。
On the other hand, in the data receiving method described in Japanese Patent Application Laid-Open No. 63-291114, the time for performing the data reception interrupt processing is limited due to other interrupt processing, and there is a possibility that sufficient reception speed cannot be expected. is there.

【0010】本発明は上記問題点にかんがみてなされた
もので、DMA回路などのハードウェアの付加なしに高
速化されたデータ受信装置を実現することを目的とす
る。
The present invention has been made in view of the above problems, and has as its object to realize a high-speed data receiving apparatus without adding hardware such as a DMA circuit.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、データ受信装置本体に内蔵されたCPU
と、外部端末装置からの送出データを受信するデータ受
信回路とを備えるデータ受信装置において、上記データ
受信回路が外部端末装置から上記送出データを受信した
ことを検出して上記CPUに割り込みを発生するデータ
受信検出手段と、上記割り込みを受けて上記データ受信
回路から上記送出データを取得し受信バッファに受信デ
ータとして格納する受信データ格納手段と、上記受信バ
ッファに格納された上記受信データを解析して上記デー
タ受信装置に対する有効なデータまたは制御コマンドを
取得する受信データ解析手段と、上記データまたは制御
コマンドによりデータ量が特定されたデータ列を処理す
るデータ列処理手段と、上記データ受信回路が上記外部
端末装置から上記データ列を受信したことを監視する受
信監視手段とを有する構成としてある。
In order to achieve the above object, the present invention provides a CPU built in a data receiving apparatus main body.
And a data receiving circuit for receiving data transmitted from the external terminal device, wherein the data receiving circuit detects the reception of the transmitted data from the external terminal device and generates an interrupt to the CPU. Data reception detection means, reception data storage means for receiving the interrupt, acquiring the transmission data from the data reception circuit and storing the transmission data in the reception buffer, and analyzing the reception data stored in the reception buffer. Receiving data analyzing means for acquiring valid data or control commands for the data receiving device; data string processing means for processing a data string whose data amount is specified by the data or control commands; and Reception monitoring means for monitoring reception of the data sequence from the terminal device. That it is constituted.

【0012】[0012]

【実施例】以下、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0013】図1は、本発明の一実施例に係るプリンタ
の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a printer according to one embodiment of the present invention.

【0014】プリンタ1は、図1に示すように、データ
受信回路3、割り込みコントローラ4、割り込み処理部
5、主処理部6およびイメージメモリ7を含む。
As shown in FIG. 1, the printer 1 includes a data receiving circuit 3, an interrupt controller 4, an interrupt processing unit 5, a main processing unit 6, and an image memory 7.

【0015】データ受信回路3は外部端末装置2からの
データの送出を検出し、割り込みコントローラ4に対し
て割り込み処理部5へ受信割り込み80を発生するよう
要求する。
The data receiving circuit 3 detects the transmission of data from the external terminal device 2 and requests the interrupt controller 4 to generate a reception interrupt 80 to the interrupt processing unit 5.

【0016】割り込み処理部5が受信割り込み80を受
け付けると、受信バッファ制御部51はデータ受信回路
3から受信データAを取得して、外部端末装置2に受信
完了信号81を送出するとともに、受信データAをリン
グ状の受信バッファ52に格納する。
When the interrupt processing unit 5 receives the reception interrupt 80, the reception buffer control unit 51 acquires the reception data A from the data reception circuit 3, sends a reception completion signal 81 to the external terminal device 2, and A is stored in the ring-shaped reception buffer 52.

【0017】受信データ解析部61は、受信バッファ5
2に格納済みの受信データA’を取得して解析し、これ
がプリンタに対して有効なデータまたは制御コマンドで
あると判断すれば、受信データA’に対応する処理を行
う。このとき、解析した受信データA’がデータ列B
(例えば文字データやイメージデータ)を伴う制御コマ
ンドであり、かつデータ列Bの量が制御コマンドから特
定できれば、割り込みコントローラ4に対して受信割り
込み80の発生禁止命令81を発行する機能と、データ
列処理部62に上記特定されたデータ列Bの処理要求命
令82を発行する機能と、データ列処理部62の終了を
待って割り込みコントローラ4に受信割り込み80の発
生許可命令83を発行する機能とを有する。本発明にお
いては割込みが禁止されたあと、データ列Bが引続きあ
れば受信バッファ52を経ることなく直接イメージメモ
リ7に取込まれるようにするものである。
The reception data analysis unit 61 includes a reception buffer 5
2 is obtained and analyzed, and if it is determined that this is valid data or a control command for the printer, processing corresponding to the received data A 'is performed. At this time, the analyzed received data A ′ is
If the control command is a control command accompanied by (for example, character data or image data) and the amount of the data string B can be specified from the control command, a function of issuing an instruction 81 to prohibit the reception interrupt 80 to the interrupt controller 4; The function of issuing the processing request command 82 for the specified data string B to the processing section 62 and the function of issuing the reception permission 80 generation enable command 83 to the interrupt controller 4 after the data string processing section 62 is completed. Have. In the present invention, if the data string B continues after the interruption is prohibited, the data string B is directly taken into the image memory 7 without passing through the reception buffer 52.

【0018】データ列処理部62は割込みが禁止された
あとデータ列Bのうち受信バッファ52に格納済みのデ
ータ列B’を取得し、適切な処理を施したのちイメージ
メモリ7に転送する。このとき、受信バッファ52から
量が特定されたデータ列Bのすべてを取得できなかった
場合には、受信監視部63に対して残りのデータ列
B’’の受信監視命令84を発行する機能と、データ列
B’’の処理終了後に受信監視部63に対して受信監視
解除命令85を発行する機能とを有する。
The data string processing section 62 acquires the data string B 'stored in the reception buffer 52 from the data string B after the interruption is inhibited, performs appropriate processing, and transfers the data string to the image memory 7. At this time, when all of the data strings B whose amount has been specified cannot be obtained from the reception buffer 52, a function of issuing a reception monitoring command 84 for the remaining data strings B ″ to the reception monitoring unit 63 is provided. , A function of issuing a reception monitoring cancellation command 85 to the reception monitoring unit 63 after the processing of the data string B ″ is completed.

【0019】受信監視部63はデータ列処理部62から
の受信監視命令84を受けてデータ受信回路3を監視
し、データ受信回路3が外部端末装置2から受信した残
りのデータ列B’’を取得してデータ列処理部62に引
き渡す機能を有する。引き渡された残りのデータB’’
はイメージメモリ7に転送される。
The reception monitoring unit 63 receives the reception monitoring command 84 from the data sequence processing unit 62 and monitors the data receiving circuit 3. The data receiving circuit 3 receives the remaining data sequence B ″ received from the external terminal device 2. It has a function of acquiring and delivering the acquired data to the data string processing unit 62. The remaining delivered data B ''
Is transferred to the image memory 7.

【0020】次に、本実施例のプリンタにおけるデータ
受信装置の動作について図1、図2および図3を参照し
て説明する。通常の受信動作では、データ受信回路3が
外部端末装置2から受信データAを受信すると、割り込
みコントローラ4から受信割り込み80が発生する。
Next, the operation of the data receiving apparatus in the printer according to the present embodiment will be described with reference to FIGS. 1, 2 and 3. In a normal reception operation, when the data reception circuit 3 receives the reception data A from the external terminal device 2, a reception interrupt 80 is generated from the interrupt controller 4.

【0021】割り込み処理部5が受信割り込み80を受
け付けるとステップ100に移る。
When the interrupt processing section 5 receives the reception interrupt 80, the process proceeds to step 100.

【0022】ステップ100の受信量チェックでは受信
バッファ52の空き容量を検査し、空き容量があればス
テップ101に移り、そうでなければ処理を終了する。
In the reception amount check in step 100, the free space of the reception buffer 52 is checked, and if there is free space, the process proceeds to step 101; otherwise, the process ends.

【0023】ステップ101の受信データ格納では、受
信バッファ52の書き込みポインタが指し示すアドレス
に受信データAを書き込み、ステップ102に移る。
In storing the received data in step 101, the received data A is written to the address of the receive buffer 52 indicated by the write pointer, and the process proceeds to step 102.

【0024】ステップ102の書き込みポインタ更新で
は、現在の書き込みポインタを1増やした値を受信バッ
ファ52のサイズで除算し、その余りを書き込みポイン
タに入れて処理を終了する。
In the update of the write pointer in step 102, the value obtained by incrementing the current write pointer by 1 is divided by the size of the reception buffer 52, and the remainder is entered in the write pointer, thus ending the processing.

【0025】次に図3でステップ200の受信バッファ
チェックでは、受信バッファ52にデータが格納されて
いるかを検査し、受信バッファ52に格納済みの受信デ
ータA’があればステップ201に移る。
Next, in FIG. 3, in the reception buffer check in step 200, it is checked whether or not data is stored in the reception buffer 52. If there is received data A 'already stored in the reception buffer 52, the process proceeds to step 201.

【0026】ステップ201の受信データ解析処理では
受信データA’を解析し、受信データA’の後にデータ
量が特定できるデータ列Bを伴うと判断すればステップ
202に移り、そうでなければ受信データA’に対応し
た処理を施したのち処理を終了する。
In the received data analysis process in step 201, the received data A 'is analyzed. If it is determined that the data sequence B is followed by the data sequence B whose data amount can be specified, the process proceeds to step 202; After performing the process corresponding to A ′, the process ends.

【0027】ステップ202の割り込み禁止処理では、
割り込みコントローラ4に対して受信割り込み80の発
生禁止命令81を発行し、割り込み処理部5の動作を禁
止したのちステップ203に移る。
In the interrupt prohibition processing of step 202,
An interrupt prohibition instruction 81 for the reception interrupt 80 is issued to the interrupt controller 4 to prohibit the operation of the interrupt processing unit 5 and then the process proceeds to step 203.

【0028】ステップ203のデータ列取得処理では、
受信バッファ52に格納済みのデータ列B’を取得す
る。データ列B’の量がデータ列Bの量と等しい、すな
わちデータ列Bのすべてを受信バッファ52から取得で
きた場合にはステップ207に移り、そうでない場合に
はステップ204に移る。
In the data string acquisition processing of step 203,
The data string B ′ stored in the reception buffer 52 is obtained. If the amount of the data string B 'is equal to the amount of the data string B, that is, if all of the data string B can be obtained from the reception buffer 52, the process proceeds to step 207; otherwise, the process proceeds to step 204.

【0029】ステップ204の受信監視開始処理では、
受信監視部63に対して残りのデータ列B’’の受信監
視命令84を発行し、ステップ205に移る。
In the reception monitoring start process at step 204,
A reception monitoring command 84 for the remaining data sequence B ″ is issued to the reception monitoring unit 63, and the process proceeds to step 205.

【0030】ステップ205の受信監視処理では、受信
監視部63によりデータ受信回路3を常時監視し、デー
タ受信回路3が外部端末装置2が残りのデータ列B’’
を受信したかを検査し、受信していた場合にはステップ
206に移る。
In the reception monitoring process in step 205, the data reception circuit 3 is constantly monitored by the reception monitoring unit 63, and the data reception circuit 3 is connected to the external terminal device 2 and the remaining data string B ″.
It is checked whether or not it has been received. If it has been received, the process proceeds to step 206.

【0031】ステップ206のデータ量チェックではデ
ータ受信回路3から受信データを取得してデータ列
B’’のすべてを受信したかを検査し、すべてを受信し
た場合にはステップ207に移り、そうでない場合には
ステップ205に戻る。
In the data amount check in step 206, it is checked whether or not all of the data string B ″ has been received by receiving the received data from the data receiving circuit 3. If all of the data strings B ″ have been received, the process proceeds to step 207, otherwise. In this case, the process returns to step 205.

【0032】ステップ207の受信監視終了処理では、
受信監視部63に対して受信監視終了命令を発行し、処
理を終了する。
In the reception monitoring termination processing of step 207,
A reception monitoring end command is issued to the reception monitoring unit 63, and the process ends.

【0033】このように、本実施例によればデータ量を
特定できるデータ列Bを受信する場合には、受信処理を
受信割り込み80および割り込み処理部5を介さずに主
処理部6で行うことができるので、他の割り込み処理と
の関係で受信処理時間が制限されることがない。そのた
め、十分に高速化されたデータ受信装置を実現できる。
As described above, according to the present embodiment, when the data sequence B that can specify the data amount is received, the reception processing is performed by the main processing unit 6 without passing through the reception interrupt 80 and the interrupt processing unit 5. Therefore, the reception processing time is not limited in relation to other interrupt processing. Therefore, a sufficiently high-speed data receiving device can be realized.

【0034】また、ハードウェアの付加を必要としない
ため、製品コストの低減を図ることができる。
Since no additional hardware is required, the cost of the product can be reduced.

【0035】また、本発明のデータ受信装置は、本実施
例の様なプリンタに制限されるものではなく、種々の装
置で実施可能である。
The data receiving apparatus of the present invention is not limited to the printer as in the present embodiment, but can be implemented by various apparatuses.

【0036】[0036]

【発明の効果】以上のように本発明のデータ受信装置に
よれば、イメージデータのようなデータ列を受信する場
合には、時間のかかる割り込み処理を介さずに直接デー
タ受信を行うため、大量のデータ列を高速に受信するこ
とができ、待ち時間を大幅に短縮することができる。ま
た、DMA回路などのハードウェアの付加を必要としな
いため、コストの低減を図ることができる。
As described above, according to the data receiving apparatus of the present invention, when a data string such as image data is received, the data is directly received without a time-consuming interrupt process. Can be received at a high speed, and the waiting time can be greatly reduced. Further, since it is not necessary to add hardware such as a DMA circuit, the cost can be reduced.

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

【図1】本発明の一実施例のプリンタのデータ受信装置
の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a data receiving device of a printer according to an embodiment of the present invention.

【図2】本発明の一実施例の受信バッファ制御部の動作
を示すフローチャートである。
FIG. 2 is a flowchart illustrating an operation of a reception buffer control unit according to one embodiment of the present invention.

【図3】本発明の一実施例の主処理部の動作を示すフロ
ーチャートである。
FIG. 3 is a flowchart illustrating an operation of a main processing unit according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 プリンタ 2 外部端末装置 3 受信回路 4 割り込みコントローラ 5 割り込み処理部 51 受信バッファ制御部 52 受信バッファ 6 主処理部 61 受信データ解析部 62 データ列処理部 63 受信監視部 7 イメージメモリ A 受信データ A’ 受信バッファに格納済みの受信データ B データ列 B’ 受信バッファに格納済みのデータ列 B’’ 受信バッファに格納されていない残りのデー
タ列
DESCRIPTION OF SYMBOLS 1 Printer 2 External terminal device 3 Receiving circuit 4 Interrupt controller 5 Interrupt processing part 51 Reception buffer control part 52 Reception buffer 6 Main processing part 61 Reception data analysis part 62 Data string processing part 63 Reception monitoring part 7 Image memory A Reception data A ' Received data stored in the receive buffer B Data string B 'Data string stored in the receive buffer B''Remaining data string not stored in the receive buffer

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) B41J 5/30 G06F 3/12──────────────────────────────────────────────────続 き Continued on front page (58) Field surveyed (Int.Cl. 6 , DB name) B41J 5/30 G06F 3/12

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 データ受信装置本体に内蔵されたCPU
と、外部端末装置からの送出データを受信するデータ受
信回路とを備えるデータ受信装置において、 上記データ受信回路が外部端末装置から上記送出データ
を受信したことを検出して上記CPUに割り込みを発生
するデータ受信検出手段と、 上記割り込みを受けて上記データ受信回路から上記送出
データを取得し受信バッファに受信データとして格納す
る受信データ格納手段と、 上記受信データを解析して上記データ受信装置に対する
有効なデータまたは制御コマンドを取得する受信データ
解析手段と、 上記データまたは制御コマンドによりデータ量が特定さ
れたデータ列を処理するデータ列処理手段と、 上記データ受信回路が上記外部端末装置から上記データ
列を受信したことを監視する受信監視手段とを有するこ
とを特徴とするデータ受信装置。
1. A CPU built in a data receiving apparatus main body.
And a data receiving circuit for receiving data transmitted from the external terminal device. The data receiving circuit detects that the data receiving circuit has received the transmitted data from the external terminal device and generates an interrupt to the CPU. Data reception detection means, reception data storage means for receiving the interrupt, acquiring the transmission data from the data reception circuit, and storing the transmission data as reception data in a reception buffer, and analyzing the reception data to obtain an effective data for the data reception device. Receiving data analysis means for acquiring data or control commands; and a data amount specified by the data or control commands.
Data string processing means for processing the data string, the data receiving apparatus the data receiving circuit and having a reception monitoring means for monitoring the reception of the data sequence from the external terminal device.
【請求項2】 上記データ列処理手段が上記受信バッフ
ァから上記データ列のすべてを取得できなかった場合、
上記データ受信検出手段と上記受信データ格納手段とを
介さずに上記受信監視手段により残りのデータ列を取得
することを特徴とする請求項1記載のデータ受信装置。
2. When the data string processing means cannot acquire all of the data strings from the reception buffer,
2. The data receiving apparatus according to claim 1, wherein the remaining data string is obtained by the reception monitoring means without passing through the data reception detection means and the reception data storage means.
【請求項3】 CPUを含み一連の制御動作を行う情報
処理装置と、 外部からのデータを受信したとき前記情報処理装置に対
する割り込みを発生するデータ受信回路と、 前記割り込みを受けてデータを格納する受信バッファ
と、 前記データが制御コマンドであり、かつあらかじめ定め
たデータ量をもつか否か判断する判別手段と、 前記判別手段が前記データが制御コマンドであり、かつ
あらかじめ定めたデータ量をもつと判別したとき前記割
り込みを禁止するとともに外部からのデータを前記受信
バッファを経ることなく受ける受信監視手段とを具備す
るデータ受信装置。
An information processing device including a CPU for performing a series of control operations; a data receiving circuit for generating an interrupt to the information processing device when receiving data from the outside; A receiving buffer for receiving and storing data; determining means for determining whether the data is a control command and having a predetermined data amount; and wherein the determining means is the control command; and A data receiving apparatus comprising: a reception monitoring unit that prohibits the interrupt when it is determined that the data amount has a predetermined amount and receives external data without passing through the reception buffer.
【請求項4】 前記受信バッファに格納されたデータと
前記受信監視手段で受けたデータとを格納するメモリと
を具備する請求項3のデータ受信装置。
4. The data receiving apparatus according to claim 3, further comprising a memory for storing data stored in said reception buffer and data received by said reception monitoring means.
JP6006152A 1994-01-25 1994-01-25 Data receiving device Expired - Lifetime JP2803552B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6006152A JP2803552B2 (en) 1994-01-25 1994-01-25 Data receiving device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6006152A JP2803552B2 (en) 1994-01-25 1994-01-25 Data receiving device

Publications (2)

Publication Number Publication Date
JPH07205497A JPH07205497A (en) 1995-08-08
JP2803552B2 true JP2803552B2 (en) 1998-09-24

Family

ID=11630563

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6006152A Expired - Lifetime JP2803552B2 (en) 1994-01-25 1994-01-25 Data receiving device

Country Status (1)

Country Link
JP (1) JP2803552B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7226515B2 (en) 2000-09-29 2007-06-05 Hippon Yakin Kogyo Co., Ltd. Fe—Ni based permalloy and method of producing the same and cast slab

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0764093B2 (en) * 1989-03-31 1995-07-12 シャープ株式会社 Communication control device in laser printer
JPH03208121A (en) * 1990-01-10 1991-09-11 Ricoh Co Ltd Printer device
JP2871274B2 (en) * 1992-03-30 1999-03-17 アルプス電気株式会社 Data processing method in printer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7226515B2 (en) 2000-09-29 2007-06-05 Hippon Yakin Kogyo Co., Ltd. Fe—Ni based permalloy and method of producing the same and cast slab

Also Published As

Publication number Publication date
JPH07205497A (en) 1995-08-08

Similar Documents

Publication Publication Date Title
US5325489A (en) Data transfer control device using direct memory access
EP1196842B1 (en) Method and apparatus for combining a plurality of memory access transactions
JP4834362B2 (en) Memory controller.
US6272583B1 (en) Microprocessor having built-in DRAM and internal data transfer paths wider and faster than independent external transfer paths
US4800490A (en) Buffer storage control system having a priority circuit
US6567908B1 (en) Method of and apparatus for processing information, and providing medium
JPH0447340B2 (en)
JP2803552B2 (en) Data receiving device
KR100223096B1 (en) Method and apparatus for observing internal memory-mapped registers
JP3187446B2 (en) Cache memory controller
JP3088564B2 (en) Image processing device
JP2999662B2 (en) Print control device and print control method
EP0501621A2 (en) Address prediction and verification for burst cycle data reads
JP2789648B2 (en) Data buffering device
JP2679440B2 (en) Information processing device
JP3039391B2 (en) Memory system
JP2781999B2 (en) Startup method of common data channel device in multiprocessor system
JP2998945B2 (en) Video transfer control device
JPH11115258A (en) Apparatus and method for controlling output
JPH1011405A (en) Memory access conflict control system
JPH05108281A (en) Printer spool system
KR100368744B1 (en) Retry apparatus and method for maintaining cache consistency in hi-fi bus
JP2964504B2 (en) Document processing device
JPH0512121A (en) Data processor
JPS61250748A (en) Memory access system of information processor

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980616