JPH07262123A - Device control code compressing device - Google Patents

Device control code compressing device

Info

Publication number
JPH07262123A
JPH07262123A JP6076647A JP7664794A JPH07262123A JP H07262123 A JPH07262123 A JP H07262123A JP 6076647 A JP6076647 A JP 6076647A JP 7664794 A JP7664794 A JP 7664794A JP H07262123 A JPH07262123 A JP H07262123A
Authority
JP
Japan
Prior art keywords
control code
command
data flow
setting
escape sequence
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.)
Pending
Application number
JP6076647A
Other languages
Japanese (ja)
Inventor
Keiichi Takashima
敬一 高島
Hiroki Koyano
洋樹 小谷野
Hitoshi Ozaka
斉 尾坂
Kenta Hara
健太 原
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP6076647A priority Critical patent/JPH07262123A/en
Publication of JPH07262123A publication Critical patent/JPH07262123A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the processing efficiency by deleting set commands related to the same set contents to compress the data volume of the data flow of a device control code. CONSTITUTION:A central processing unit 1 reads out only one command portion of a printer control escape sequence stored in a RAM 2b and discriminates whether this command is a set command or not. If it is a set command, it is discriminated whether set contents related to this set command are already set in the pertinent printer control escape sequence or not. If they are already set, it is discriminated whether the set contents coincide with those of the present set command or not. If they coincide, the present set command is deleted from a storage device 2 (RAM 2b). Thus, the data volume of the escape sequence is compressed, and this compressed escape sequence is sent to a printer 6 in a short time.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、デバイスの制御コード
のデータフロー(エスケープシーケンス)のデータ量を
低減するのに好適なデバイス制御コード圧縮装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a device control code compression apparatus suitable for reducing the amount of data of a control code data flow (escape sequence) of a device.

【0002】[0002]

【従来の技術】プリンタなどのデバイスを制御するデバ
イス制御コードは、動作コマンドと設定コマンドの2つ
に大きく分類される。動作コマンドは、実際にデバイス
が動作するコマンドであり、プリンタでは、例えば印字
位置を移動したり、文字を印字したり、線を引いたりす
るためのコマンドが、この動作コマンドに該当する。ま
た、設定コマンドは、デバイスが動作するための種々の
モードや属性を設定するコマンドであり、プリンタで
は、例えばフォントを変更したり、網かけのメッシュを
変更したり、座標単位を変更したりするためのコマンド
が、この設定コマンドに該当する。
2. Description of the Related Art Device control codes for controlling devices such as printers are broadly classified into operation commands and setting commands. The operation command is a command for actually operating the device, and in the printer, for example, a command for moving the print position, printing a character, or drawing a line corresponds to this operation command. The setting command is a command for setting various modes and attributes for the device to operate. In the printer, for example, the font is changed, the mesh mesh is changed, and the coordinate unit is changed. The setting command corresponds to this setting command.

【0003】基本的に、設定コマンドは、同じ設定コマ
ンドが来るまでの間、動作コマンドに影響を及ぼし、動
作コマンドは影響を及ぼすことはない。これらコマンド
のデータフローであるエスケープシーケンスは、内部デ
ータ若しくは外部から与えられたデータをソフトウェア
によりデバイス制御コードに変換することにより、生成
される。従って、デバイスに同じ処理をさせるにも、ソ
フトウェアにより生成されるエスケープシーケンスは異
なる。
Basically, the setting command affects the operation command until the same setting command comes, and the operation command does not affect. The escape sequence, which is the data flow of these commands, is generated by converting the internal data or the data given from the outside into the device control code by software. Therefore, the escape sequence generated by the software is different even if the device is made to perform the same processing.

【0004】特に、デバイスドライバなど他のソフトウ
ェアから起動されて種々のデータをエスケープシーケン
スに変換するソフトウェアは、少ないコマンドによりデ
バイスを制御し得る処理効率の良いエスケープシーケン
スを生成するのは困難であった。
In particular, software that is activated by other software such as a device driver to convert various data into an escape sequence has been difficult to generate an efficient escape sequence that can control the device with a small number of commands. .

【0005】また、一旦ソフトウェアにより生成・送出
されたエスケープシーケンスは、たとえ処理効率が悪い
ものであっても、デバイスによりそのまま使用されてい
た。
The escape sequence once generated and transmitted by software is used as it is by the device even if the processing efficiency is low.

【0006】[0006]

【発明が解決しようとしている課題】エスケープシーケ
ンスの処理効率を悪化させる原因として、エスケープシ
ーケンス内に同一内容の設定コマンドが重複して含まれ
ることが考えられ、同一内容の設定コマンドは不要な制
御コードであり、このような不要な制御コードを含んだ
エスケープシーケンスは、デバイスへの送出時間や、デ
バイスでの処理時間に長時間を要し、処理速度の低下を
招いていた。
As a cause of degrading the processing efficiency of escape sequences, it is conceivable that duplicate setting commands with the same contents are included in the escape sequences, and setting commands with the same contents are unnecessary. Therefore, the escape sequence including such an unnecessary control code requires a long time for sending to the device and processing time for the device, resulting in a decrease in processing speed.

【0007】本発明は、このような背景の下になされた
もので、その目的は、デバイス制御コードのデータフロ
ーのデータ量を圧縮することにより処理効率を向上し得
るデバイス制御コード圧縮装置を提供することにある。
The present invention has been made under such a background, and an object thereof is to provide a device control code compression apparatus capable of improving the processing efficiency by compressing the data amount of the data flow of the device control code. To do.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、デバイスの制御コードのデータフローを
生成・送出する情報処理システムにおいて、既に生成さ
れている制御コードのデータフローを読込む読込手段
と、該読込手段により読込まれたコマンドが設定コマン
ドであるか否かを判別するコマンド判別手段と、該コマ
ンド判別手段により設定コマンドと判別された際、この
設定コマンドの設定内容と同一の設定内容が既に設定さ
れているか否かを判別する設定内容判別手段と、該設定
内容判別手段により同一の設定内容と判別された設定コ
マンドを削除する削除手段とを備えている。
To achieve the above object, the present invention reads an already generated control code data flow in an information processing system for generating and transmitting a device control code data flow. A reading unit, a command determining unit that determines whether the command read by the reading unit is a setting command, and when the command determining unit determines that the setting command is the same as the setting content of the setting command. A setting content determination unit that determines whether or not the setting content has already been set, and a deletion unit that deletes the setting command determined to have the same setting content by the setting content determination unit.

【0009】[0009]

【作用】既に生成されている制御コードのデータフロー
が読込手段により読込まれると、コマンド判別手段は、
そのコマンドが設定コマンドであるか否かを判別する。
そして、設定内容判別手段は、コマンド判別手段により
設定コマンドと判別された際、この設定コマンドの設定
内容と同一の設定内容が既に設定されているか否かを判
別し、削除手段は、該設定内容判別手段により同一の設
定内容と判別された設定コマンドを削除することによ
り、デバイス制御コードのデータフローのデータ量を圧
縮し、情報処理システムの処理効率を向上させる。
When the data flow of the already generated control code is read by the reading means, the command discrimination means
It is determined whether the command is a setting command.
Then, when the command determination unit determines that the setting command is the setting command, the setting content determination unit determines whether the same setting content as the setting content of the setting command has already been set, and the deletion unit determines the setting content. By deleting the setting command determined to have the same setting content by the determination means, the data amount of the data flow of the device control code is compressed and the processing efficiency of the information processing system is improved.

【0010】[0010]

【実施例】次に、本発明の実施例を図1〜図5を参照し
ながら説明する。
Embodiments of the present invention will be described below with reference to FIGS.

【0011】図1は、本発明の実施例によるデバイス制
御コード圧縮装置を適用した情報処理システムの概略構
成を示すブロック図であり、本情報処理システムは、中
央処理装置1、記憶装置2、表示装置3、キーボード
4、マウス5、および印字装置6を有している。
FIG. 1 is a block diagram showing a schematic configuration of an information processing system to which a device control code compression apparatus according to an embodiment of the present invention is applied. The information processing system includes a central processing unit 1, a storage device 2 and a display. It has a device 3, a keyboard 4, a mouse 5, and a printing device 6.

【0012】中央処理装置1は、記憶装置2、キーボー
ド3、マウス4、表示装置5、および印字装置6を制御
することにより、各種の情報処理を実行する。記憶装置
2は、ROM2a、RAM2b等により構成され、RO
M2aには、中央処理装置1が各種処理を行うためのプ
ログラム(ソフトウェア)や、ゴシック体、明朝体等の
各種文字フォントに対応する各種文字の文字パターンデ
ータを格納したCG(キャラクタジェネレータ)が予め
格納される。RAM2bは、中央処理装置1が各種処理
を行うためのワークエリアとして利用される他、後述す
るエスケープシーケンスも格納される。
The central processing unit 1 executes various kinds of information processing by controlling the storage device 2, the keyboard 3, the mouse 4, the display device 5, and the printing device 6. The storage device 2 includes a ROM 2a, a RAM 2b, etc.
The M2a includes a program (software) for the central processing unit 1 to perform various processes and a CG (character generator) that stores character pattern data of various characters corresponding to various character fonts such as Gothic font and Mincho font. It is stored in advance. The RAM 2b is used as a work area for the central processing unit 1 to perform various processes, and also stores an escape sequence described later.

【0013】なお、ROM2aには、印字装置6等のデ
バイスを制御するデバイス制御コードのデータフローで
あるエスケープシーケンスを生成し、RAM2bに格納
するソフトウェア、およびRAM2bに格納されたエス
ケープシーケンスを圧縮するための図2に対応するソフ
トウェアも格納されている。
In the ROM 2a, in order to generate an escape sequence which is a data flow of a device control code for controlling a device such as the printer 6, and to compress the software stored in the RAM 2b and the escape sequence stored in the RAM 2b. The software corresponding to FIG. 2 is also stored.

【0014】キーボード3は、各種のデータを入力する
ために使用され、マウス4はデータの入力位置等を指定
するために使用される。表示装置5は、中央処理装置1
により各種処理されたデータ等を表示する。印字装置6
は、ユーザにより定義された外字を登録すると共に、中
央処理装置1から供給された印字データを印字する。
The keyboard 3 is used to input various data, and the mouse 4 is used to specify a data input position and the like. The display device 5 is the central processing unit 1.
The various processed data are displayed by. Printer 6
Registers the external character defined by the user and prints the print data supplied from the central processing unit 1.

【0015】[第1実施例]次に、ソフトウェア内部で
既に生成され、記憶装置2のRAM2bに格納されてい
るプリンタ制御エスケープシーケンスを、同一のソフト
ウェア内部で圧縮する場合の動作例を図2のフローチャ
ートに従って説明する。
[First Embodiment] Next, an operation example in the case of compressing the printer control escape sequence already generated in the software and stored in the RAM 2b of the storage device 2 in the same software is shown in FIG. It will be described according to the flowchart.

【0016】なお、この場合には、図3に示したよう
に、印字装置6には、圧縮済みのエスケープシーケンス
が送出される。また、図2のフローチャートは、例えば
ディスプレイ制御エスケープシーケンス等、印字装置6
以外の表示装置5等の他のデバイスを制御するためのエ
スケープシーケンスにも適用可能である。
In this case, as shown in FIG. 3, the compressed escape sequence is sent to the printer 6. In addition, the flowchart of FIG.
It is also applicable to escape sequences for controlling other devices such as the display device 5 other than the above.

【0017】中央処理装置1は、RAM2bに格納され
ているプリンタ制御エスケープシーケンスを1コマンド
(制御コード)分だけ読出し(ステップS1)、そのコ
マンドが設定コマンドであるか否かを判別する(ステッ
ブS2)。その結果、設定コマンドであれば、その設定
コマンドに係る設定が当該プリンタ制御エスケープシー
ケンス内で既になされているか否かを判別する(ステッ
プS3)。その結果、設定が既になされている場合に
は、その設定内容が現在の設定コマンドの設定内容と一
致するか否かを判別する(ステップS4)。
The central processing unit 1 reads the printer control escape sequence stored in the RAM 2b by one command (control code) (step S1), and determines whether or not the command is a setting command (step S2). ). As a result, if it is a setting command, it is determined whether or not the setting related to the setting command has already been made in the printer control escape sequence (step S3). As a result, if the setting has already been made, it is determined whether or not the setting content matches the setting content of the current setting command (step S4).

【0018】その結果、一致していれば、現在の設定コ
マンドを記憶装置2(RAM2b)から削除して(ステ
ップS5)、ステップS7に進む。一方、一致していな
ければ、設定内容を保存して(ステップS6)、ステッ
プS7に進む。また、ステップS2にて、設定コマンド
でないと判別されたときは、ステップS3〜S6をスキ
ップして、ステップS7に進む。
As a result, if they match, the current setting command is deleted from the storage device 2 (RAM 2b) (step S5), and the process proceeds to step S7. On the other hand, if they do not match, the setting contents are saved (step S6), and the process proceeds to step S7. If it is determined in step S2 that the command is not the setting command, steps S3 to S6 are skipped and the process proceeds to step S7.

【0019】ステップS7では、未だ読込んでいない制
御コード(コマンド)が有るか否かを判別する。その結
果、未だ読込んでいないコマンドが有れば、ステップS
1に戻って同様の処理を繰返し、全てのコマンドを読込
んでいる場合は、終了する。
In step S7, it is determined whether or not there is a control code (command) that has not been read. As a result, if there is a command that has not been read, step S
The process returns to 1 and the same process is repeated, and if all commands have been read, the process ends.

【0020】このように、同一の設定内容に係る設定コ
マンドを削除することにより、エスケープシーケンスの
データ量を圧縮することができるので、この圧縮された
エスケープシーケンスを印字装置6に短時間で送出する
ことが可能となり、印字装置6での処理時間も短縮でき
るなど、処理の迅速化を図って情報処理システムの処理
効率を向上することが可能となる。
In this way, by deleting the setting commands related to the same setting contents, the data amount of the escape sequence can be compressed, and thus the compressed escape sequence is sent to the printer 6 in a short time. Therefore, the processing time in the printer 6 can be shortened, and the processing efficiency can be improved by speeding up the processing.

【0021】[第2実施例]なお、上述のようにエスケ
ープシーケンスを生成した同一のソフトウェア内でエス
ケープシーケンスを圧縮することなく、図4に示したよ
うに、印字装置6等のデバイスには未圧縮のエスケープ
シーケンスを送出し、デバイス側でエスケープシーケン
スを圧縮することも可能である。
[Second Embodiment] It should be noted that, without compressing the escape sequence in the same software in which the escape sequence is generated as described above, as shown in FIG. It is also possible to send a compression escape sequence and compress the escape sequence on the device side.

【0022】この場合、エスケープシーケンスを送出す
る中央処理装置1側では、エスケープシーケンスの効率
を考慮してエスケープシーケンスの圧縮処理を行わなく
ても、デバイスの処理時間を短縮できる。従って、中央
処理装置1は、エスケープシーケンスの圧縮処理の代わ
りに他の処理を実行することができ、情報処理システム
全体の処理効率をより向上することが可能となる。
In this case, the processing time of the device can be shortened on the side of the central processing unit 1 which sends out the escape sequence without considering the efficiency of the escape sequence and performing the compression process of the escape sequence. Therefore, the central processing unit 1 can execute other processing instead of the compression processing of the escape sequence, and it becomes possible to further improve the processing efficiency of the entire information processing system.

【0023】[第3実施例]また、図5に示したよう
に、エスケープシーケンスを生成したソフトウェアとは
別のソフトウェアによりエスケープシーケンスを圧縮
し、その圧縮されたエスケープシーケンスをデバイスに
送出することも可能である。
[Third Embodiment] As shown in FIG. 5, it is also possible to compress the escape sequence by software other than the software that generated the escape sequence and send the compressed escape sequence to the device. It is possible.

【0024】[第4実施例]また、記憶装置(内部メモ
リ)2に格納されているエスケープシーケンスを入力し
て圧縮し、この圧縮したエスケープシーケンスを印字装
置6等デバイスに出力することなく、入力元や出力先を
外部記憶装置に記憶されているエスケープシーケンスの
ファイルとすることも可能である。
[Fourth Embodiment] In addition, the escape sequence stored in the storage device (internal memory) 2 is input and compressed, and the compressed escape sequence is input to the printer 6 or other device without being output. The source and the output destination can be files of the escape sequence stored in the external storage device.

【0025】この場合、デバイスに繰返し送出するエス
ケープシーケンスのファイルを圧縮できるので、中央処
理装置1では、エスケープシーケンスをデバイスに送出
する毎に圧縮処理を行わなくても済み、情報処理システ
ムより処理効率をより向上することができる。
In this case, since the file of the escape sequence repeatedly sent to the device can be compressed, the central processing unit 1 does not have to perform the compression process every time the escape sequence is sent to the device, and the processing efficiency of the information processing system is improved. Can be further improved.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
同一の設定内容に係る設定コマンドを削除することによ
り、エスケープシーケンスのデータ量を圧縮することが
できるので、この圧縮されたエスケープシーケンスをデ
バイスに短時間で送出することが可能となり、デバイス
での処理時間も短縮できるなど、情報処理システムの処
理効率を向上することが可能となる。
As described above, according to the present invention,
By deleting the setting command related to the same setting contents, the data amount of the escape sequence can be compressed, so that this compressed escape sequence can be sent to the device in a short time, and the processing in the device can be performed. It is possible to improve the processing efficiency of the information processing system, such as shortening the time.

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

【図1】本発明の実施例によるデバイス制御コード圧縮
装置を適用した情報処理システムの概略構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing a schematic configuration of an information processing system to which a device control code compression device according to an embodiment of the present invention is applied.

【図2】エスケープシーケンス圧縮処理を示すフローチ
ャートである。
FIG. 2 is a flowchart showing escape sequence compression processing.

【図3】エスケープシーケンスを作成した同一ソフトウ
ェア内でエスケープシーケンスを圧縮する場合のデータ
フローを示す図である。
FIG. 3 is a diagram showing a data flow when the escape sequence is compressed in the same software that created the escape sequence.

【図4】送出されたエスケープシーケンスに基づいて処
理を行うデバイス側でエスケープシーケンスを圧縮する
場合のデータフローを示す図である。
FIG. 4 is a diagram showing a data flow in the case of compressing an escape sequence on the device side which performs processing based on the transmitted escape sequence.

【図5】エスケープシーケンスを作成したソフトウェア
とは別のソフトウェアによりエスケープシーケンスの圧
縮する場合のデータフローを示す図である。
FIG. 5 is a diagram showing a data flow when the escape sequence is compressed by software other than the software that created the escape sequence.

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

1…中央処理装置 2…記憶装置 2a…ROM 2b…RAM 3…キーボード 4…マウス 5…表示装置 6…印字装置 DESCRIPTION OF SYMBOLS 1 ... Central processing unit 2 ... Storage device 2a ... ROM 2b ... RAM 3 ... Keyboard 4 ... Mouse 5 ... Display device 6 ... Printing device

───────────────────────────────────────────────────── フロントページの続き (72)発明者 原 健太 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kenta Hara 3-30-2 Shimomaruko, Ota-ku, Tokyo Canon Inc.

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 デバイスの制御コードのデータフローを
生成・送出する情報処理システムにおいて、 既に生成されている制御コードのデータフローを読込む
読込手段と、 該読込手段により読込まれたコマンドが設定コマンドで
あるか否かを判別するコマンド判別手段と、 該コマンド判別手段により設定コマンドと判別された
際、この設定コマンドの設定内容と同一の設定内容が既
に設定されているか否かを判別する設定内容判別手段
と、 該設定内容判別手段により同一の設定内容と判別された
設定コマンドを削除する削除手段と、 を備えたことを特徴とするデバイス制御コード圧縮装
置。
1. An information processing system for generating and transmitting a data flow of a control code of a device, wherein a reading means for reading a data flow of an already generated control code, and a command read by the reading means is a setting command. And a setting content that determines whether the same setting content as the setting content of this setting command has already been set when the command determining means determines that the setting command is a setting command. A device control code compression apparatus comprising: a determination unit; and a deletion unit that deletes a setting command determined to have the same setting content by the setting content determination unit.
【請求項2】 前記読込手段、コマンド判別手段、設定
内容判別手段、および削除手段は、前記既に生成されて
いる制御コードのデータフローを生成したソフトウェア
に包含されていることを特徴とする請求項1記載のデバ
イス制御コード圧縮装置。
2. The reading means, the command determining means, the setting content determining means, and the deleting means are included in the software that generated the data flow of the control code that has already been generated. 1. The device control code compression device according to 1.
【請求項3】 前記読込手段、コマンド判別手段、設定
内容判別手段、および削除手段は、前記既に生成されて
いる制御コードのデータフローを生成したソフトウェア
とは別のソフトウェアに包含されていることを特徴とす
る請求項1記載のデバイス制御コード圧縮装置。
3. The reading means, the command determining means, the setting content determining means, and the deleting means are included in software different from the software that generated the data flow of the control code that has already been generated. The device control code compression device according to claim 1, wherein the device control code compression device is a device control code compression device.
【請求項4】 前記読込手段、コマンド判別手段、設定
内容判別手段、および削除手段は、前記デバイスに内蔵
されたソフトウェアに包含されていることを特徴とする
請求項1記載のデバイス制御コード圧縮装置。
4. The device control code compression apparatus according to claim 1, wherein the reading unit, the command determining unit, the setting content determining unit, and the deleting unit are included in software built in the device. .
【請求項5】 前記デバイスは、印字装置であることを
特徴とする請求項1記載のデバイス制御コード圧縮装
置。
5. The device control code compression device according to claim 1, wherein the device is a printing device.
【請求項6】 前記既に生成されている制御コードのデ
ータフローは、情報処理システム本体内の内部記憶装置
に格納されていることを特徴とする請求項1記載のデバ
イス制御コード圧縮装置。
6. The device control code compression apparatus according to claim 1, wherein the data flow of the already generated control code is stored in an internal storage device in the main body of the information processing system.
【請求項7】 前記既に生成されている制御コードのデ
ータフローは、外部記憶装置に格納されていることを特
徴とする請求項1記載のデバイス制御コード圧縮装置。
7. The device control code compression apparatus according to claim 1, wherein the data flow of the already generated control code is stored in an external storage device.
【請求項8】 前記削除手段による削除処理が実行され
た制御コードのデータフローは、対応するデバイスに送
出されることを特徴とする請求項1記載のデバイス制御
コード圧縮装置。
8. The device control code compression apparatus according to claim 1, wherein the data flow of the control code on which the deletion processing has been executed by the deletion means is sent to the corresponding device.
【請求項9】 前記削除手段による削除処理が実行され
た制御コードのデータフローは、外部記憶装置に送出さ
れることを特徴とする請求項1記載のデバイス制御コー
ド圧縮装置。
9. The device control code compression apparatus according to claim 1, wherein the data flow of the control code on which the deletion processing has been executed by the deletion means is sent to an external storage device.
JP6076647A 1994-03-23 1994-03-23 Device control code compressing device Pending JPH07262123A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6076647A JPH07262123A (en) 1994-03-23 1994-03-23 Device control code compressing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6076647A JPH07262123A (en) 1994-03-23 1994-03-23 Device control code compressing device

Publications (1)

Publication Number Publication Date
JPH07262123A true JPH07262123A (en) 1995-10-13

Family

ID=13611195

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6076647A Pending JPH07262123A (en) 1994-03-23 1994-03-23 Device control code compressing device

Country Status (1)

Country Link
JP (1) JPH07262123A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009193123A (en) * 2008-02-12 2009-08-27 Nec Corp Network type control system, and device, method and program for the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009193123A (en) * 2008-02-12 2009-08-27 Nec Corp Network type control system, and device, method and program for the same

Similar Documents

Publication Publication Date Title
US6665081B1 (en) Print system printer driver and printer
US5592593A (en) Printing in data processing systems
US5367620A (en) Character output device
EP0820004B1 (en) Print system, print method, printer driver and printer
JP3006098B2 (en) Print data processing device
JPH07262123A (en) Device control code compressing device
KR960038593A (en) A character processing device, a character processing method, and a memory
TW385406B (en) Method and apparatus for adaptive adjustment of cache allocation for storage of font data
JP2887928B2 (en) Image data output device
JPH07177348A (en) Printer device
JP3230815B2 (en) Printer
JP3218088B2 (en) Printer
JP2885900B2 (en) Print control device and print control method
JP2910690B2 (en) Printer print control device, printer print control method, and storage medium for storing printer print control program
JP3817077B2 (en) Print processing system and image forming apparatus
JP2591021B2 (en) Character pattern generation method
JP4080218B2 (en) Image forming apparatus
JP2790186B2 (en) Character output method and device
JP2744025B2 (en) Printing control device
JPH06198959A (en) Printing device
JP3119004B2 (en) Character processor
JPH03112668A (en) Printer
JPH0532021A (en) Printing device
JPH07314840A (en) Form-overlay printing device
JPH1063252A (en) Printing controller and font managing method