JPH11203062A - Page print system, page print method and page printer - Google Patents

Page print system, page print method and page printer

Info

Publication number
JPH11203062A
JPH11203062A JP10006684A JP668498A JPH11203062A JP H11203062 A JPH11203062 A JP H11203062A JP 10006684 A JP10006684 A JP 10006684A JP 668498 A JP668498 A JP 668498A JP H11203062 A JPH11203062 A JP H11203062A
Authority
JP
Japan
Prior art keywords
image data
transfer
data
page
print engine
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.)
Withdrawn
Application number
JP10006684A
Other languages
Japanese (ja)
Inventor
Noriyoshi Chiba
徳良 千葉
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP10006684A priority Critical patent/JPH11203062A/en
Publication of JPH11203062A publication Critical patent/JPH11203062A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To start printing without waiting the reception of all data for one page by parallelly receiving and transfering image data to a print engine. SOLUTION: A discrimination part 18 of a reception control part 12 compares transfer speed VH of image data inputted from a host computer 1 with velocity data transfer speed VP to a print head and discriminates whether it belongs to the case of VH<=VP or VH>VP. Based on the result of discrimination due to the discrimination part 18, a setting part 19 sets the amount of data to be previously stored in a reception buffer 14 or the initial setting value of transfer speed or the like. When the case of VH<=VP is established, the data transfer to a print engine 17 is started after the image data are received just for a prescribed amount Q from a data generator 1. When the case of VH>VP is established, the data transfer to the print engine 17 is started when the image data are received from the data generator 1.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、1ページ単位で印
刷を行うページプリントシステム、ページプリント方法
及びページプリンタに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a page print system, a page print method, and a page printer for printing one page at a time.

【0002】[0002]

【従来の技術】従来のページプリントシステムでは、例
えば、パーソナルコンピュータ等のホストコンピュータ
上で作成した印刷データを、ページ単位でページプリン
タに送信する。例えば、レーザプリンタ等のページプリ
ンタは、1ページ分の印刷データを受信してからプリン
トエンジンにデータを転送し、1ページ分のデータを一
気に感光体に書き込んで印刷するようになっている。
2. Description of the Related Art In a conventional page print system, for example, print data created on a host computer such as a personal computer is transmitted to a page printer in page units. For example, a page printer, such as a laser printer, receives print data for one page, transfers the data to a print engine, writes the data for one page on a photoconductor at a stretch, and prints the data.

【0003】一方、ホストコンピュータからページプリ
ンタに印刷データを送信する方法としては、プリンタコ
マンドを送信する方法と、イメージデータを送信する方
法とに大別される。前者のプリンタコマンドを送信する
場合には、文書作成用ソフトウエア等のアプリケーショ
ンプログラムで生成されたデータを、所定のプリンタコ
マンド(ページ記述言語)に変換してページプリンタに
送信する。ページプリンタ側では、受信バッファに蓄積
されたページ記述言語を解釈してビットイメージデータ
に展開し、プリントエンジンを駆動する。なお、ビット
イメージデータは、レーザ光線の強度を規定するための
パルス幅データに変換されて、プリントエンジンに転送
される。後者のイメージデータを送信する場合には、ア
プリケーションプログラムで生成されたデータを、ホス
トコンピュータ側でビットイメージデータに展開してか
らページプリンタに送信する。
On the other hand, a method of transmitting print data from a host computer to a page printer is roughly classified into a method of transmitting a printer command and a method of transmitting image data. When transmitting the former printer command, data generated by an application program such as document creation software is converted into a predetermined printer command (page description language) and transmitted to the page printer. The page printer interprets the page description language stored in the reception buffer, develops it into bit image data, and drives the print engine. The bit image data is converted into pulse width data for defining the intensity of the laser beam, and is transferred to the print engine. When transmitting the latter image data, the host computer decompresses the data generated by the application program into bit image data and then transmits the bit image data to the page printer.

【0004】[0004]

【発明が解決しようとする課題】ところで、印刷品質を
保持するためには感光体を一定速度で回転させる必要が
あるため、感光体を回転させた後にプリントエンジンへ
のデータ転送が途切れることは印刷品質上許されない。
However, since it is necessary to rotate the photoconductor at a constant speed in order to maintain print quality, it is not possible to interrupt data transfer to the print engine after rotating the photoconductor. Not allowed in quality.

【0005】従って、従来技術によるページプリントシ
ステムでは、ページプリンタは、ホストコンピュータか
ら印刷データ(プリンタコマンドまたはイメージデー
タ)を1ページずつ受け取り、その後、印刷データを解
釈等してプリントエンジンに1ページ分のデータを転送
するようになっている。このため、1ページ分の印刷デ
ータを全て受信するのに必要な時間と、該印刷データを
解釈してプリントエンジンに転送するのに必要な時間と
が発生する。従って、さらなる印刷速度の向上という市
場要求に応えることが難しいという問題がある。
Therefore, in the conventional page print system, the page printer receives print data (printer command or image data) from the host computer one page at a time, and then interprets the print data and sends it to the print engine for one page. Data is transferred. Therefore, a time required to receive all the print data for one page and a time required to interpret the print data and transfer it to the print engine occur. Therefore, there is a problem that it is difficult to meet the market demand for further improvement in printing speed.

【0006】また、近年では、データ処理時間等を短縮
するために、例えば、IEEE1394等の高速なインターフェ
ースが種々開発されているが、1ページずつデータを受
信してプリントエンジンに供給する従来技術では、高速
インターフェースを有効に利用することができない。
In recent years, various high-speed interfaces such as IEEE1394 have been developed in order to reduce the data processing time and the like. However, in the prior art which receives data page by page and supplies it to a print engine, , The high-speed interface cannot be used effectively.

【0007】本発明は、上記のような種々の課題に鑑み
なされたものであり、その目的は、印刷速度を向上でき
るようにしたページプリントシステム、ページプリント
方法及びページプリンタを提供することにある。本発明
のより具体的な目的は、オーバーランエラーやアンダー
ランエラー等を生じないように転送速度等のパラメータ
を予め設定し、データの受信とプリントエンジンへのデ
ータ転送とを並行処理することにより、印刷速度を向上
できるようにしたページプリントシステム、ページプリ
ント方法及びページプリンタを提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described various problems, and an object of the present invention is to provide a page print system, a page print method, and a page printer capable of improving a printing speed. . A more specific object of the present invention is to set parameters such as a transfer speed in advance so as not to cause an overrun error or an underrun error, and to process data reception and data transfer to a print engine in parallel. Another object of the present invention is to provide a page print system, a page print method, and a page printer capable of improving a printing speed.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するた
め、本発明に係るページプリントシステムでは、イメー
ジデータの受信とプリントエンジンへのデータ転送とを
並行して行うことにより、1ページ分のデータを全て受
信するのを待たずに、印刷を開始できるようにしてい
る。
In order to solve the above-mentioned problems, in a page print system according to the present invention, reception of image data and transfer of data to a print engine are performed in parallel, so that data of one page is obtained. The printing can be started without waiting for the reception of all the.

【0009】即ち、請求項1に係る発明では、イメージ
データを生成するデータ生成装置と、該データ生成装置
からのイメージデータに基づいてプリントエンジンを駆
動することにより印刷記録媒体を1ページ単位で印刷す
るページプリンタとを備えたページプリントシステムに
おいて、前記イメージデータは、前記データ生成装置か
ら前記ページプリンタに向けてパケット単位で送信され
るものであり、前記データ生成装置から前記ページプリ
ンタへ入力される前記イメージデータの転送速度VHと
該イメージデータに基づいて前記プリントエンジンへ入
力されるデータの転送速度VPとを比較し、VH>VP
とVH≦VPのいずれが成立するかを判別する判別手段
と、VH≦VPが成立する場合は、前記データ生成装置
から前記イメージデータを所定量Qだけ受信してから前
記プリントエンジンへのデータ転送を開始する第1の転
送制御手段と、VH>VPが成立する場合は、前記デー
タ生成装置から前記イメージデータを受信したときに前
記プリントエンジンへのデータ転送を開始する第2の転
送制御手段と、を備えたことを特徴としている。
That is, according to the first aspect of the present invention, a data generating device for generating image data and a print engine are driven based on the image data from the data generating device to print a print recording medium in units of one page. The page data is transmitted from the data generation device to the page printer in packet units, and is input from the data generation device to the page printer. The transfer speed VH of the image data is compared with the transfer speed VP of the data input to the print engine based on the image data, and VH> VP
And VH ≦ VP, and when VH ≦ VP is satisfied, receiving a predetermined amount Q of the image data from the data generation device and then transferring the data to the print engine. Transfer control means for starting data transfer to the print engine when the image data is received from the data generating device when VH> VP is satisfied. , Is provided.

【0010】ここで、「データ生成装置」とは、ページ
プリンタに送信するためのイメージデータを生成するた
めの装置を意味し、具体的には、例えば、パーソナルコ
ンピュータやディジタルカメラ等が該当する。「イメー
ジデータに基づいてプリントエンジンへ入力されるデー
タ」とは、プリントエンジンで用いられる最終的なデー
タを意味し、具体的には、例えば、レーザ書き込みユニ
ットに供給するパルス幅データ等が該当する。
Here, the "data generating device" means a device for generating image data to be transmitted to a page printer, and specifically, for example, a personal computer or a digital camera. “Data input to the print engine based on the image data” means final data used in the print engine, and specifically, for example, pulse width data supplied to the laser writing unit, etc. .

【0011】データ生成装置は、例えば、アプリケーシ
ョンプログラムによって作成されたアプリケーションデ
ータをイメージデータに変換し、このイメージデータを
パケット単位でページプリンタに送信する。ページプリ
ンタは、イメージデータに基づいてプリントエンジンに
データを転送する。この転送されたデータによりプリン
トエンジンは、所定の印刷を実行する。
The data generator converts, for example, application data created by an application program into image data, and transmits the image data to the page printer in packet units. The page printer transfers data to the print engine based on the image data. The print engine executes a predetermined print based on the transferred data.

【0012】判別手段は、ページプリンタに入力される
イメージデータの転送速度VHと、プリントエンジンへ
のデータ転送速度VPとを比較する。ここで、プリント
エンジンへのデータ転送速度VPが、イメージデータの
転送速度VH以上の場合(VH≦VP)は、受信バッフ
ァにイメージデータが蓄積されるよりも、受信バッファ
からイメージデータが取り出される方が速いため、第1
の転送制御手段は、イメージデータを所定量Qだけ受信
してからプリントエンジンへのデータ転送を開始する。
これにより、データ生成装置からイメージデータを受信
しつつ印刷を開始することができ、印刷速度が向上す
る。
The determination means compares the transfer speed VH of the image data input to the page printer with the data transfer speed VP to the print engine. Here, when the data transfer speed VP to the print engine is equal to or higher than the transfer speed VH of the image data (VH ≦ VP), the method of extracting the image data from the reception buffer rather than storing the image data in the reception buffer. Is fast, the first
Transfer control means starts the data transfer to the print engine after receiving a predetermined amount Q of image data.
Thus, printing can be started while receiving image data from the data generating device, and the printing speed is improved.

【0013】一方、プリントエンジンへのデータ転送速
度VPが、イメージデータの転送速度VHよりも遅い場
合(VH>VP)には、受信バッファへのイメージデー
タの書き込みの方が受信バッファからのデータ取り出し
よりも速いため、第2の転送制御手段は、イメージデー
タの受信と略同時にプリントエンジンへのデータ転送を
開始する。これにより、1ページ分のイメージデータ受
信を待たずに、印刷を開始することができる。なお、受
信バッファ一杯にイメージデータが蓄積された場合に
は、データ生成装置からのパケットデータ受信を一時停
止させることができる。
On the other hand, when the data transfer speed VP to the print engine is lower than the image data transfer speed VH (VH> VP), writing of the image data to the reception buffer is more effective in extracting data from the reception buffer. Therefore, the second transfer control means starts the data transfer to the print engine almost simultaneously with the reception of the image data. Thus, printing can be started without waiting for reception of image data for one page. When the image data is accumulated in the full reception buffer, the reception of the packet data from the data generation device can be temporarily stopped.

【0014】請求項2に係る発明では、1ページ分のイ
メージデータ量をTバイト、前記ページプリンタの受信
バッファの大きさをMバイトとしたときに、前記第1の
転送制御手段は、M≧Q≧(1−(VH/VP))*T
を満足するように前記所定量Qまたは前記転送速度VP
の少なくともいずれか一方を設定してから、前記イメー
ジデータの送信を許可し、さらに、前記第2の転送制御
手段は、前記Tバイトのデータを全て受信したときに前
記受信バッファに蓄積されたイメージデータ量をRバイ
トとすると、R=(1−(VP/VH))*T≦Mを満
足するように前記転送速度VHを設定してから、前記イ
メージデータの送信を許可するようにしている。
According to a second aspect of the present invention, when the amount of image data for one page is T bytes and the size of the receiving buffer of the page printer is M bytes, the first transfer control means sets M ≧ M. Q ≧ (1- (VH / VP)) * T
So that the predetermined amount Q or the transfer speed VP is satisfied.
After setting at least one of the above, the transmission of the image data is permitted. Further, the second transfer control means, when receiving all the T bytes of data, stores the image stored in the reception buffer. Assuming that the data amount is R bytes, the transfer rate VH is set so as to satisfy R = (1− (VP / VH)) * T ≦ M, and then transmission of the image data is permitted. .

【0015】これにより、空の受信バッファからデータ
を読み出してしまうアンダーランエラーや、読み出され
る前のイメージデータを上書きしてしまうオーバーラン
エラー等の発生を防止するための条件を設定してから、
イメージデータの送信を許可することができ、イメージ
データの受信と印刷とを安定して並行に行うことができ
る。
By setting conditions for preventing an underrun error from reading data from an empty reception buffer, an overrun error from overwriting image data before reading, and the like,
Transmission of image data can be permitted, and reception and printing of image data can be stably performed in parallel.

【0016】請求項3に係る発明では、データ転送エラ
ーを生じたか否かを監視し、転送エラーを生じた場合に
は該転送エラーを解消するように前記所定量Q、前記転
送速度VH、前記転送速度VPを再設定するエラー処理
手段を設けている。
According to the third aspect of the present invention, whether or not a data transfer error has occurred is monitored, and if a transfer error has occurred, the predetermined amount Q, the transfer speed VH, Error processing means for resetting the transfer speed VP is provided.

【0017】アンダーランエラーやオーバーランエラー
等を生じないように予め転送速度等を設定してからイメ
ージデータの送信を許可する場合でも、例えば、通信回
線の混雑度等によって、転送エラーを生じる可能性があ
る。そこで、エラー処理手段は、転送エラーの発生を監
視し、転送エラーが発生した場合には、所定量Q等のパ
ラメータを変更して転送エラーを解消する。
Even if the transmission of image data is permitted after setting the transfer speed or the like in advance so as not to cause an underrun error or an overrun error, a transfer error may occur due to, for example, the congestion degree of the communication line. There is. Therefore, the error processing unit monitors the occurrence of the transfer error, and when the transfer error occurs, changes the parameter such as the predetermined amount Q to eliminate the transfer error.

【0018】より具体的な請求項4に係る発明のよう
に、前記エラー処理手段は、オーバーランエラーが発生
した場合には前記転送速度VHを低下させるように再設
定し、アンダーランエラーが発生した場合には、前記転
送速度VPを低下させるように再設定することができ
る。
According to a more specific aspect of the present invention, when an overrun error occurs, the error processing means resets the transfer speed VH so as to lower it, and an underrun error occurs. In this case, the transfer speed VP can be reset so as to decrease.

【0019】読み出し前のデータを上書きするオーバー
ランエラーを生じた場合とは、データ生成装置からのイ
メージデータの転送速度VHが速すぎる場合であるた
め、イメージデータの転送速度VHを遅くするように再
設定する。空のデータを読み出すアンダーランエラーを
生じた場合とは、プリントエンジンへのデータ転送速度
VPが速すぎる場合であるため、プリントエンジンへの
データ転送速度VPを遅くするように設定する。
The case where an overrun error that overwrites data before reading occurs when the transfer speed VH of image data from the data generating device is too high, so that the transfer speed VH of image data is reduced. Reset. Since the case where an underrun error for reading empty data has occurred is the case where the data transfer speed VP to the print engine is too high, the data transfer speed VP to the print engine is set to be slow.

【0020】請求項5に係る発明のように、前記プリン
トエンジンはカラープリントエンジンとして構成されて
おり、前記イメージデータは、各色のページ毎に送信す
ることができる。
As in the invention according to claim 5, the print engine is configured as a color print engine, and the image data can be transmitted for each color page.

【0021】例えば、シアン(C)のページ→マゼンタ
(M)のページ→イエロー(Y)のページ→ブラック
(K)のページのように、各色のページ毎に、イメージ
データをページプリンタに送信する。例えば、中間転写
体を用いてなるマルチパス型のプリントエンジンは、各
色のページを重ねて印刷することにより、所定のカラー
印刷を行うことができる。
For example, image data is transmitted to a page printer for each color page, such as a cyan (C) page → a magenta (M) page → a yellow (Y) page → a black (K) page. . For example, a multi-pass type print engine using an intermediate transfer member can perform predetermined color printing by superimposing and printing pages of each color.

【0022】また、請求項6に係る発明のように、前記
プリントエンジンはカラープリントエンジンとして構成
されており、印刷順序に応じて各色のイメージデータを
所定量ずつ送信することもできる。
Further, as in the invention according to claim 6, the print engine is configured as a color print engine, and can transmit a predetermined amount of image data of each color according to a printing order.

【0023】ここで、「所定量」とは、各色の印刷画像
を生成するタイミングに基づいたデータ量であることを
意味する。即ち、例えば、各色の印刷部を直列配置して
なるタンデム式プリントエンジンでは、各色での印刷を
同時進行させることにより、1回の用紙搬送でカラー印
刷を行うことができる。
Here, the "predetermined amount" means a data amount based on the timing of generating a print image of each color. That is, for example, in a tandem type print engine in which printing units of each color are arranged in series, color printing can be performed by one sheet conveyance by simultaneously performing printing in each color.

【0024】請求項7に係る発明では、受信したイメー
ジデータに基づいてプリントエンジンを駆動することに
より印刷記録媒体を1ページ単位で印刷するページプリ
ント方法において、前記イメージデータは、パケット単
位で送信されるものであり、前記イメージデータの転送
速度VHと該イメージデータに基づいて前記プリントエ
ンジンへ入力されるデータの転送速度VPとを比較し、
VH>VPとVH≦VPのいずれが成立するかを判別す
るステップと、VH≦VPが成立する場合は、前記イメ
ージデータを所定量Qだけ受信してから前記プリントエ
ンジンへのデータ転送を開始する第1の転送制御ステッ
プと、VH>VPが成立する場合は、前記イメージデー
タを受信したときに前記プリントエンジンへのデータ転
送を開始する第2の転送制御ステップと、を備えたこと
を特徴としている。
According to a seventh aspect of the present invention, in a page printing method for printing a print recording medium in one page unit by driving a print engine based on received image data, the image data is transmitted in packet units. Comparing the transfer speed VH of the image data with the transfer speed VP of data input to the print engine based on the image data;
A step of determining whether VH> VP or VH ≦ VP is satisfied; and, if VH ≦ VP is satisfied, receiving a predetermined amount Q of the image data and then starting data transfer to the print engine. A first transfer control step; and a second transfer control step of starting data transfer to the print engine when the image data is received when VH> VP is satisfied. I have.

【0025】これにより、請求項1に係る発明と同様の
作用を得ることができる。
Thus, the same function as the first aspect can be obtained.

【0026】請求項8に係る発明では、1ページ分のイ
メージデータ量をTバイト、受信バッファの大きさをM
バイトとしたときに、前記第1の転送制御ステップは、
M≧Q≧(1−(VH/VP))*Tを満足するように
前記所定量Qまたは前記転送速度VPの少なくともいず
れか一方を設定してから、前記イメージデータの送信を
許可し、さらに、前記第2の転送制御ステップは、前記
Tバイトのデータを全て受信したときに前記受信バッフ
ァに蓄積されたイメージデータ量をRバイトとすると、
R=(1−(VP/VH))*T≦Mを満足するように
前記転送速度VHを設定してから、前記イメージデータ
の送信を許可できる。
In the invention according to claim 8, the amount of image data for one page is T bytes, and the size of the reception buffer is M bytes.
When the number of bytes is 1, the first transfer control step includes:
After setting at least one of the predetermined amount Q and the transfer rate VP so as to satisfy M ≧ Q ≧ (1− (VH / VP)) * T, transmission of the image data is permitted, and The second transfer control step is such that, when all the T bytes of data are received, the amount of image data stored in the reception buffer is R bytes.
After setting the transfer rate VH so as to satisfy R = (1− (VP / VH)) * T ≦ M, transmission of the image data can be permitted.

【0027】これにより、請求項2に係る発明と同様の
作用を得ることができる。
Thus, the same operation as the second aspect of the invention can be obtained.

【0028】請求項9に係る発明では、受信したイメー
ジデータに基づいてプリントエンジンを駆動することに
より、印刷記録媒体を1ページ単位で印刷するページプ
リンタにおいて、前記イメージデータは、パケット単位
で送信されるものであり、前記イメージデータの転送速
度VHと該イメージデータに基づいて前記プリントエン
ジンへ入力されるデータの転送速度VPとを比較し、V
H>VPとVH≦VPのいずれが成立するかを判別する
判別手段と、VH≦VPが成立する場合は、前記イメー
ジデータを所定量Qだけ受信してから前記プリントエン
ジンへのデータ転送を開始する第1の転送制御手段と、
VH>VPが成立する場合は、前記イメージデータを受
信したときに前記プリントエンジンへのデータ転送を開
始する第2の転送制御手段と、を備えたことを特徴とし
ている。
According to a ninth aspect of the present invention, in a page printer for printing a print recording medium in units of one page by driving a print engine based on received image data, the image data is transmitted in units of packets. Comparing the transfer speed VH of the image data with the transfer speed VP of the data input to the print engine based on the image data.
Determining means for determining which of H> VP and VH ≦ VP is satisfied; and when VH ≦ VP is satisfied, receiving a predetermined amount Q of the image data and then starting data transfer to the print engine. First transfer control means for performing
A second transfer control unit that starts transferring data to the print engine when the image data is received, when VH> VP is satisfied.

【0029】判別手段によって、ページプリンタに入力
されるイメージデータの転送速度VHとプリントエンジ
ンへのデータ転送速度VPとが比較される。VH≦VP
が成立する場合は、第1の転送制御手段により、イメー
ジデータを所定量Qだけ受信するのを待ってからプリン
トエンジンへの転送を開始する。逆に、VH>VPが成
立する場合には、イメージデータを受信すると略同時に
プリントエンジンへのデータ転送を開始する。これによ
り、請求項1に係る発明と同様に、1ページ分のイメー
ジデータ受信を待たずに、印刷を開始することができ
る。
The transfer speed VH of the image data input to the page printer is compared with the data transfer speed VP to the print engine by the determining means. VH ≦ VP
Is satisfied, the first transfer control means waits until a predetermined amount Q of image data is received before starting transfer to the print engine. Conversely, if VH> VP holds, the data transfer to the print engine is started almost simultaneously with the reception of the image data. As a result, printing can be started without waiting for reception of image data for one page, as in the first aspect of the invention.

【0030】請求項10に係る発明では、1ページ分の
イメージデータ量をTバイト、受信バッファの大きさを
Mバイトとしたときに、前記第1の転送制御手段は、M
≧Q≧(1−(VH/VP))*Tを満足するように前
記所定量Qまたは前記転送速度VPの少なくともいずれ
か一方を設定してから、前記イメージデータの送信を許
可し、さらに、前記第2の転送制御手段は、前記Tバイ
トのデータを全て受信したときに前記受信バッファに蓄
積されたイメージデータ量をRバイトとすると、R=
(1−(VP/VH))*T≦Mを満足するように前記
転送速度VHを設定してから、前記イメージデータの送
信を許可することができる。
In the invention according to claim 10, when the amount of image data for one page is T bytes and the size of the receiving buffer is M bytes, the first transfer control means
After setting at least one of the predetermined amount Q and the transfer speed VP so as to satisfy ≧ Q ≧ (1− (VH / VP)) * T, transmission of the image data is permitted, and The second transfer control means determines that the amount of image data stored in the reception buffer is R bytes when all of the T bytes of data are received.
After setting the transfer speed VH so as to satisfy (1− (VP / VH)) * T ≦ M, transmission of the image data can be permitted.

【0031】これにより、請求項2に係る発明と同様の
作用を得ることができる。
As a result, the same function as that of the second aspect can be obtained.

【0032】請求項11に係る発明では、データ転送エ
ラーを生じたか否かを監視し、転送エラーを生じた場合
には該転送エラーを解消するように前記所定量Q、前記
転送速度VH、前記転送速度VPを再設定するエラー処
理手段を設けてもよい。
According to the eleventh aspect of the present invention, it is monitored whether or not a data transfer error has occurred, and when a transfer error has occurred, the predetermined amount Q, the transfer speed VH, An error processing unit for resetting the transfer speed VP may be provided.

【0033】これにより、請求項3に係る発明と同様の
作用を得ることができる。
Thus, the same function as the third aspect of the invention can be obtained.

【0034】請求項12に係る発明では、前記エラー処
理手段は、オーバーランエラーが発生した場合には前記
転送速度VHを低下させるように再設定し、アンダーラ
ンエラーが発生した場合には、前記転送速度VPを低下
させるように再設定することができる。
In the twelfth aspect of the present invention, the error processing means resets the transfer speed VH so as to decrease when an overrun error occurs, and resets the transfer speed VH when an underrun error occurs. It can be reset so as to lower the transfer speed VP.

【0035】これにより、請求項4に係る発明と同様の
作用を得ることができる。
Thus, the same function as the fourth aspect can be obtained.

【0036】請求項13に係る発明では、前記プリント
エンジンはカラープリントエンジンとして構成されてお
り、前記イメージデータは、各色のページ毎に送信する
ことができる。
In the invention according to claim 13, the print engine is configured as a color print engine, and the image data can be transmitted for each color page.

【0037】これにより、請求項5に係る発明と同様の
作用を得ることができる。
As a result, the same function as that of the fifth aspect can be obtained.

【0038】請求項14に係る発明では、前記プリント
エンジンはカラープリントエンジンとして構成されてお
り、印刷順序に応じて各色のイメージデータを所定量ず
つ送信することができる。
In the fourteenth aspect of the present invention, the print engine is configured as a color print engine, and can transmit a predetermined amount of image data of each color according to a printing order.

【0039】これにより、請求項6に係る発明と同様の
作用を得ることができる。
Thus, the same function as the invention according to claim 6 can be obtained.

【0040】請求項15に係る発明では、印刷制御プロ
グラムを記録したプログラム記録媒体において、受信す
るイメージデータの転送速度VHと該イメージデータに
基づいてプリントエンジンへ入力されるデータの転送速
度VPとを比較し、VH>VPとVH≦VPのいずれが
成立するかを判別する判別手段と、VH≦VPが成立す
る場合は、前記イメージデータを所定量Qだけ受信して
から前記プリントエンジンへのデータ転送を開始する第
1の転送制御手段と、VH>VPが成立する場合は、前
記イメージデータを受信したときに前記プリントエンジ
ンへのデータ転送を開始する第2の転送制御手段と、を
コンピュータに実現させるためのプログラムを前記コン
ピュータが読取り及び理解可能な形態で記録している。
According to a fifteenth aspect of the present invention, in the program recording medium storing the print control program, the transfer speed VH of the received image data and the transfer speed VP of the data input to the print engine based on the image data are determined. A comparison means for judging whether VH> VP or VH ≦ VP is satisfied, and, if VH ≦ VP is satisfied, receiving the image data by a predetermined amount Q and then transmitting data to the print engine. A first transfer control unit for starting transfer, and a second transfer control unit for starting transfer of data to the print engine when the image data is received, when VH> VP is satisfied, to a computer. A program for realizing the program is recorded in a form that can be read and understood by the computer.

【0041】ここで、プログラム記録媒体としては、例
えば、フロッピーディスク(FD)、コンパクトディスク
(CD)やディジタルビデオディスク(DVD)、ハードデ
ィスク(HD)、フラッシュメモリ等の各種記録媒体を用
いることができるほか、例えば、通信回線を介してプロ
グラムをダウンロードする等のように、通信媒体を用い
ることもできる。
Here, as the program recording medium, for example, various recording media such as a floppy disk (FD), a compact disk (CD), a digital video disk (DVD), a hard disk (HD), and a flash memory can be used. Alternatively, a communication medium can be used, such as downloading a program via a communication line.

【0042】例えば、プログラム記録媒体に記録された
プログラムを、ページプリンタを制御するコンピュータ
に読み取らせることにより、イメージデータの転送速度
VHとプリントエンジンへのデータ転送速度VPとの比
較に基づいて印刷を開始することができる。従って、請
求項1に係る発明と同様に、1ページ分のイメージデー
タを全て受信する前に印刷を開始することができる。
For example, by causing a computer that controls a page printer to read a program recorded on a program recording medium, printing is performed based on a comparison between the transfer speed VH of image data and the data transfer speed VP to a print engine. You can start. Therefore, similarly to the invention according to the first aspect, printing can be started before all the image data for one page is received.

【0043】請求項16に係る発明のように、1ページ
分のイメージデータ量をTバイト、受信バッファの大き
さをMバイトとしたときに、前記第1の転送制御手段
は、M≧Q≧(1−(VH/VP))*Tを満足するよ
うに前記所定量Qまたは前記転送速度VPの少なくとも
いずれか一方を設定してから、前記イメージデータの送
信を許可し、さらに、前記第2の転送制御手段は、前記
Tバイトのデータを全て受信したときに前記受信バッフ
ァに蓄積されたイメージデータ量をRバイトとすると、
R=(1−(VP/VH))*T≦Mを満足するように
前記転送速度VHを設定してから、前記イメージデータ
の送信を許可することができる。
When the amount of image data for one page is T bytes and the size of the receiving buffer is M bytes, the first transfer control means determines that M ≧ Q ≧ After setting at least one of the predetermined amount Q and the transfer rate VP so as to satisfy (1− (VH / VP)) * T, transmission of the image data is permitted, and The transfer control means of the above, when the amount of image data stored in the receiving buffer when all the data of the T bytes is received is R bytes,
After setting the transfer rate VH so that R = (1− (VP / VH)) * T ≦ M, transmission of the image data can be permitted.

【0044】これにより、請求項2に係る発明と同様の
作用を得ることができる。
Thus, the same effect as the second aspect can be obtained.

【0045】[0045]

【発明の実施の形態】以下、図面に基づいて本発明の実
施の形態について詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0046】1.第1の実施の形態 まず、図1〜図7に基づいて、本発明の第1の実施の形
態を説明する。
1. First Embodiment First, a first embodiment of the present invention will be described with reference to FIGS.

【0047】1−1 構成 「データ生成装置」としてのホストコンピュータ1は、
例えば、パーソナルコンピュータやワークステーショ
ン、携帯情報端末等として実現されるもので、演算処理
ユニット(CPU)や各種メモリ(ROM,RAM)等
を備えたマイクロコンピュータシステムとして構成され
ている。ホストコンピュータ1には、アプリケーション
プログラム2と、プリンタドライバ3と、イメージメモ
リ4と、インターフェース(以下、「I/F」と略記)
5とが設けられている。
1-1 Configuration The host computer 1 as a “data generation device”
For example, it is realized as a personal computer, a workstation, a portable information terminal, or the like, and is configured as a microcomputer system including an arithmetic processing unit (CPU), various memories (ROM, RAM), and the like. The host computer 1 has an application program 2, a printer driver 3, an image memory 4, and an interface (hereinafter abbreviated as "I / F").
5 are provided.

【0048】例えば、文書作成用ソフトウエアや作図用
ソフトウエア等のアプリケーションプログラム2は、プ
リンタドライバ3が備えた各種関数・手続きを呼び出し
てソースコードを生成する。
For example, the application program 2 such as document creation software and drawing software calls various functions and procedures provided in the printer driver 3 to generate a source code.

【0049】プリンタドライバ3には、例えば、印刷デ
ータ生成手段として表現可能な印刷データ生成部6と、
イメージデータ転送制御手段として表現可能な転送制御
部7とが設けられている。印刷データ生成部6は、フォ
ントデータやグラフィック関数データ等を参照すること
により、アプリケーションプログラム2から入力された
ソースコードを1ページ単位のビットイメージデータ
(以下、イメージデータという)に展開する。展開され
たイメージデータは、イメージメモリ4に記憶される。
転送制御手段7は、後述するページプリンタ11からの
応答等を考慮しつつ、イメージデータをイメージメモリ
4から読み出す。転送制御部7は、読み出されたイメー
ジデータを、I/F5を介してパケット単位で送出す
る。I/F5は、通信回線200を介してページプリン
タ11側のI/F13に接続されている。
The printer driver 3 includes, for example, a print data generation unit 6 that can be expressed as print data generation means,
A transfer control unit 7 that can be expressed as image data transfer control means is provided. The print data generation unit 6 expands the source code input from the application program 2 into bit image data (hereinafter, referred to as image data) in units of one page by referring to font data, graphic function data, and the like. The developed image data is stored in the image memory 4.
The transfer control means 7 reads out the image data from the image memory 4 in consideration of a response from the page printer 11 described later. The transfer control unit 7 sends out the read image data via the I / F 5 in packet units. The I / F 5 is connected to the I / F 13 of the page printer 11 via the communication line 200.

【0050】ページプリンタ11は、受信制御部12
と、I/F13と、受信バッファ14と、画像処理部1
5と、ビデオI/F16と、プリントエンジン17とを
備えて構成されている。
The page printer 11 includes a reception control unit 12
, I / F 13, reception buffer 14, image processing unit 1
5, a video I / F 16, and a print engine 17.

【0051】ホストコンピュータ1からパケット単位で
入力されたイメージデータは、I/F13を介して受信
バッファ14に記憶される。受信バッファ14に記憶さ
れたイメージデータは、画像処理部15に入力されてパ
ルスデータに変換される。即ち、イメージデータの階調
値に応じたパルス幅を有するデータに変換される。この
パルス幅によってレーザ光線の強度が定まり、階調印刷
が実現される。そして、このパルスデータは、ビデオI
/F16を介してプリントエンジン17に入力される。
プリントエンジン17は、図2と共に後述するように、
画像印刷を実行する。なお、受信バッファ14から画像
処理部15等へのデータ転送は、ページプリンタ11の
CPUを経由しないDMA(Direct Memory Access)転
送によって行われる。
Image data input from the host computer 1 in packet units is stored in the reception buffer 14 via the I / F 13. The image data stored in the reception buffer 14 is input to the image processing unit 15 and converted into pulse data. That is, the image data is converted into data having a pulse width corresponding to the gradation value of the image data. The intensity of the laser beam is determined by this pulse width, and gradation printing is realized. Then, this pulse data is
/ F16 to the print engine 17.
The print engine 17, as described later with reference to FIG.
Execute image printing. Note that data transfer from the reception buffer 14 to the image processing unit 15 and the like is performed by DMA (Direct Memory Access) transfer without passing through the CPU of the page printer 11.

【0052】例えば、受信制御手段として表現可能な受
信制御部12は、ホストコンピュータ1からのイメージ
データの受信と、プリントエンジン17へのデータ転送
の双方を制御するものである。受信制御部12は、判別
部18と設定部19とを備えている。判別部18は、ホ
ストコンピュータ1から入力されるイメージデータの転
送速度VHとプリントヘッド17へのデータ転送速度V
Pとを比較して、VH≦VPとVH>VPとのいずれの
場合に属するかを判別するものである。設定部19は、
判別部18による判別結果に基づいて、受信バッファ1
4に予め蓄積しておくべきデータ量や転送速度等の初期
設定値を設定するものである。
For example, the reception control section 12 which can be expressed as reception control means controls both reception of image data from the host computer 1 and data transfer to the print engine 17. The reception control unit 12 includes a determination unit 18 and a setting unit 19. The determination unit 18 determines the transfer speed VH of the image data input from the host computer 1 and the data transfer speed V to the print head 17.
By comparing with P, it is determined which of VH ≦ VP and VH> VP belongs. The setting unit 19
Based on the result of the determination by the determination unit 18, the reception buffer 1
4 sets an initial setting value such as a data amount and a transfer speed to be stored in advance.

【0053】次に、図2に基づいて、プリントエンジン
17の一例を説明する。プリントエンジン17は、図2
に示すように、中間転写体方式のエンジンとして構成す
ることができる。
Next, an example of the print engine 17 will be described with reference to FIG. The print engine 17 is shown in FIG.
As shown in (1), the engine can be configured as an intermediate transfer body type engine.

【0054】レーザ書き込みユニット21に画像処理部
15からパルス化されたイメージデータが入力される
と、レーザ書き込みユニット21は、ビットイメージの
有無に応じてレーザ光線の照射をオン、オフさせる。レ
ーザ書き込みユニット21からのレーザ光線は、ポリゴ
ンミラー等の光学系22を介して、感光ドラム23の表
面をラスタスキャンする。感光ドラム23は、帯電機2
5によって予め帯電されている。感光ドラム23の表面
をレーザ光線がスキャンすることにより、感光ドラム2
3には、イメージデータに応じた静電潜像が形成され
る。
When the pulsed image data is input from the image processing unit 15 to the laser writing unit 21, the laser writing unit 21 turns on and off the irradiation of the laser beam according to the presence or absence of the bit image. The laser beam from the laser writing unit 21 raster scans the surface of the photosensitive drum 23 via an optical system 22 such as a polygon mirror. The photosensitive drum 23 is
5 beforehand. By scanning the surface of the photosensitive drum 23 with a laser beam, the photosensitive drum 2 is scanned.
3, an electrostatic latent image corresponding to the image data is formed.

【0055】次に、現像機24から感光ドラム23の表
面にトナーを与えることにより、潜像を可視化する。顕
像化されたトナー画像は、一次転写機27によって、ベ
ルト等からなる中間転写体26に転写される。中間転写
体26には、シアン、マゼンタ、イエロー、ブラックの
各色のページ毎にトナー画像が順次転写される。即ち、
各色毎にそれぞれ帯電、露光、現像、一次転写の工程が
行われる。
Next, the latent image is visualized by applying toner from the developing device 24 to the surface of the photosensitive drum 23. The visualized toner image is transferred by a primary transfer machine 27 to an intermediate transfer body 26 such as a belt. The toner image is sequentially transferred to the intermediate transfer body 26 for each page of each color of cyan, magenta, yellow, and black. That is,
The steps of charging, exposure, development, and primary transfer are performed for each color.

【0056】そして、中間転写体26に転写された画像
を、二次転写機29によって印刷記録媒体28に一括転
写する。印刷記録媒体28に転写されたトナー画像を、
定着機30によって印刷記録媒体28に定着させること
により、1ページ分のカラー印刷が完了する。
Then, the image transferred to the intermediate transfer body 26 is collectively transferred to a print recording medium 28 by a secondary transfer machine 29. The toner image transferred to the print recording medium 28 is
The fixing on the print recording medium 28 by the fixing device 30 completes one page of color printing.

【0057】1−2 作用 次に、図3〜図7に基づいて本実施の形態の作用を説明
する。まず、図3は、ホストコンピュータ1側で実行さ
れる処理を示すフローチャートである。ホストコンピュ
ータ1は、シアン、マゼンタ、イエロー、ブラックの各
色のページを構成するイメージデータを、パケットデー
タとして順次ページプリンタ11に送信する。
1-2 Operation Next, the operation of the present embodiment will be described with reference to FIGS. First, FIG. 3 is a flowchart showing processing executed on the host computer 1 side. The host computer 1 sequentially transmits the image data forming the pages of cyan, magenta, yellow, and black to the page printer 11 as packet data.

【0058】ステップ(以下、「S」と略記)1では、
ページプリンタ11からのレディ信号を監視することに
より、ページプリンタ11が立ち上がっているか否かを
判定している。ページプリンタ11の準備が完了した場
合には、1ページ分のイメージデータの量T(バイト)
と、パケットデータの転送速度VH(バイト/秒)とを
ページプリンタ11に通知する(S2)。
In step (hereinafter abbreviated as “S”) 1,
By monitoring the ready signal from the page printer 11, it is determined whether or not the page printer 11 has started. When the preparation of the page printer 11 is completed, the amount of image data for one page T (byte)
And the transfer speed VH (byte / second) of the packet data to the page printer 11 (S2).

【0059】次に、ページプリンタ11からのデータ受
信許可通知を監視することにより、ページプリンタ11
がデータ受信可能か否かを判定する(S3)。ページプ
リンタ11がデータ送信を許可した場合は、ページプリ
ンタ11から転送速度VHの調整要求がされているか否
かを判定する(S4)。後述するように、ページプリン
タ11側では、プリンタ外部のデータ転送速度VHとプ
リンタ内部のデータ転送速度VPとを比較し、イメージ
データの受信と画像印刷とを並行処理できるように、各
種パラメータを予め設定する。この予め設定されるパラ
メータの一つに、ホストコンピュータ1からのパケット
データ転送速度VHが含まれている。
Next, by monitoring the data reception permission notification from the page printer 11, the page printer 11
It is determined whether or not can receive data (S3). When the page printer 11 permits the data transmission, it is determined whether or not a request for adjusting the transfer speed VH is issued from the page printer 11 (S4). As will be described later, the page printer 11 compares the data transfer speed VH outside the printer with the data transfer speed VP inside the printer, and sets various parameters in advance so that image data reception and image printing can be performed in parallel. Set. One of the preset parameters includes the packet data transfer speed VH from the host computer 1.

【0060】従って、ホストコンピュータ1側では、ペ
ージプリンタ11から転送速度VHの調整要求がされて
いるか否かを判定し、調整要求があった場合には、パケ
ットデータの転送速度VHを調整する(S5)。転送速
度VHの調整要求がされていない場合は、S4はスキッ
プされる。そして、パケットデータの送信が開始される
(S6)。1色目の1ページ分のイメージデータが全て
送信されたと判定されるまで(S7)、前記S3〜S6
の処理が繰り返される。
Accordingly, the host computer 1 determines whether or not a request for adjusting the transfer speed VH is made from the page printer 11, and if there is an adjustment request, adjusts the transfer speed VH of the packet data ( S5). If the request for adjusting the transfer speed VH is not made, S4 is skipped. Then, transmission of the packet data is started (S6). Until it is determined that all the image data of one page of the first color has been transmitted (S7), the above-described S3 to S6 are performed.
Is repeated.

【0061】1色目のイメージデータの送信が完了した
場合には、全色についての1ページ分のイメージデータ
送信が完了したか否かが判定される(S8)。まだ送信
されていない色ページがある場合は、次の色を設定し
(S9)、前記S2〜S8の処理を繰り返す。これによ
り、シアン、マゼンタ、イエロー、ブラックの各色のイ
メージデータが1ページずつページプリンタ11にパケ
ット送信される。
When the transmission of the image data of the first color is completed, it is determined whether the transmission of the image data of one page for all colors is completed (S8). If there is a color page that has not been transmitted yet, the next color is set (S9), and the processing of S2 to S8 is repeated. As a result, the image data of each color of cyan, magenta, yellow, and black is packet-transmitted to the page printer 11 one page at a time.

【0062】次に、図4〜図6に基づいてページプリン
タ11側の処理を説明する。まず、図4は、ページプリ
ンタ11側の全体処理を示すフローチャートである。
Next, processing on the page printer 11 side will be described with reference to FIGS. First, FIG. 4 is a flowchart showing the overall processing on the page printer 11 side.

【0063】ページプリンタ11は、最初に受信バッフ
ァ14のメモリサイズMをチェックする(S11)。次
に、ホストコンピュータ1にプリンタレディを通知し
(S12)、送信が予定されている1ページ分のイメー
ジデータの量Tと、イメージデータの転送速度、即ち、
パケットデータの転送速度VHとがホストコンピュータ
1から通知されるまで待機する(S13)。
The page printer 11 first checks the memory size M of the reception buffer 14 (S11). Next, a printer ready is notified to the host computer 1 (S12), and the amount T of image data for one page to be transmitted and the transfer speed of the image data, that is,
It waits until the transfer speed VH of the packet data is notified from the host computer 1 (S13).

【0064】イメージデータ量Tと転送速度VHとがホ
ストコンピュータ1から通知されると、ホストコンピュ
ータ側のパラメータであるイメージデータ量T及び転送
速度VHと、プリンタ側のパラメータである受信バッフ
ァ14のサイズM及びプリントエンジン17へのデータ
転送速度VPとがセットされる(S14)。ここで、イ
メージデータの転送速度VH、プリントエンジン17へ
の転送速度VPは、いずれも最大値がセットされる。
When the image data amount T and the transfer speed VH are notified from the host computer 1, the image data amount T and the transfer speed VH, which are parameters on the host computer side, and the size of the reception buffer 14, which is a parameter on the printer side. M and the data transfer speed VP to the print engine 17 are set (S14). Here, the maximum value is set for both the transfer speed VH of the image data and the transfer speed VP to the print engine 17.

【0065】次に、ホストコンピュータ1からページプ
リンタ11に入力されるイメージデータの転送速度VH
とページプリンタ11内におけるデータ転送速度VPと
が比較され、VH≦VPが成立するか否かが判定される
(S15)。
Next, the transfer speed VH of image data input from the host computer 1 to the page printer 11
Is compared with the data transfer speed VP in the page printer 11, and it is determined whether or not VH ≦ VP is satisfied (S15).

【0066】VH≦VPが成立する場合とは、受信バッ
ファ14に記憶されたパケットデータを取り出す速度
(VP)が、受信バッファ14に到着するパケットデー
タの速度(VH)以上の場合である。従って、時間の経
過に伴って、受信バッファ14に蓄積されたデータ量が
減少していくことを意味する。このため、VH≦VPが
成立する場合は、図5と共に後述するVH≦VP用のデ
ータ転送処理を行う(S16)。
The case where VH ≦ VP is satisfied is the case where the speed (VP) for extracting the packet data stored in the reception buffer 14 is higher than the speed (VH) of the packet data arriving at the reception buffer 14. Therefore, it means that the amount of data accumulated in the reception buffer 14 decreases with the passage of time. For this reason, when VH ≦ VP is satisfied, a data transfer process for VH ≦ VP described later with reference to FIG. 5 is performed (S16).

【0067】これとは逆に、VH≦VPが成立しない場
合とは、VH>VPが成立する場合である。VH>VP
が成立する場合とは、受信バッファ14からパケットデ
ータを取り出す速度(VP)よりも、受信バッファ14
にパケットデータが到着する速度(VH)の方が速い場
合である。従って、時間の経過につれて、受信バッファ
14に蓄積されるデータ量が増大していくことを意味す
る。このため、VH>VPが成立する場合には、図6と
共に後述するVH>VP用のデータ処理を行う(S1
7)。
On the contrary, the case where VH ≦ VP does not hold is the case where VH> VP holds. VH> VP
Is satisfied, the reception buffer 14 is higher than the speed (VP) at which the packet data is extracted from the reception buffer 14.
Is the case where the speed (VH) at which the packet data arrives at is faster. Therefore, it means that the amount of data stored in the reception buffer 14 increases as time elapses. Therefore, when VH> VP is satisfied, data processing for VH> VP, which will be described later with reference to FIG. 6, is performed (S1).
7).

【0068】S16またはS17のいずれかのデータ転
送処理によって1ページ分のイメージデータを受信する
と、4色全てのイメージデータを受信したか否かを確認
する(S18)。全ての色についてイメージデータを受
信していない場合は、次色にシフトし(S19)、前記
S13〜S18の処理を繰り返す。これにより、シア
ン、マゼンタ、イエロー及びブラックの4色全てについ
て、1ページ分のイメージデータが受信され、各色のト
ナー画像がそれぞれ形成されてカラー印刷が行われる。
When one page of image data is received by either the data transfer processing of S16 or S17, it is confirmed whether or not the image data of all four colors has been received (S18). If image data has not been received for all colors, the image data is shifted to the next color (S19), and the processes of S13 to S18 are repeated. As a result, image data for one page is received for all four colors of cyan, magenta, yellow, and black, and toner images of each color are formed, and color printing is performed.

【0069】次に、図5には、「第1の転送制御手段」
または「第1の転送制御ステップ」としてのVH≦VP
用のデータ転送処理が示されている。
Next, FIG. 5 shows "first transfer control means".
Or VH ≦ VP as “first transfer control step”
A data transfer process is shown.

【0070】まず、VH≦VPが成立する場合には、下
記の式1を演算する(S21)。
First, when VH ≦ VP is satisfied, the following equation 1 is calculated (S21).

【0071】 M≧Q≧(1−(VH/VP))*T・・・(式1) ここで、Qとは、データ転送を開始する前に受信バッフ
ァ14に蓄積されているべき所定のデータ量であり、単
位はバイトである。所定量Qの最大値は、受信バッファ
14のメモリサイズMであり、QがMを越えることはな
い。式1が成立する限り、受信バッファ14から空のデ
ータが読み出されるというアンダーランエラーが生じる
ことはない。
M ≧ Q ≧ (1− (VH / VP)) * T (Equation 1) Here, Q is a predetermined value to be stored in the reception buffer 14 before data transfer is started. It is the amount of data, and the unit is byte. The maximum value of the predetermined amount Q is the memory size M of the reception buffer 14, and Q does not exceed M. As long as Expression 1 holds, an underrun error that empty data is read from the reception buffer 14 does not occur.

【0072】次に、前記式1を満たすように、所定量Q
を設定し(S22)、プリンタ内部の転送速度VPを設
定する(S23)。例えば、内部の転送速度VPがイメ
ージデータの転送速度VHの2倍である場合は、VH/
VP=0.5となり、前記式1から、所定量Q=0.5
Tとなる。従って、この場合は、転送速度VPを最大値
に設定したままで、所定量Qを1ページ分のイメージデ
ータのデータ量Tの半分に設定すればよい。また、VP
がVHよりも十分大きい場合は、所定量Qは1ページ分
のデータ量Tに近付いていくが、所定量Qは受信バッフ
ァ14のメモリサイズMを越えて設定できないため、プ
リンタ内部の転送速度VPの方を最大値から下げて設定
すればよい。
Next, a predetermined amount Q is set so as to satisfy the above equation (1).
Is set (S22), and the transfer speed VP inside the printer is set (S23). For example, when the internal transfer speed VP is twice the transfer speed VH of the image data, VH /
VP = 0.5, and from the above equation 1, the predetermined amount Q = 0.5
It becomes T. Therefore, in this case, the predetermined amount Q may be set to half the data amount T of the image data for one page while the transfer speed VP is set to the maximum value. Also, VP
Is larger than VH, the predetermined amount Q approaches the data amount T for one page, but since the predetermined amount Q cannot be set to exceed the memory size M of the receiving buffer 14, the transfer speed VP inside the printer is Should be set lower than the maximum value.

【0073】このようにして、式1を満たすようにV
P,Qの設定を終了した後に、ホストコンピュータ1に
対してデータ受信許可を通知する(S24)。データ受
信許可通知に応じてホストコンピュータ1からパケット
データが送出されると、該パケットデータは受信バッフ
ァ14に蓄積される(S25)。そして、受信バッファ
14に所定量Qだけのデータが蓄積されるまで、パケッ
トデータを受信する(S26)。
In this manner, V is set so as to satisfy Equation 1.
After completing the setting of P and Q, the host computer 1 is notified of data reception permission (S24). When packet data is transmitted from the host computer 1 in response to the data reception permission notification, the packet data is accumulated in the reception buffer 14 (S25). Then, packet data is received until a predetermined amount Q of data is accumulated in the reception buffer 14 (S26).

【0074】所定量Qのパケットデータが受信バッファ
14に蓄積された場合は、プリントエンジン17へのデ
ータ転送を開始する(S27)。即ち、受信バッファ1
4からパケットデータを取り出して画像処理部15に入
力し、画像処理部15でパルスデータに変換した後、ビ
デオI/F16を介してプリントエンジン17に転送す
る。なお、プリントエンジン17へのデータ転送は、D
MA転送によって行われる。プリントエンジン17は、
受け取ったデータに基づいて、該当する印刷色の印刷を
開始する。
If a predetermined amount Q of packet data has been stored in the reception buffer 14, data transfer to the print engine 17 is started (S27). That is, the receiving buffer 1
4, the packet data is taken out, input to the image processing unit 15, converted into pulse data by the image processing unit 15, and then transferred to the print engine 17 via the video I / F 16. The data transfer to the print engine 17 is performed by D
This is performed by MA transfer. The print engine 17
Printing of the corresponding print color is started based on the received data.

【0075】これにより、プリントエンジン17へのデ
ータ転送とパケットデータの受信とが並行的に処理され
ることになる。ある印刷色について1ページ分のデータ
を全て受信するまで、パケットデータは受信される(S
28)。
As a result, the data transfer to the print engine 17 and the reception of the packet data are processed in parallel. Packet data is received until all data for one page for a certain print color is received (S
28).

【0076】次に、図6には、「第2の転送制御手段」
または「第2の転送制御ステップ」としてのVH>VP
用のデータ転送処理が示されている。
Next, FIG. 6 shows "second transfer control means".
Or VH> VP as “second transfer control step”
A data transfer process is shown.

【0077】まず、VH>VPが成立する場合には、下
記の式2を演算する(S31)。
First, when VH> VP is satisfied, the following equation 2 is calculated (S31).

【0078】 R=(1−(VP/VH))*T≦M・・・(式2) ここで、Rとは、1ページ分のイメージデータを全て受
信したときに受信バッファ14に残存しているデータの
量であり、その単位はバイトである。残存量Rの最大値
は、受信バッファ14のメモリサイズMであり、RがM
を越えることはない。式2が成立する限り、受信バッフ
ァ14に記憶されたデータを新たなデータで上書きする
というオーバーランエラーが生じることはない。
R = (1− (VP / VH)) * T ≦ M (Equation 2) Here, R is left in the reception buffer 14 when all image data of one page is received. The amount of data that is stored, in bytes. The maximum value of the remaining amount R is the memory size M of the reception buffer 14, and R is M
Never exceed. As long as Expression 2 is satisfied, there is no occurrence of an overrun error of overwriting data stored in the reception buffer 14 with new data.

【0079】次に、所定量Qを0に設定し(S32)、
前記式2を満たすように、イメージデータの転送速度V
Hの調整を要求する(S33)。所定量Q=0とするの
は、ページプリンタ11へのデータ転送速度VHの方が
ページプリンタ11内におけるデータ転送速度VPより
も速く、所定量Qだけの蓄積を待つ必要がないためであ
る。なお、前記式2では、パラメータQが現れないた
め、前記S32を省略してもよい。
Next, the predetermined amount Q is set to 0 (S32),
The transfer speed V of the image data is set so as to satisfy Equation 2.
H adjustment is requested (S33). The predetermined amount Q is set to 0 because the data transfer speed VH to the page printer 11 is faster than the data transfer speed VP in the page printer 11, and there is no need to wait for accumulation of the predetermined amount Q. Note that, in Equation 2, since the parameter Q does not appear, S32 may be omitted.

【0080】ホストコンピュータ1にデータ転送速度V
Hの調整を要求した後、ホストコンピュータ1にデータ
受信許可を通知する(S34)。これにより、ホストコ
ンピュータ1は、前記式1を満たすように調整された転
送速度VHをもって、パケットデータの送信を開始す
る。
The data transfer speed V is transmitted to the host computer 1.
After requesting the adjustment of H, the host computer 1 is notified of data reception permission (S34). As a result, the host computer 1 starts transmitting packet data at the transfer speed VH adjusted to satisfy the above equation (1).

【0081】ここで、転送速度VHの調整は、パケット
データ送信中のデータ転送速度の調整によって行うこと
ができる。しかし、これに限らず、パケットデータ送信
中のデータ転送速度を変えずに、パケット送信間隔を調
整することにより、転送速度VHを調整してもよい。
The transfer rate VH can be adjusted by adjusting the data transfer rate during packet data transmission. However, the present invention is not limited to this, and the transfer rate VH may be adjusted by adjusting the packet transmission interval without changing the data transfer rate during packet data transmission.

【0082】ホストコンピュータ1からのパケットデー
タは、受信バッファ14に蓄積され(S35)、プリン
トエンジン17に向けて転送される(S36)。即ち、
受信されたパケットデータは、直ちにプリントエンジン
17に向けて転送され、プリントエンジン17は、受け
取ったデータに基づいて印刷を行う。そして、1ページ
分のイメージデータを全て受信するまでパケットデータ
は受信され(S37,S38)、ホストコンピュータ1
からページプリンタ11へのイメージデータ転送とペー
ジプリンタ11内におけるプリントエンジン17へのデ
ータ転送とが並行的に処理される。
The packet data from the host computer 1 is stored in the reception buffer 14 (S35) and transferred to the print engine 17 (S36). That is,
The received packet data is immediately transferred to the print engine 17, and the print engine 17 performs printing based on the received data. The packet data is received until all the image data for one page is received (S37, S38).
The image data transfer from the printer to the page printer 11 and the data transfer to the print engine 17 in the page printer 11 are processed in parallel.

【0083】図7は、VH≦VPが成立する場合におけ
るパイプライン動作を示す説明図であり、VH=VP/
2とした場合が例示されている。受信バッファ14に
は、前記式1を満たすように、所定量Qが設定されてい
る。
FIG. 7 is an explanatory diagram showing a pipeline operation when VH ≦ VP holds, where VH = VP /
2 is illustrated. A predetermined amount Q is set in the reception buffer 14 so as to satisfy Equation (1).

【0084】時刻t1において、受信バッファ14に対
してパケットデータの入力が開始される。時刻t6で
は、受信バッファ14にパケットデータD1〜D5の5
個のデータが蓄積されている。時刻t10に達すると、
受信バッファ14には9個のパケットデータD1〜D9
が蓄積され、所定量Qに到達する。
At time t1, input of packet data to the reception buffer 14 is started. At time t6, the reception buffer 14 stores the packet data D1
Pieces of data are accumulated. At time t10,
The reception buffer 14 has nine packet data D1 to D9.
Is accumulated, and reaches the predetermined amount Q.

【0085】受信バッファ14が所定量Qだけデータを
記憶すると、プリントエンジン17に向けてデータ転送
が開始される。即ち、先に記憶された2個のパケットデ
ータD1,D2は、受信バッファ14から読み出されて
画像処理部15に転送される(時刻t11)。これらパ
ケットデータD1,D2は、次の時刻t12で、ビデオ
I/F16に転送され、図示せぬ時刻t13でプリント
エンジン17に入力される。プリントエンジン17は、
入力されたデータに応じて印刷を行う。
When the receiving buffer 14 stores the data by the predetermined amount Q, the data transfer to the print engine 17 is started. That is, the previously stored two packet data D1 and D2 are read from the reception buffer 14 and transferred to the image processing unit 15 (time t11). These packet data D1 and D2 are transferred to the video I / F 16 at the next time t12 and input to the print engine 17 at a time t13 (not shown). The print engine 17
Printing is performed according to the input data.

【0086】このように、VH=VP/2の場合は、受
信バッファ14に1個のパケットデータが入力されると
同時に2個のパケットデータが受信バッファ14から読
み出され、プリントエンジン17に向けて転送されてい
く。イメージデータの最後のパケットデータをD16と
すると、最終パケットデータD16は、時刻t18で受
信バッファ14から画像処理部15に転送され、これに
より、受信バッファ14は空となる。
As described above, when VH = VP / 2, one packet data is input to the reception buffer 14 and at the same time two packet data are read from the reception buffer 14 and sent to the print engine 17. Are transferred. Assuming that the last packet data of the image data is D16, the last packet data D16 is transferred from the reception buffer 14 to the image processing unit 15 at time t18, and the reception buffer 14 becomes empty.

【0087】このように構成される本実施の形態によれ
ば、以下の効果を奏する。
According to the present embodiment configured as described above, the following effects can be obtained.

【0088】第1に、1ページ分のイメージデータの受
信が完了する前に、プリントエンジン17へのデータ転
送を開始できるため、イメージデータの受信と印刷とを
並行に処理することができ、印刷速度を向上することが
できる。
First, since the data transfer to the print engine 17 can be started before the reception of the image data for one page is completed, the reception and the printing of the image data can be processed in parallel, and the printing can be performed. Speed can be improved.

【0089】第2に、イメージデータの受信とプリント
エンジン17へのデータ転送とを並行処理できるため、
受信バッファ14のメモリサイズMを1ページ分のイメ
ージデータのデータ量Tよりも小さく設定することがで
きる。換言すれば、1ページ分よりも少ないメモリサイ
ズでページ単位の印刷を行うことができる。
Second, the reception of image data and the transfer of data to the print engine 17 can be performed in parallel.
The memory size M of the reception buffer 14 can be set smaller than the data amount T of the image data for one page. In other words, printing can be performed in page units with a memory size smaller than one page.

【0090】第3に、イメージデータの転送速度VHと
プリントエンジン17へのデータ転送速度VPとを比較
し、VH≦VPが成立する場合には、受信バッファ14
に所定量Qだけパケットデータが蓄積されるのを待って
からプリントエンジン17への転送を開始し、VH>V
Pが成立する場合には、受信バッファ14に到着したデ
ータを直ちにプリントエンジン17に転送するため、V
HとVPとの関係に応じて、イメージデータの受信とプ
リントエンジン17へのデータ転送とを並列に行うこと
ができる。
Third, the transfer rate VH of the image data is compared with the data transfer rate VP to the print engine 17, and if VH ≦ VP is satisfied, the reception buffer 14
, The transfer to the print engine 17 is started after the packet data is accumulated by a predetermined amount Q, and VH> V
If P is satisfied, the data arriving at the receiving buffer 14 is immediately transferred to the print engine 17,
Depending on the relationship between H and VP, reception of image data and data transfer to the print engine 17 can be performed in parallel.

【0091】第4に、VH≦VPが成立する場合は、M
≧Q≧(1−(VH/VP))*Tを満足するように、
所定量Qまたは転送速度VPの少なくともいずれか一方
を設定してからイメージデータの送信を許可し、VH>
VPが成立する場合は、R=(1−(VP/VH))*
T≦Mを満足するように、転送速度VHを設定してから
イメージデータの送信を許可するため、アンダーランエ
ラーやオーバーランエラー等を生じることなく、データ
転送を行うことができる。
Fourth, if VH ≦ VP holds, M
To satisfy ≧ Q ≧ (1- (VH / VP)) * T,
After setting at least one of the predetermined amount Q and the transfer speed VP, transmission of image data is permitted, and VH>
When VP holds, R = (1− (VP / VH)) *
Since transmission of image data is permitted after setting the transfer speed VH so as to satisfy T ≦ M, data transfer can be performed without generating an underrun error, an overrun error, or the like.

【0092】2.第2の実施の形態 次に、図8〜図13に基づいて本発明の第2の実施の形
態を説明する。なお、以下に述べる各実施の形態では、
上述した第1の実施の形態の構成要素と同一の構成要素
には同一の符号を付し、その説明を省略するものとす
る。本実施の形態の特徴は、第1の実施の形態の構成に
加えて、パケットデータの転送中に生じた転送エラーを
解消するための手段を設けた点にある。
[0092] 2. Second Embodiment Next, a second embodiment of the present invention will be described with reference to FIGS. In each of the embodiments described below,
The same components as those of the first embodiment described above are denoted by the same reference numerals, and description thereof will be omitted. The feature of this embodiment lies in that, in addition to the configuration of the first embodiment, means for eliminating a transfer error generated during the transfer of packet data is provided.

【0093】2−1 構成 本実施の形態によるホストコンピュータ41も、プリン
タドライバ42等を備えている。これに加えて、プリン
タドライバ42には、イメージデータの転送速度VHを
修正するための転送速度修正部43が設けられている。
2-1 Configuration The host computer 41 according to the present embodiment also includes a printer driver 42 and the like. In addition, the printer driver 42 is provided with a transfer speed correction unit 43 for correcting the transfer speed VH of the image data.

【0094】本実施の形態によるページプリンタ51
も、受信制御部52、画像処理部15及びプリントエン
ジン17等を備えている。これに加えて、受信制御部5
2には、パケットデータ転送時のエラーを検出するため
のエラー検出部53と、転送エラーを修正するためのエ
ラー修正部54とが設けられている。さらに、受信制御
部52には、ユーザーに対してメモリ増設指示等を行う
ための表示器55が接続されている。
The page printer 51 according to the present embodiment
Also includes a reception control unit 52, an image processing unit 15, a print engine 17, and the like. In addition, the reception control unit 5
2 includes an error detection unit 53 for detecting an error during packet data transfer, and an error correction unit 54 for correcting a transfer error. Further, a display 55 for instructing a user to add a memory or the like to the user is connected to the reception control unit 52.

【0095】2−2 作用 次に、図9〜図13に基づいて本実施の形態の作用を説
明する。
2-2 Operation Next, the operation of the present embodiment will be described with reference to FIGS.

【0096】まず、図9のフローチャートは、ホストコ
ンピュータ41側で実行されるホスト側処理を示してい
る。このホスト側処理は、図3と共に上述した第1の実
施の形態のホスト側処理と同様に、S1〜S9の各ステ
ップを備えている。これに加えて、本実施の形態では、
S6とS7との間に、イメージデータ転送速度VHの修
正を行うための処理が追加されている。
First, the flowchart of FIG. 9 shows the host-side processing executed on the host computer 41 side. This host-side processing includes the steps of S1 to S9, similarly to the host-side processing of the first embodiment described above with reference to FIG. In addition to this, in the present embodiment,
A process for correcting the image data transfer speed VH is added between S6 and S7.

【0097】即ち、予め設定された転送速度VHでパケ
ットデータを送信した後(S6)、ページプリンタ51
から転送速度VHの変更要求がされているか否かを判定
する(S41)。転送速度VHの変更が要求されていな
い場合は、S7に移行して1ページ分の全データを送信
したか否かを判定する。一方、ページプリンタ51から
転送速度VHの変更要求がされた場合には、転送速度V
Hを減少方向に修正する(S42)。後述のように、通
信回線200の混雑度等によって、データ転送にエラー
を生じた場合には、ページプリンタ51から転送速度V
Hの変更要求がだされる。従って、ホストコンピュータ
41は、ページプリンタ51からの変更要求を監視し
(S41)、変更要求があった場合には、転送速度VH
を修正するようにしている(S42)。
That is, after transmitting the packet data at the preset transfer speed VH (S6), the page printer 51
It is determined whether or not a request to change the transfer speed VH has been made (S41). If the change of the transfer speed VH has not been requested, the process shifts to S7 to determine whether all the data of one page has been transmitted. On the other hand, when a request for changing the transfer speed VH is issued from the page printer 51, the transfer speed V
H is corrected in the decreasing direction (S42). As described later, when an error occurs in data transfer due to the congestion degree of the communication line 200 or the like, the transfer speed V
A request to change H is issued. Accordingly, the host computer 41 monitors a change request from the page printer 51 (S41), and when there is a change request, the transfer speed VH
Is corrected (S42).

【0098】次に、図10は、ページプリンタ51側で
実行されるプリンタ側処理を示すフローチャートであ
る。本実施の形態によるプリンタ側処理は、図4と共に
上述した第1の実施の形態のプリンタ側処理と同様に、
S11〜S19の各ステップを備えている。これに加え
て、本実施の形態では、後述するエラー処理後の戻り先
がS12とS13との間に設定されている。
FIG. 10 is a flowchart showing printer-side processing executed on the page printer 51 side. The printer-side processing according to the present embodiment is similar to the printer-side processing according to the first embodiment described above with reference to FIG.
Steps S11 to S19 are provided. In addition, in the present embodiment, the return destination after the error processing described later is set between S12 and S13.

【0099】図11は、VH≦VP用のデータ転送処理
を示すフローチャートであり、図5と共に上述した第1
の実施の形態におけるS21〜S29の各ステップを備
えている。これに加えて、本実施の形態では、S25と
S26との間及びS28とS29との間に、それぞれ転
送エラーを検出するステップS51,S52が設けら
れ、転送エラーが検出された場合は、エラー処理を行う
用になっている(S53)。
FIG. 11 is a flowchart showing a data transfer process for VH ≦ VP, and the first data transfer process described above with reference to FIG.
Each step of S21 to S29 in the embodiment is provided. In addition, in the present embodiment, steps S51 and S52 for detecting a transfer error are provided between S25 and S26 and between S28 and S29, respectively, and when a transfer error is detected, an error is detected. The processing is performed (S53).

【0100】即ち、式1を満たすように、予め所定量
Q、転送速度VPを設定してから、パケットデータの受
信を開始するようにしているが、通信回線200の混雑
度等によっては、式1が満たされなくなり、転送エラー
(アンダーランエラー)を生じる可能性がある。そこ
で、S25,S28でパケットデータを受信した後に、
それぞれ転送エラーが生じたか否かを監視し(S51,
S52)、転送エラーが発生した場合には、エラー処理
を行う(S53)。エラー処理を行った後は、結合子を
介して図10中のS13に戻る。
That is, the packet data reception is started after the predetermined amount Q and the transfer rate VP are set in advance so as to satisfy Expression 1, but depending on the congestion degree of the communication line 200, etc. 1 may not be satisfied, and a transfer error (underrun error) may occur. Therefore, after receiving the packet data in S25 and S28,
It is monitored whether a transfer error has occurred (S51,
S52) If a transfer error occurs, error processing is performed (S53). After performing the error processing, the process returns to S13 in FIG. 10 via the connector.

【0101】次に、図12は、VH>VP用のデータ転
送処理を示すフローチャートであり、図6と共に上述し
た第1の実施の形態におけるS31〜S38の各ステッ
プを備えている。これに加えて、本実施の形態では、S
35とS36との間及びS37とS38との間に、それ
ぞれ転送エラーを検出するステップS61,S62が設
けられており、転送エラーが検出された場合には、エラ
ー処理を行うようになっている(S63)。
Next, FIG. 12 is a flowchart showing the data transfer processing for VH> VP, and includes the steps S31 to S38 in the first embodiment described above with reference to FIG. In addition, in the present embodiment, S
Steps S61 and S62 for detecting a transfer error are provided between 35 and S36 and between S37 and S38, respectively, and when a transfer error is detected, error processing is performed. (S63).

【0102】即ち、VH>VPの場合も、式2を満たす
ように、予めホストコンピュータ41に転送速度VHの
調整を要求しているが(S33)、通信回線200の混
雑度等によっては、式2が成立しなくなり、転送エラー
(オーバーランエラー)を生じる可能性がある。そこ
で、パケットデータを受信した後に、転送エラーが生じ
たか否かを監視し(S61,S62)、転送エラーを検
出した場合には、所定のエラー処理を行うこととしてい
る。
That is, also in the case of VH> VP, the host computer 41 is required to adjust the transfer speed VH in advance so as to satisfy the expression 2 (S33). 2 does not hold, and a transfer error (overrun error) may occur. Therefore, after receiving the packet data, it is monitored whether or not a transfer error has occurred (S61, S62), and when a transfer error is detected, predetermined error processing is performed.

【0103】次に、図13には、図11中のS53及び
図12中のS63に示すエラー処理のフローチャートが
示されている。
Next, FIG. 13 shows a flowchart of the error processing shown in S53 in FIG. 11 and S63 in FIG.

【0104】まず、検出された転送エラーがオーバーラ
ンエラーであるか否かを判別する(S71)。読み出さ
れる前のデータを上書きしてしまうオーバーランエラー
であると判定された場合には、ホストコンピュータ51
に転送速度VHを遅くするように要求すると共に、消失
したデータの再送信を要求する(S72)。また、表示
器55にメモリ増設要求のメッセージを表示し、ユーザ
ーに注意を促す(S73)。
First, it is determined whether or not the detected transfer error is an overrun error (S71). If it is determined that the error is an overrun error that overwrites data before being read, the host computer 51
Request that the transfer rate VH be reduced, and request retransmission of the lost data (S72). Further, a message of a memory expansion request is displayed on the display 55 to call the user's attention (S73).

【0105】一方、オーバーランエラーでない場合は、
空の受信バッファ14からデータを読み出すというアン
ダーランエラーであるか否かを判別する(S74)。ア
ンダーランエラーであると判定された場合は、ページプ
リンタ51内のデータ転送速度VPを初期設定値よりも
遅くし(S76)、または所定量Qを増大させる(S7
5)。さらに、表示器55にメッセージを表示してユー
ザーにメモリ増設を要求する(S77)。ここで、VP
とQの双方を常に修正する必要はない。いずれか一方の
修正のみで転送エラーを解消できる場合も多いからであ
る。図13中では、VP修正後にQを修正するかのよう
に図示しているが、本発明はこれに限定されない。
On the other hand, when there is no overrun error,
It is determined whether or not there is an underrun error of reading data from the empty reception buffer 14 (S74). If it is determined that an underrun error has occurred, the data transfer speed VP in the page printer 51 is made slower than the initial set value (S76), or the predetermined amount Q is increased (S7).
5). Further, a message is displayed on the display 55 to request the user to add a memory (S77). Where VP
And Q need not always be modified. This is because there are many cases in which a transfer error can be resolved by only one of the corrections. Although FIG. 13 shows the case where Q is corrected after VP correction, the present invention is not limited to this.

【0106】オーバーランエラー、アンダーランエラー
のいずれでもない場合は、その他のエラー処理を行う
(S78)。例えば、プリントエンジン17側でエラー
が生じた場合等には、予め設定された処理が行われる。
S78の処理は、本発明の要旨ではないため、詳細を割
愛する。
If it is neither an overrun error nor an underrun error, other error processing is performed (S78). For example, when an error occurs on the print engine 17 side, a preset process is performed.
Since the processing in S78 is not the gist of the present invention, the details are omitted.

【0107】ここで、転送速度VH,VPの変更に際し
ては、幾つかの方法を採用することができる。一つは、
最新の状況に合わせて式1または式2を演算し、各式を
満たすようにVH,VPを変更する方法である。他の一
つは、予め安全率を設定しておき、転送エラーを生じた
場合には、安全率を乗じてVH,VPを遅くする方法で
ある。
Here, for changing the transfer speeds VH and VP, several methods can be adopted. one,
This is a method of calculating Expression 1 or Expression 2 according to the latest situation, and changing VH and VP so as to satisfy each expression. Another method is to set a safety factor in advance and, when a transfer error occurs, multiply the safety factor to slow down VH and VP.

【0108】なお、図13のフローチャートでは、VH
≦VPの場合とVH>VPの場合との双方で利用できる
ように、オーバーランエラー及びアンダーランエラーの
双方を考慮している。しかし、オーバーランエラーは主
としてVH>VPの場合に発生し、アンダーランエラー
は主としてVH≦VPの場合に発生する。従って、例え
ば、図11中のS53で用いる場合は、S74〜S77
の処理は省いてもよく、同様に、図12中のS63で用
いる場合は、S71〜S73の処理は省いてもよい。
In the flowchart of FIG. 13, VH
Both overrun error and underrun error are considered so that they can be used both in the case of ≤VP and in the case of VH> VP. However, the overrun error mainly occurs when VH> VP, and the underrun error mainly occurs when VH ≦ VP. Therefore, for example, when used in S53 in FIG.
May be omitted, and similarly, when used in S63 of FIG. 12, the processes of S71 to S73 may be omitted.

【0109】このように構成される本実施の形態でも、
上述した第1の実施の形態と同様の効果を得ることがで
きる。これに加えて、本実施の形態では、データ転送中
にエラーが生じたか否かを監視し、転送エラーを生じた
場合には、各種パラメータを修正するため、通信回線2
00の品質が低下した場合等でも、転送エラーを速やか
に解消することができ、データ受信と画像印刷との並列
処理を安定に行うことができる。
In this embodiment configured as described above,
The same effects as in the first embodiment can be obtained. In addition to this, in the present embodiment, it is monitored whether or not an error has occurred during data transfer, and if a transfer error has occurred, various parameters are corrected in order to correct various parameters.
Even in the case where the quality of the data "00" deteriorates, the transfer error can be quickly eliminated, and the parallel processing of data reception and image printing can be performed stably.

【0110】3.第3の実施の形態 次に、図14〜図21に基づいて、本発明の第3の実施
の形態を説明する。本実施の形態の特徴は、シングルパ
ス式のプリントエンジンを採用し、印刷順序に応じて各
色のイメージデータを所定量ずつ転送する点にある。
3. Third Embodiment Next, a third embodiment of the present invention will be described with reference to FIGS. The feature of this embodiment is that a single-pass type print engine is employed, and a predetermined amount of image data of each color is transferred according to the printing order.

【0111】3−1 構成 本実施の形態によるホストコンピュータ61も、前記各
実施の形態と同様に、アプリケーションプログラム2
と、プリンタドライバ62と、イメージメモリ63と、
I/F5とを備えている。ここで、イメージメモリ63
には、シアン、マゼンタ、イエロー及びブラックの各色
毎にイメージデータがそれぞれ記憶されるようになって
いる。また、プリンタドライバ62の転送制御部64
は、イメージメモリ63に記憶された各色のイメージデ
ータを印刷順序に従って読み出し、順次ページプリンタ
71に転送するようになっている。
3-1 Configuration The host computer 61 according to the present embodiment also has an application program 2 similar to the above embodiments.
Printer driver 62, image memory 63,
An I / F 5 is provided. Here, the image memory 63
Stores image data for each color of cyan, magenta, yellow, and black. The transfer control unit 64 of the printer driver 62
Reads the image data of each color stored in the image memory 63 in the printing order and sequentially transfers the image data to the page printer 71.

【0112】ページプリンタ71も、前記各実施の形態
と同様に、I/F13と、受信制御部72と、受信バッ
ファ73と、画像処理部15と、ビデオI/F16と、
プリントエンジン74とを備えて構成されている。ここ
で、受信制御部72は、ホストコンピュータ61から受
信したパケットデータの印刷色を判別し、各色毎に受信
バッファ73に記憶させるようになっている。
As in the above embodiments, the page printer 71 also includes an I / F 13, a reception control unit 72, a reception buffer 73, an image processing unit 15, a video I / F 16,
A print engine 74 is provided. Here, the reception control unit 72 determines the print color of the packet data received from the host computer 61 and stores the print data in the reception buffer 73 for each color.

【0113】次に、図15を参照しつつプリントエンジ
ン74の一例を説明する。本実施の形態によるプリント
エンジン74は、各色のエンジンを直列に配置したタン
デム型のプリントエンジンとして構成されている。即
ち、シアン、マゼンタ、イエロー、ブラックの各色毎
に、感光ドラム23と現像機24と転写機29等を備え
てなる印刷ステージが設けられている。このプリントエ
ンジン74では、印刷記録媒体28を搬送する間に、各
色のトナー画像が順次転写され、1回のパスでカラー印
刷を行うことができる。
Next, an example of the print engine 74 will be described with reference to FIG. The print engine 74 according to the present embodiment is configured as a tandem-type print engine in which engines of respective colors are arranged in series. That is, a printing stage including a photosensitive drum 23, a developing unit 24, a transfer unit 29, and the like is provided for each color of cyan, magenta, yellow, and black. In the print engine 74, while the print recording medium 28 is being conveyed, the toner images of each color are sequentially transferred, and color printing can be performed in one pass.

【0114】3−2 作用 次に、図16〜図21に基づいて本実施の形態の作用を
説明する。まず、図16のフローチャートは、ホストコ
ンピュータ61側で実行されるホスト側処理を示してい
る。
3-2 Operation Next, the operation of the present embodiment will be described with reference to FIGS. First, the flowchart of FIG. 16 shows host-side processing executed on the host computer 61 side.

【0115】図15に示すように、各色の画像形成部は
所定距離だけ離間しているため、この離間距離に応じて
各色での印刷タイミングは異なる。そこで、S81で
は、各色での画像形成における印刷タイミングに同期し
て各色のパケットデータをそれぞれ送信すべく、ディレ
イタイマをセットする。このディレイタイマは、図18
中に示すように、所定の遅延時間Δt(図18中では、
3パケットデータ分)が経過すると、タイムアップする
ようにセットされる。
As shown in FIG. 15, since the image forming units for each color are separated by a predetermined distance, the printing timing for each color differs according to the distance. Therefore, in S81, a delay timer is set so as to transmit packet data of each color in synchronization with the print timing in image formation for each color. This delay timer is shown in FIG.
As shown in the figure, a predetermined delay time Δt (in FIG. 18,
When three packet data have elapsed, the time is set up.

【0116】次に、ページプリンタ71からのレディ信
号を監視して、ページプリンタ71が立ち上がっている
か否かを判定し(S82)、ページプリンタ71がレデ
ィ状態になった場合には、1ページ分のイメージデータ
の量Tとパケットデータの転送速度VHとをページプリ
ンタ71に通知する(S83)。
Next, the ready signal from the page printer 71 is monitored to determine whether or not the page printer 71 has started up (S82). The page printer 71 is notified of the image data amount T and the packet data transfer speed VH (S83).

【0117】そして、ページプリンタ71からのデータ
受信許可通知を監視し(S84)、ページプリンタ71
がデータ送信を許可した場合は、ページプリンタ71か
ら転送速度VHの調整要求がされているか否かを判定す
る(S85)。転送速度VHの調整が要求されている場
合には、転送速度VHが調整される(S86)。転送速
度VHの調整が要求されていない場合は、S86はスキ
ップされる。
Then, the data reception permission notification from the page printer 71 is monitored (S84).
If the data transmission is permitted, it is determined whether or not a request for adjusting the transfer speed VH is made from the page printer 71 (S85). If adjustment of the transfer speed VH is requested, the transfer speed VH is adjusted (S86). If the adjustment of the transfer speed VH is not requested, S86 is skipped.

【0118】次に、各色のパケットデータを印刷タイミ
ングに同期させて送出し(S87)、全色の全データの
送信が完了するまで(S88)、前記S84〜S87の
処理を繰り返す。
Next, the packet data of each color is transmitted in synchronization with the print timing (S87), and the above-described processing of S84 to S87 is repeated until the transmission of all data of all colors is completed (S88).

【0119】次に、図17は、図16中のS87で示さ
れる各色データ送信処理を示すフローチャートである。
各色のパケットデータは、それぞれの印刷タイミングに
同期した時間差をもってページプリンタ71に送信され
る。
FIG. 17 is a flowchart showing the color data transmission processing shown in S87 in FIG.
The packet data of each color is transmitted to the page printer 71 with a time difference synchronized with each print timing.

【0120】まず、送信されるべき印刷領域内にシアン
データがあるか否かを判定し(S91)、送信すべきシ
アンデータが存在する場合は、このシアンのパケットデ
ータをページプリンタ71に送信する(S92)。次
に、送信すべきマゼンタデータがあるか否かを判定し
(S93)、送信すべき印刷領域内にマゼンタのデータ
が存在する場合には、マゼンタのパケットデータを送信
する(S94)。
First, it is determined whether or not there is cyan data in a print area to be transmitted (S91). If there is cyan data to be transmitted, the cyan packet data is transmitted to the page printer 71. (S92). Next, it is determined whether or not there is magenta data to be transmitted (S93). If magenta data exists in the print area to be transmitted, magenta packet data is transmitted (S94).

【0121】以下同様に、送信すべきイエローデータが
あるか否かを判定し(S95)、送信すべきイエローデ
ータが存在する場合には、イエローのパケットデータを
送信する(S96)。次に、送信すべきブラックデータ
があるか否かを判定し(S97)、送信すべきブラック
のデータが存在する場合は、ブラックのパケットデータ
を送信する(S98)。最後に、所定の遅延時間Δtが
経過してディレイタイマがカウントアップするまで待機
し(S99)、処理を終了する。
Similarly, it is determined whether there is yellow data to be transmitted (S95), and if there is yellow data to be transmitted, yellow packet data is transmitted (S96). Next, it is determined whether there is black data to be transmitted (S97). If there is black data to be transmitted, black packet data is transmitted (S98). Finally, the process waits until a predetermined delay time Δt elapses and the delay timer counts up (S99), and ends the processing.

【0122】このように、所定の印刷領域毎に各色のパ
ケットデータをそれぞれタイミングを合わせて送信する
ことにより、1ページ分のカラー画像データをページプ
リンタ71に転送することができる。
As described above, by transmitting packet data of each color for each predetermined print area at the same timing, color image data for one page can be transferred to the page printer 71.

【0123】図18のタイムチャートには、各色のパケ
ットデータを送信する様子が示されている。図18の例
では、1ページのイメージデータは、12個のパケット
データに分割されて送信される。印刷タイミングに基づ
く遅延時間Δtは、パケットデータ3個分の時間として
設定されている。図15に示すように、印刷記録媒体2
8は、最初にシアンの印刷ステージを通過する。従っ
て、最初は、印刷領域の先頭に対応する3個のシアンパ
ケットデータC1〜C3が送信される。やがて、印刷記
録媒体は、さらに搬送されるため、印刷記録媒体の先頭
がマゼンタ印刷ステージに到達する。このとき、シアン
印刷ステージでは、C3の次の領域を印刷しようとして
いる。従って、シアンパケットデータC4とマゼンタパ
ケットデータM1とが送信される。このようにして、各
色のパケットデータは、印刷タイミングに同期して送信
される。なお、便宜上、ブラックパケットデータの最終
パケットK12は、図18から省略されている。
The time chart of FIG. 18 shows how packet data of each color is transmitted. In the example of FIG. 18, one page of image data is divided into twelve packet data and transmitted. The delay time Δt based on the print timing is set as the time for three packet data. As shown in FIG.
8 first passes through the cyan printing stage. Therefore, first, three cyan packet data C1 to C3 corresponding to the head of the print area are transmitted. Eventually, the print recording medium is further transported, so that the head of the print recording medium reaches the magenta printing stage. At this time, in the cyan printing stage, an area next to C3 is to be printed. Therefore, the cyan packet data C4 and the magenta packet data M1 are transmitted. Thus, the packet data of each color is transmitted in synchronization with the print timing. Note that, for convenience, the last packet K12 of the black packet data is omitted from FIG.

【0124】次に、図19は、ページプリンタ71側で
実行されるプリンタ側処理を示すフローチャートであ
る。
FIG. 19 is a flowchart showing printer-side processing executed on the page printer 71 side.

【0125】本実施の形態によるプリンタ側処理は、第
1の実施の形態によるプリンタ側処理と同様に、受信バ
ッファ73のメモリサイズMをチェックし(S11)、
ホストコンピュータ61にプリンタレディを通知する
(S12)。ここで、本実施の形態におけるメモリサイ
ズMとは、シアン、マゼンタ、イエロー及びブラックの
各色のメモリサイズを示すものである。従って、バッフ
ァ73のトータルメモリサイズは、1色分のメモリサイ
ズMの4倍、即ち、4Mとなる。
In the printer-side processing according to the present embodiment, the memory size M of the reception buffer 73 is checked (S11), as in the printer-side processing according to the first embodiment.
The printer ready is notified to the host computer 61 (S12). Here, the memory size M in the present embodiment indicates the memory size of each color of cyan, magenta, yellow, and black. Therefore, the total memory size of the buffer 73 is four times the memory size M for one color, that is, 4M.

【0126】次に、ホストコンピュータ61から1ペー
ジ分のイメージデータ量T及びパケットデータの転送速
度VHが通知されるまで待機し(S13)、通知された
場合には、これらパラメータT,VH,M,VPをセッ
トする(S14)。そして、VH≦VPが成立するか否
かを判定し(S15)、VH≦VPが成立する場合に
は、後述するVH≦VP用転送処理を行う(S10
1)。一方、VH>VPが成立する場合は、後述するV
H>VP用転送処理を実行する(S102)。なお、前
記各パラメータT,VH,M,VPは、各色毎に存在す
る値であるが、同一の値であるため、設定は1回でよ
い。
Next, the process waits until the host computer 61 notifies the image data amount T of one page and the transfer speed VH of the packet data (S13). If notified, these parameters T, VH, M , VP are set (S14). Then, it is determined whether or not VH ≦ VP holds (S15). If VH ≦ VP holds, a transfer process for VH ≦ VP described below is performed (S10).
1). On the other hand, when VH> VP holds,
H> Transfer processing for VP is executed (S102). Note that the parameters T, VH, M, and VP are values that exist for each color, but since they are the same value, they need only be set once.

【0127】図20は、図19中にS101で示される
VH≦VP用転送処理を示すフローチャートである。本
処理は、図5と共に上述した前記実施の形態と同様に、
S21〜S29の各ステップを備えている。これに加え
て、本実施の形態では、S25及びS28でパケットデ
ータを受信した後に、受信したパケットデータの色判定
を行い、所定のメモリ領域に記憶させている(S11
1,S112)。
FIG. 20 is a flowchart showing the transfer processing for VH ≦ VP shown in S101 in FIG. This processing is performed in the same manner as in the embodiment described above with reference to FIG.
Steps S21 to S29 are provided. In addition, in the present embodiment, after receiving the packet data in S25 and S28, the color of the received packet data is determined and stored in a predetermined memory area (S11).
1, S112).

【0128】即ち、S111,S112では、受信した
パケットデータのヘッダ部を検査することにより、いず
れの印刷色に該当するデータであるかを検査し、この検
査されたパケットデータを受信バッファ73の所定領域
に格納させる。格納されたパケットデータは、対応する
色の印刷ステージに転送される。
That is, in S111 and S112, by checking the header portion of the received packet data, it is checked which data corresponds to which print color. Store in the area. The stored packet data is transferred to the corresponding color printing stage.

【0129】図21は、図19中にS102として示さ
れるVH>VP用転送処理を示すフローチャートであ
る。本処理は、図6と共に上述した前記実施の形態と同
様に、S31〜S38までの各ステップを備えている。
これに加えて、本実施の形態では、上述したVH≦VP
用転送処理と同様に、S35及びS37でパケットデー
タを受信した後、受信したパケットデータの色判定を行
い、受信バッファ73の対応する領域に格納させている
(S121,S122)。
FIG. 21 is a flowchart showing the transfer processing for VH> VP shown as S102 in FIG. This processing includes the steps of S31 to S38 as in the above-described embodiment with reference to FIG.
In addition, in the present embodiment, the above-described VH ≦ VP
After receiving the packet data in S35 and S37, the color determination of the received packet data is performed, and stored in the corresponding area of the reception buffer 73 (S121, S122).

【0130】このように構成される本実施の形態でも、
ホストコンピュータ61からページプリンタ71のデー
タ受信とプリントエンジン74へのデータ転送とを並行
して行うことができるため、上述した第1の実施の形態
と同様の効果を奏する。これに加えて、本実施の形態で
は、印刷記録媒体を1回通過させるだけカラー印刷可能
なシングルパス型のプリントエンジン74を用いるた
め、印刷速度を向上することができる。
In the present embodiment configured as described above,
Since the data reception of the page printer 71 from the host computer 61 and the data transfer to the print engine 74 can be performed in parallel, the same effects as in the first embodiment described above can be obtained. In addition, in the present embodiment, since the single-pass type print engine 74 capable of performing color printing only by passing the print recording medium once is used, the printing speed can be improved.

【0131】4.第4の実施の形態 次に、図22〜図27に基づいて、本発明の第4の実施
の形態を説明する。本実施の形態では、前記各実施の形
態で述べた構成要素と同一の構成要素に同一の符号を付
し、その説明を省略するものとする。本実施の形態の特
徴は、前記第3の実施の形態に転送エラーを解消する手
段を設けた点にある。
4. Fourth Embodiment Next, a fourth embodiment of the present invention will be described with reference to FIGS. In the present embodiment, the same components as those described in the above embodiments are denoted by the same reference numerals, and description thereof will be omitted. The feature of the present embodiment is that a means for eliminating a transfer error is provided in the third embodiment.

【0132】4−1 構成 本実施の形態によるホストコンピュータ81は、アプリ
ケーションプログラム2と、プリンタドライバ82と、
イメージメモリ63等を備えている。ここで、本実施の
形態によるホストコンピュータ81のプリンタドライバ
82には、前記第2の実施の形態で述べた転送速度修正
部43がさらに設けられている。
4-1 Configuration The host computer 81 according to the present embodiment includes an application program 2, a printer driver 82,
An image memory 63 and the like are provided. Here, the printer driver 82 of the host computer 81 according to the present embodiment is further provided with the transfer speed correcting unit 43 described in the second embodiment.

【0133】本ページプリンタ91も、受信制御部92
と、受信バッファ73と、画像処理部15と、プリント
エンジン74等を備えている。これに加えて、本実施の
形態によるページプリンタ91は、前記第2の実施の形
態によるページプリンタ51と同様に、エラー検出部5
3及びエラー修正部54が受信制御部92に追加されて
いる。そして、受信制御部92には、液晶ディスプレイ
等の表示器55が接続されている。
This page printer 91 also has a reception control unit 92.
, A reception buffer 73, an image processing unit 15, a print engine 74, and the like. In addition, the page printer 91 according to the present embodiment is similar to the page printer 51 according to the second embodiment in that the error detection unit 5
3 and an error correction unit 54 are added to the reception control unit 92. The display 55 such as a liquid crystal display is connected to the reception control unit 92.

【0134】4−2 作用 次に、図23〜図27に基づいて本実施の形態の作用を
説明する。図23には、ホストコンピュータ81側で実
行されるホスト側処理が示されている。
4-2 Operation Next, the operation of the present embodiment will be described with reference to FIGS. FIG. 23 shows host-side processing executed on the host computer 81 side.

【0135】本ホスト側処理は、図16と共に上述した
第3の実施の形態におけるS81〜S88の各ステップ
を備えている。これに加えて、本実施の形態では、後述
するように、転送速度VHの調整要求がされると、結合
子を介してS82とS83との間に戻るようになってい
る。
The host-side processing includes the steps of S81 to S88 in the third embodiment described above with reference to FIG. In addition, in the present embodiment, as described later, when an adjustment request for the transfer speed VH is made, the process returns between S82 and S83 via a connector.

【0136】図24のフローチャートは、各色のパケッ
トデータを送信するための処理を示している。本処理
は、図17と共に上述した第3の実施の形態におけるS
91〜S99の各処理を備えている。これに加えて、本
実施の形態では、前記第2の実施の形態と同様に、各色
のパケットデータを送信した後に、ページプリンタ91
から転送速度VHの変更要求がされているか否かを監視
しており(S131,S132,S133,S13
4)、VH調整要求が発行されている場合は、転送速度
VHを調整するようになっている(S135)。
The flowchart of FIG. 24 shows a process for transmitting packet data of each color. This processing corresponds to S in the third embodiment described above with reference to FIG.
Each processing of 91 to S99 is provided. In addition to this, in the present embodiment, similarly to the second embodiment, after transmitting the packet data of each color, the page printer 91
(S131, S132, S133, S13).
4) If a VH adjustment request has been issued, the transfer speed VH is adjusted (S135).

【0137】次に、図25は、ページプリンタ91側で
実行されるプリンタ側処理を示すフローチャートであ
る。本処理は、図19と共に上述した第3の実施の形態
と同様に、S11〜S15までの各ステップとS101
及びS102の両ステップとを備えている。これに加え
て、本処理は、前記第2の実施の形態と同様に、転送エ
ラーを解消した後に、S12とS13との間に処理を戻
すようになっている。
Next, FIG. 25 is a flowchart showing printer-side processing executed on the page printer 91 side. This processing is similar to the third embodiment described above with reference to FIG.
And S102. In addition, as in the second embodiment, the process returns to the step between S12 and S13 after the transfer error is resolved.

【0138】図26は、VH≦VP用転送処理を示すフ
ローチャートである。本処理は、図20と共に上述した
前記第3の実施の形態と同様に、S21〜S29までの
各ステップとS111及びS112の両ステップとを備
えている。これに加えて、本実施の形態では、S25及
びS28でパケットデータを受信した後に、転送エラー
が発生したか否かを監視し(S141,S142)、転
送エラーを検出した場合には、エラー処理を行うように
なっている(S143)。S143では、図13に示す
エラー処理が実行される。なお、図26中では、パケッ
トデータの色判定及び格納処理(S111,S112)
の後に、転送エラーを検出しているが、これに限らず、
色判定及び格納処理の前に転送エラーを検出してもよ
い。
FIG. 26 is a flowchart showing the transfer processing for VH ≦ VP. This processing includes each step of S21 to S29 and both steps of S111 and S112, similarly to the third embodiment described above with reference to FIG. In addition, in this embodiment, after receiving the packet data in S25 and S28, it is monitored whether or not a transfer error has occurred (S141, S142). Is performed (S143). In S143, the error processing shown in FIG. 13 is executed. In FIG. 26, the packet data color determination and storage processing (S111, S112)
Followed by a transfer error, but not limited to this,
A transfer error may be detected before the color determination and storage processing.

【0139】図27は、VH>VP用転送処理を示すフ
ローチャートである。本処理は、図21と共に上述した
第3の実施の形態と同様に、S31〜S38までの各ス
テップとS121及びS122の両ステップとを備えて
いる。これに加えて、本実施の形態では、VH≦VP用
転送処理の場合と同様に、S35及びS37でパケット
データを受信した後に、転送エラーが発生したか否かを
検出し(S151,S152)、転送エラーを検出した
場合には、エラー処理を行うようになっている(S15
3)。S153では、図13に示すエラー処理が実行さ
れる。
FIG. 27 is a flowchart showing the transfer processing for VH> VP. This processing includes each of steps S31 to S38 and both steps S121 and S122, as in the third embodiment described above with reference to FIG. In addition, in the present embodiment, similarly to the case of the transfer processing for VH ≦ VP, after receiving the packet data in S35 and S37, it is detected whether or not a transfer error has occurred (S151, S152). When a transfer error is detected, error processing is performed (S15).
3). In S153, the error processing shown in FIG. 13 is executed.

【0140】このように構成される本実施の形態でも、
ホストコンピュータ81からのデータ受信とプリントエ
ンジン74へのデータ転送とを並行処理できる上に、デ
ータ転送エラーを検出した場合には、各種パラメータを
調整等するエラー処理を行うことができるため、第2の
実施の形態と同様の効果を得ることができる。
In the present embodiment configured as described above,
Since data reception from the host computer 81 and data transfer to the print engine 74 can be performed in parallel, and when a data transfer error is detected, error processing for adjusting various parameters can be performed. The same effect as that of the embodiment can be obtained.

【0141】なお、当業者であれば、前記各実施の形態
に記載された本発明の要旨の範囲内で種々の追加、変更
等が可能である。例えば、図1中に示すように、記録媒
体MMに所定のプログラムを記憶させておき、該プログ
ラムをプリンタにロードすることにより、本発明を実現
することもできる。記録媒体としては、例えば、RO
M,FD,CD−ROM,メモリカード等の種々の有形
的記憶媒体のほか、通信ネットワークを介してプログラ
ムをダウンロードさせる等のように通信媒体をも含む。
It should be noted that those skilled in the art can make various additions and changes within the scope of the present invention described in the above embodiments. For example, as shown in FIG. 1, the present invention can be realized by storing a predetermined program in a recording medium MM and loading the program into a printer. As a recording medium, for example, RO
In addition to various tangible storage media such as M, FD, CD-ROM, and memory card, communication media such as downloading a program via a communication network is also included.

【0142】また、前記各実施の形態では、シアン、マ
ゼンタ、イエロー及びブラックの4色でカラー印刷が可
能な印刷システムを例示したが、本発明はこれに限ら
ず、例えば、シアン、マゼンタ、イエローの3色でカラ
ー印刷する場合にも適用でき、モノクロ印刷の場合にも
適用することができる。
Further, in each of the above embodiments, a printing system capable of performing color printing in four colors of cyan, magenta, yellow and black has been exemplified. However, the present invention is not limited to this. For example, cyan, magenta, yellow This can be applied to the case of color printing with the three colors described above and also to the case of monochrome printing.

【0143】さらに、前記各実施の形態では、マルチパ
ス型のプリントエンジン17として中間転写体式のもの
を挙げ、シングルパス型のプリントエンジン74として
タンデム型のものを例示したが、これに限らず、種々の
形式のエンジンを採用することができる。
Further, in each of the above embodiments, the multi-pass type print engine 17 is an intermediate transfer type, and the single-pass type print engine 74 is a tandem type. However, the present invention is not limited to this. Various types of engines can be employed.

【0144】さらに、前記各実施の形態では、ホストコ
ンピュータからページプリンタに送信するイメージデー
タの転送速度VHとページプリンタ内におけるプリント
エンジンへのデータ転送速度VPとの比較判定をプリン
タ側で行っているが、本発明はこれに限らない。例え
ば、ホストコンピュータ側で転送速度VH,VPの比較
を行い、この比較結果に基づいて使用すべき転送処理
(VH≦VP用転送処理、VH>VP用転送処理)をプ
リンタ側に指示する構成としてもよい。なお、この場合
には、プリンタ側からホストコンピュータ側に予め転送
速度VPを通知させればよい。
Further, in each of the above embodiments, the printer determines whether or not the transfer speed VH of image data transmitted from the host computer to the page printer and the data transfer speed VP to the print engine in the page printer are compared. However, the present invention is not limited to this. For example, the transfer speeds VH and VP are compared on the host computer side, and the transfer process to be used (VH ≦ VP transfer process, VH> VP transfer process) is instructed to the printer based on the comparison result. Is also good. In this case, the transfer speed VP may be notified from the printer to the host computer in advance.

【0145】なお、前記各実施の形態では、シリアル伝
送の場合を例に挙げて説明したが、パラレル伝送に適用
してもよい。
In each of the above embodiments, the case of serial transmission has been described as an example, but the present invention may be applied to parallel transmission.

【0146】[0146]

【発明の効果】以上説明した通り、本発明に係るページ
プリントシステム、ページプリント方法及びページプリ
ンタによれば、イメージデータの受信とプリントエンジ
ンへのデータ転送とを並行して処理することができるた
め、印刷速度を向上することができる。
As described above, according to the page print system, page print method, and page printer of the present invention, image data reception and data transfer to the print engine can be processed in parallel. The printing speed can be improved.

【0147】また、所定の演算式を満足させるようにパ
ラメータを設定してからイメージデータの送信を許可す
るため、転送エラーの発生を防止することができる。
Further, since the transmission of the image data is permitted after the parameters are set so as to satisfy the predetermined arithmetic expression, it is possible to prevent the occurrence of a transfer error.

【0148】さらに、ネットワークの混雑具合等によっ
てデータ転送にエラーが生じた場合でも、エラー処理手
段によって転送エラーを解消でき、データ転送の信頼性
を高めることができる。
Further, even when an error occurs in data transfer due to network congestion or the like, the transfer error can be eliminated by the error processing means, and the reliability of data transfer can be improved.

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

【図1】本発明の第1の実施の形態によるページプリン
トシステムの構成を示す説明図である。
FIG. 1 is an explanatory diagram showing a configuration of a page print system according to a first embodiment of the present invention.

【図2】プリントエンジンの一例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of a print engine.

【図3】ホスト側処理を示すフローチャートである。FIG. 3 is a flowchart illustrating host-side processing.

【図4】プリンタ側処理を示すフローチャートである。FIG. 4 is a flowchart illustrating printer-side processing.

【図5】VH≦VP用転送処理を示すフローチャートで
ある。
FIG. 5 is a flowchart illustrating a transfer process for VH ≦ VP.

【図6】VH>VP用転送処理を示すフローチャートで
ある。
FIG. 6 is a flowchart showing a transfer process for VH> VP.

【図7】プリンタ内におけるデータ転送の様子を示す説
明図である。
FIG. 7 is an explanatory diagram showing a state of data transfer in the printer.

【図8】本発明の第2の実施の形態によるページプリン
トシステムの構成を示す説明図である。
FIG. 8 is an explanatory diagram illustrating a configuration of a page print system according to a second embodiment of the present invention.

【図9】ホスト側処理を示すフローチャートである。FIG. 9 is a flowchart showing host-side processing.

【図10】プリンタ側処理を示すフローチャートであ
る。
FIG. 10 is a flowchart illustrating processing on the printer side.

【図11】VH≦VP用転送処理を示すフローチャート
である。
FIG. 11 is a flowchart illustrating a transfer process for VH ≦ VP.

【図12】VH>VP用転送処理を示すフローチャート
である。
FIG. 12 is a flowchart showing a transfer process for VH> VP.

【図13】エラー処理を示すフローチャートである。FIG. 13 is a flowchart illustrating error processing.

【図14】本発明の第3の実施の形態によるページプリ
ントシステムの構成を示す説明図である。
FIG. 14 is an explanatory diagram showing a configuration of a page print system according to a third embodiment of the present invention.

【図15】プリントエンジンの一例を示す説明図であ
る。
FIG. 15 is an explanatory diagram illustrating an example of a print engine.

【図16】ホスト側処理を示すフローチャートである。FIG. 16 is a flowchart illustrating host-side processing.

【図17】各色のパケットデータを送信する処理を示す
フローチャートである。
FIG. 17 is a flowchart illustrating a process of transmitting packet data of each color.

【図18】パケットデータの送信状況を示す説明図であ
る。
FIG. 18 is an explanatory diagram showing a transmission state of packet data.

【図19】プリンタ側処理を示すフローチャートであ
る。
FIG. 19 is a flowchart illustrating printer-side processing.

【図20】VH≦VP用転送処理を示すフローチャート
である。
FIG. 20 is a flowchart illustrating a transfer process for VH ≦ VP.

【図21】VH>VP用転送処理を示すフローチャート
である。
FIG. 21 is a flowchart showing a transfer process for VH> VP.

【図22】本発明の第4の実施の形態によるページプリ
ントシステムの構成を示す説明図である。
FIG. 22 is an explanatory diagram showing a configuration of a page print system according to a fourth embodiment of the present invention.

【図23】ホスト側処理を示すフローチャートである。FIG. 23 is a flowchart showing host-side processing.

【図24】各色のパケットデータを送信する処理を示す
フローチャートである。
FIG. 24 is a flowchart illustrating a process of transmitting packet data of each color.

【図25】プリンタ側処理を示すフローチャートであ
る。
FIG. 25 is a flowchart illustrating processing on the printer side.

【図26】VH≦VP用転送処理を示すフローチャート
である。
FIG. 26 is a flowchart showing transfer processing for VH ≦ VP.

【図27】VH>VP用転送処理を示すフローチャート
である。
FIG. 27 is a flowchart showing a transfer process for VH> VP.

【符号の説明】 1 ホストコンピュータ 3 プリンタドライバ 11 ページプリンタ 12 受信制御部 14 受信バッファ 17 プリントエンジン 41 ホストコンピュータ 42 プリンタドライバ 51 ページプリンタ 52 受信制御部 55 表示器 61 ホストコンピュータ 62 プリンタドライバ 71 ページプリンタ 72 受信制御部 73 受信バッファ 74 プリントエンジン 81 ホストコンピュータ 82 プリンタドライバ 91 ページプリンタ 92 受信制御部DESCRIPTION OF SYMBOLS 1 host computer 3 printer driver 11 page printer 12 reception control unit 14 reception buffer 17 print engine 41 host computer 42 printer driver 51 page printer 52 reception control unit 55 display 61 host computer 62 printer driver 71 page printer 72 Reception control unit 73 Reception buffer 74 Print engine 81 Host computer 82 Printer driver 91 Page printer 92 Reception control unit

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 イメージデータを生成するデータ生成装
置と、該データ生成装置からのイメージデータに基づい
てプリントエンジンを駆動することにより印刷記録媒体
を1ページ単位で印刷するページプリンタとを備えたペ
ージプリントシステムにおいて、 前記イメージデータは、前記データ生成装置から前記ペ
ージプリンタに向けてパケット単位で送信されるもので
あり、 前記データ生成装置から前記ページプリンタへ入力され
る前記イメージデータの転送速度VHと該イメージデー
タに基づいて前記プリントエンジンへ入力されるデータ
の転送速度VPとを比較し、VH>VPとVH≦VPの
いずれが成立するかを判別する判別手段と、 VH≦VPが成立する場合は、前記データ生成装置から
前記イメージデータを所定量Qだけ受信してから前記プ
リントエンジンへのデータ転送を開始する第1の転送制
御手段と、 VH>VPが成立する場合は、前記データ生成装置から
前記イメージデータを受信したときに前記プリントエン
ジンへのデータ転送を開始する第2の転送制御手段と、
を備えたことを特徴とするページプリントシステム。
1. A page comprising: a data generating device for generating image data; and a page printer for printing a print recording medium by one page by driving a print engine based on the image data from the data generating device. In the printing system, the image data is transmitted from the data generation device to the page printer in packet units, and a transfer speed VH of the image data input from the data generation device to the page printer. Comparing the transfer speed VP of the data input to the print engine based on the image data and determining whether VH> VP or VH ≦ VP is satisfied, and determining whether VH ≦ VP is satisfied. Receives a predetermined amount Q of the image data from the data generation device, First transfer control means for starting data transfer from the data generating device to the print engine, and when VH> VP is satisfied, starting data transfer to the print engine when the image data is received from the data generating device. Second transfer control means for performing
A page print system comprising:
【請求項2】 1ページ分のイメージデータ量をTバイ
ト、前記ページプリンタの受信バッファの大きさをMバ
イトとしたときに、 前記第1の転送制御手段は、M≧Q≧(1−(VH/V
P))*Tを満足するように前記所定量Qまたは前記転
送速度VPの少なくともいずれか一方を設定してから、
前記イメージデータの送信を許可し、 さらに、前記第2の転送制御手段は、前記Tバイトのデ
ータを全て受信したときに前記受信バッファに蓄積され
たイメージデータ量をRバイトとすると、R=(1−
(VP/VH))*T≦Mを満足するように前記転送速
度VHを設定してから、前記イメージデータの送信を許
可する請求項1に記載のページプリントシステム。
2. When the amount of image data for one page is T bytes, and the size of the receiving buffer of the page printer is M bytes, the first transfer control means: M ≧ Q ≧ (1- ( VH / V
P)) After setting at least one of the predetermined amount Q and the transfer rate VP so as to satisfy * T,
If the transmission of the image data is permitted, and the second transfer control means sets the amount of image data accumulated in the reception buffer to R bytes when all of the T bytes of data are received, R = ( 1-
2. The page print system according to claim 1, wherein the transfer rate VH is set so as to satisfy (VP / VH) * T≤M, and then transmission of the image data is permitted.
【請求項3】 データ転送エラーを生じたか否かを監視
し、転送エラーを生じた場合には該転送エラーを解消す
るように前記所定量Q、前記転送速度VH、前記転送速
度VPを再設定するエラー処理手段を設けた請求項2に
記載のページプリントシステム。
3. A method for monitoring whether a data transfer error has occurred, and resetting the predetermined amount Q, the transfer speed VH, and the transfer speed VP so as to eliminate the transfer error when the transfer error occurs. 3. The page printing system according to claim 2, further comprising an error processing unit that performs the processing.
【請求項4】 前記エラー処理手段は、オーバーランエ
ラーが発生した場合には前記転送速度VHを低下させる
ように再設定し、アンダーランエラーが発生した場合に
は、前記転送速度VPを低下させるように再設定する請
求項3に記載のページプリントシステム。
4. The error processing means resets the transfer speed VH to decrease when an overrun error occurs, and reduces the transfer speed VP when an underrun error occurs. 4. The page printing system according to claim 3, wherein the setting is reset.
【請求項5】 前記プリントエンジンはカラープリント
エンジンとして構成されており、前記イメージデータ
は、各色のページ毎に送信される請求項1〜請求項4の
いずれかに記載のページプリントシステム。
5. The page print system according to claim 1, wherein the print engine is configured as a color print engine, and the image data is transmitted for each color page.
【請求項6】 前記プリントエンジンはカラープリント
エンジンとして構成されており、印刷順序に応じて各色
のイメージデータを所定量ずつ送信する請求項1〜請求
項4のいずれかに記載のページプリントシステム。
6. The page print system according to claim 1, wherein the print engine is configured as a color print engine, and transmits a predetermined amount of image data of each color according to a printing order.
【請求項7】 受信したイメージデータに基づいてプリ
ントエンジンを駆動することにより印刷記録媒体を1ペ
ージ単位で印刷するページプリント方法において、 前記イメージデータは、パケット単位で送信されるもの
であり、 前記イメージデータの転送速度VHと該イメージデータ
に基づいて前記プリントエンジンへ入力されるデータの
転送速度VPとを比較し、VH>VPとVH≦VPのい
ずれが成立するかを判別するステップと、 VH≦VPが成立する場合は、前記イメージデータを所
定量Qだけ受信してから前記プリントエンジンへのデー
タ転送を開始する第1の転送制御ステップと、 VH>VPが成立する場合は、前記イメージデータを受
信したときに前記プリントエンジンへのデータ転送を開
始する第2の転送制御ステップと、を備えたことを特徴
とするページプリント方法。
7. A page printing method for printing a print recording medium in units of one page by driving a print engine based on received image data, wherein the image data is transmitted in units of packets. Comparing the transfer speed VH of the image data with the transfer speed VP of the data input to the print engine based on the image data to determine which of VH> VP and VH ≦ VP is satisfied; If ≤VP, a first transfer control step of receiving the image data by a predetermined amount Q and then starting data transfer to the print engine; and, if VH> VP, the image data A second transfer control step of starting data transfer to the print engine when receiving Page printing method characterized by comprising a.
【請求項8】 1ページ分のイメージデータ量をTバイ
ト、受信バッファの大きさをMバイトとしたときに、 前記第1の転送制御ステップは、M≧Q≧(1−(VH
/VP))*Tを満足するように前記所定量Qまたは前
記転送速度VPの少なくともいずれか一方を設定してか
ら、前記イメージデータの送信を許可し、 さらに、前記第2の転送制御ステップは、前記Tバイト
のデータを全て受信したときに前記受信バッファに蓄積
されたイメージデータ量をRバイトとすると、R=(1
−(VP/VH))*T≦Mを満足するように前記転送
速度VHを設定してから、前記イメージデータの送信を
許可する請求項7に記載のページプリント方法。
8. When the amount of image data for one page is T bytes and the size of a receiving buffer is M bytes, the first transfer control step includes the following steps: M ≧ Q ≧ (1- (VH
/ VP)) * At least one of the predetermined amount Q and the transfer rate VP is set so as to satisfy * T, and then the transmission of the image data is permitted. Further, the second transfer control step includes: When the amount of image data accumulated in the reception buffer when all the T bytes of data are received is R bytes, R = (1
The page printing method according to claim 7, wherein the transfer of the image data is permitted after setting the transfer speed VH so as to satisfy-(VP / VH)) * T≤M.
【請求項9】 受信したイメージデータに基づいてプリ
ントエンジンを駆動することにより、印刷記録媒体を1
ページ単位で印刷するページプリンタにおいて、 前記イメージデータは、パケット単位で送信されるもの
であり、 前記イメージデータの転送速度VHと該イメージデータ
に基づいて前記プリントエンジンへ入力されるデータの
転送速度VPとを比較し、VH>VPとVH≦VPのい
ずれが成立するかを判別する判別手段と、 VH≦VPが成立する場合は、前記イメージデータを所
定量Qだけ受信してから前記プリントエンジンへのデー
タ転送を開始する第1の転送制御手段と、 VH>VPが成立する場合は、前記イメージデータを受
信したときに前記プリントエンジンへのデータ転送を開
始する第2の転送制御手段と、を備えたことを特徴とす
るページプリンタ。
9. A print recording medium is driven by driving a print engine based on received image data.
In a page printer that prints in page units, the image data is transmitted in packet units, and the transfer speed VH of the image data and the transfer speed VP of data input to the print engine based on the image data. Determining whether VH> VP or VH ≦ VP is satisfied, and when VH ≦ VP is satisfied, receiving the image data by a predetermined amount Q and then transmitting the image data to the print engine. First transfer control means for starting the data transfer of the image data, and second transfer control means for starting the data transfer to the print engine when the image data is received, when VH> VP is satisfied. A page printer, comprising:
【請求項10】 1ページ分のイメージデータ量をTバ
イト、受信バッファの大きさをMバイトとしたときに、 前記第1の転送制御手段は、M≧Q≧(1−(VH/V
P))*Tを満足するように前記所定量Qまたは前記転
送速度VPの少なくともいずれか一方を設定してから、
前記イメージデータの送信を許可し、 さらに、前記第2の転送制御手段は、前記Tバイトのデ
ータを全て受信したときに前記受信バッファに蓄積され
たイメージデータ量をRバイトとすると、R=(1−
(VP/VH))*T≦Mを満足するように前記転送速
度VHを設定してから、前記イメージデータの送信を許
可する請求項9に記載のページプリンタ。
10. When the amount of image data for one page is T bytes and the size of a receiving buffer is M bytes, the first transfer control means determines that M ≧ Q ≧ (1- (VH / V
P)) After setting at least one of the predetermined amount Q and the transfer rate VP so as to satisfy * T,
If the transmission of the image data is permitted, and the second transfer control means sets the amount of image data stored in the reception buffer to R bytes when all of the T bytes of data are received, R = ( 1-
10. The page printer according to claim 9, wherein the transmission of the image data is permitted after setting the transfer speed VH so as to satisfy (VP / VH) * T≤M.
【請求項11】 データ転送エラーを生じたか否かを監
視し、転送エラーを生じた場合には該転送エラーを解消
するように前記所定量Q、前記転送速度VH、前記転送
速度VPを再設定するエラー処理手段を設けた請求項1
0に記載のページプリンタ。
11. Monitoring whether a data transfer error has occurred, and resetting the predetermined amount Q, the transfer speed VH, and the transfer speed VP so as to eliminate the transfer error when the transfer error occurs. 2. An error processing means, comprising:
0 page printer.
【請求項12】 前記エラー処理手段は、オーバーラン
エラーが発生した場合には前記転送速度VHを低下させ
るように再設定し、アンダーランエラーが発生した場合
には、前記転送速度VPを低下させるように再設定する
請求項11に記載のページプリンタ。
12. The error processing means resets the transfer speed VH to decrease when an overrun error occurs, and lowers the transfer speed VP when an underrun error occurs. The page printer according to claim 11, wherein the page printer is reset.
【請求項13】 前記プリントエンジンはカラープリン
トエンジンとして構成されており、前記イメージデータ
は、各色のページ毎に送信される請求項9〜請求項12
のいずれかに記載のページプリンタ。
13. The print engine according to claim 9, wherein the print engine is configured as a color print engine, and the image data is transmitted for each color page.
The page printer according to any of the above.
【請求項14】 前記プリントエンジンはカラープリン
トエンジンとして構成されており、印刷順序に応じて各
色のイメージデータを所定量ずつ送信する請求項9〜請
求項12のいずれかに記載のページプリンタ。
14. The page printer according to claim 9, wherein said print engine is configured as a color print engine, and transmits a predetermined amount of image data of each color according to a printing order.
【請求項15】 印刷制御プログラムを記録したプログ
ラム記録媒体において、 受信するイメージデータの転送速度VHと該イメージデ
ータに基づいてプリントエンジンへ入力されるデータの
転送速度VPとを比較し、VH>VPとVH≦VPのい
ずれが成立するかを判別する判別手段と、 VH≦VPが成立する場合は、前記イメージデータを所
定量Qだけ受信してから前記プリントエンジンへのデー
タ転送を開始する第1の転送制御手段と、 VH>VPが成立する場合は、前記イメージデータを受
信したときに前記プリントエンジンへのデータ転送を開
始する第2の転送制御手段と、をコンピュータに実現さ
せるためのプログラムを前記コンピュータが読取り及び
理解可能な形態で記録したプログラム記録媒体。
15. A program recording medium on which a print control program is recorded, wherein a transfer speed VH of received image data is compared with a transfer speed VP of data input to a print engine based on the image data, and VH> VP. And VH ≦ VP, and if VH ≦ VP is satisfied, a first unit that receives the image data by a predetermined amount Q and then starts data transfer to the print engine. And a second transfer control means for starting a data transfer to the print engine when the image data is received when VH> VP is satisfied. A program recording medium recorded in a form readable and understandable by the computer.
【請求項16】 1ページ分のイメージデータ量をTバ
イト、受信バッファの大きさをMバイトとしたときに、 前記第1の転送制御手段は、M≧Q≧(1−(VH/V
P))*Tを満足するように前記所定量Qまたは前記転
送速度VPの少なくともいずれか一方を設定してから、
前記イメージデータの送信を許可し、 さらに、前記第2の転送制御手段は、前記Tバイトのデ
ータを全て受信したときに前記受信バッファに蓄積され
たイメージデータ量をRバイトとすると、R=(1−
(VP/VH))*T≦Mを満足するように前記転送速
度VHを設定してから、前記イメージデータの送信を許
可する請求項15に記載のプログラム記録媒体。
16. When the amount of image data for one page is T bytes and the size of a receiving buffer is M bytes, the first transfer control means sets M ≧ Q ≧ (1- (VH / V
P)) After setting at least one of the predetermined amount Q and the transfer rate VP so as to satisfy * T,
If the transmission of the image data is permitted, and the second transfer control means sets the amount of image data stored in the reception buffer to R bytes when all of the T bytes of data are received, R = ( 1-
16. The program recording medium according to claim 15, wherein the transfer of the image data is permitted after setting the transfer speed VH so as to satisfy (VP / VH) * T≤M.
JP10006684A 1998-01-16 1998-01-16 Page print system, page print method and page printer Withdrawn JPH11203062A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10006684A JPH11203062A (en) 1998-01-16 1998-01-16 Page print system, page print method and page printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10006684A JPH11203062A (en) 1998-01-16 1998-01-16 Page print system, page print method and page printer

Publications (1)

Publication Number Publication Date
JPH11203062A true JPH11203062A (en) 1999-07-30

Family

ID=11645197

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10006684A Withdrawn JPH11203062A (en) 1998-01-16 1998-01-16 Page print system, page print method and page printer

Country Status (1)

Country Link
JP (1) JPH11203062A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170883A (en) * 2004-10-15 2011-09-01 Fujifilm Dimatix Inc Printing device communication protocol

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170883A (en) * 2004-10-15 2011-09-01 Fujifilm Dimatix Inc Printing device communication protocol

Similar Documents

Publication Publication Date Title
US7505700B2 (en) Image forming apparatus capable of counting consumable consumption amount, and control method and control program therefor
KR100242786B1 (en) Apparatus and method for forming image
US20110037990A1 (en) Image forming apparatus and method for controlling image forming apparatus
EP0735740B1 (en) Image processing and forming apparatus and method
JPH11203062A (en) Page print system, page print method and page printer
JPH11203063A (en) Page print system, page print method and page printer
JP3967074B2 (en) Image processing apparatus and image forming apparatus
US20210004260A1 (en) Information processing apparatus and semiconductor device
US20200304673A1 (en) Image processing system, image processing apparatus, control program for image processing apparatus, information processing apparatus, control program for information processing apparatus, and control program for terminal
JPH11348351A (en) Image-processing system, image-forming apparatus, method for processing image, and computer readable memory
JPH10290315A (en) Facsimile equipment
JP2003025693A (en) Image recording method and image recorder and data processor
JP2002373069A (en) Driver program for printer, printing system and method for controlling printing
US11030499B2 (en) Image forming apparatus, method of controlling the same, and storage medium
JPS6216158A (en) Printer apparatus
JP4325247B2 (en) Image forming apparatus
JP3878805B2 (en) Image processing apparatus, image processing method, and storage medium
JP2000263873A (en) Printing method and apparatus and memory medium
JP3829852B2 (en) Driver program for printing apparatus and printing system
JP2005072987A (en) Image forming apparatus
JP2003298820A (en) Image forming device
JPH07135572A (en) Image forming system
JP2003280454A (en) Color image forming apparatus
JP2004222090A (en) Image forming apparatus
JP2003224716A (en) Image processing system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050405