JP2773094B2 - Output device - Google Patents

Output device

Info

Publication number
JP2773094B2
JP2773094B2 JP3319969A JP31996991A JP2773094B2 JP 2773094 B2 JP2773094 B2 JP 2773094B2 JP 3319969 A JP3319969 A JP 3319969A JP 31996991 A JP31996991 A JP 31996991A JP 2773094 B2 JP2773094 B2 JP 2773094B2
Authority
JP
Japan
Prior art keywords
command
data
host device
display
dump
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP3319969A
Other languages
Japanese (ja)
Other versions
JPH05127955A (en
Inventor
玉己 橋本
幹夫 志賀
宗彦 太田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP3319969A priority Critical patent/JP2773094B2/en
Publication of JPH05127955A publication Critical patent/JPH05127955A/en
Application granted granted Critical
Publication of JP2773094B2 publication Critical patent/JP2773094B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プリンタ等の出力装置
におけるコマンドダンプ機能に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an output device such as a printer.
About the command dump function in.

【0002】[0002]

【従来の技術】従来より、プリンタなどの印字記録装置
では、そのホスト装置であるコンピュータからデータを
受信し、コマンドや文字データなどを識別して印字デー
タに変換し印字記録素子に印字データを転送して印字記
録を行っている。
2. Description of the Related Art Conventionally, a print recording device such as a printer receives data from a computer as a host device, identifies commands and character data, converts the data into print data, and transfers the print data to a print recording element. Print records.

【0003】また、印字記録装置も様々な要求に応える
べく多種のコマンドを有するようになってきた。
[0003] In addition, print recording apparatuses have come to have various types of commands in order to respond to various requests.

【0004】ところで、ホスト装置側からデータを出力
するために、個々のプリンタ毎にドライバといわれるプ
ログラムを用意する必要があり、また、ホスト装置上で
動作するアプリケーションプログラム毎にドライバが必
要とされることもある。そして、このプログラムを設
計、開発する際には、プリンタへ個々のコマンドが正し
く送られているかどうかを知る必要がある。
By the way, in order to output data from the host device side, it is necessary to prepare a program called a driver for each printer, and a driver is required for each application program operating on the host device. Sometimes. When designing and developing this program, it is necessary to know whether each command is correctly sent to the printer.

【0005】そこで、従来は、上述のようなコマンドが
正しく送られているか否かを知るために、図3に示すよ
うな16進の表示形式によるコマンドの一覧表を出力す
るダンプ機能を備えた印字記録装置が提供されている。
Therefore, conventionally, a dump function for outputting a list of commands in a hexadecimal display format as shown in FIG. 3 was provided in order to know whether or not the above-mentioned commands were correctly sent. A print recording device is provided.

【0006】つまり、このダンプ機能は、特定の印刷デ
ータをプリンタに入力して、図3に示すような16進の
コード表を出力させることにより、このコードの内容を
チェックし、各種ドライバが正しく機能しているかどう
かを判断するものである。なお、図3において、左側か
ら中央にかけて表示された横に16桁の16進コード列
が各コマンド、パラメータおよびテキストデータを含む
印刷データであり、その右側に表示された文字列が、1
6進コードの印刷データをアスキーコードに基づいて文
字表示したものである。そして、この文字表示において
は、印刷データに含まれるコマンドは、全て「.」で表
示されている。
That is, this dump function checks the contents of this code by inputting specific print data to a printer and outputting a hexadecimal code table as shown in FIG. It is to determine whether it is functioning. In FIG. 3, a 16-digit hexadecimal code string displayed from the left to the center is print data including each command, parameter, and text data, and a character string displayed on the right is 1 character.
The print data of the hexadecimal code is displayed as characters based on the ASCII code. In this character display, all commands included in the print data are displayed as “.”.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記従
来技術においては、個々のデータが16進コードと、こ
れをそのまま文字列に変換した表示形式であるため、各
表示データが何に対応しているのか分かりづらく、実際
にプリンタのマニュアル等を通して1つ1つ調べる必要
があり、極めて煩雑な作業となってしまう欠点がある。
However, in the above-mentioned prior art, since each data is a hexadecimal code and a display format in which this is converted into a character string as it is, each display data corresponds to what. It is difficult to understand, and it is necessary to actually check each one through a printer manual or the like, which is a very complicated task.

【0008】また、従来の表示形式では、16桁のコー
ド毎に区切られているので、各データの分類が容易でな
く、例えばプリンタへ送信したコマンドを再度書き並べ
て比較する等の必要が生じ、大変な労力と時間がかか
り、プリンタドライバ付きのアプリケーションプログラ
ムのコストにも少なからず影響していた。
Further, in the conventional display format, the data is divided into 16-digit codes, so that it is not easy to classify each data. For example, it is necessary to rewrite and compare commands transmitted to the printer, and the like. It took a lot of effort and time, and had a considerable effect on the cost of application programs with printer drivers.

【0009】本発明は、コマンドのチェックを容易に行
うことができるダンプ機能を有する出力装置を提供する
ことを目的とする。
An object of the present invention is to provide an output device having a dump function that can easily check a command.

【0010】[0010]

【課題を解決するための手段】本発明は、ホスト装置か
らデータを受信する受信手段と、前記受信手段により受
信したデータに含まれるコマンドを識別する識別手段
と、前記識別手段により識別される各コマンドの出現回
数をカウントするカウント手段と、前記識別手段により
識別されたコマンドのリストと前記カウント手段により
カウントされた各コマンドの出現回数とを出力する出力
手段とを有することを特徴とする。
Means for Solving the Problems The present invention comprises receiving means for receiving data from the host device, receiving by said receiving means
Identification means for identifying a command included in the received data, and the number of occurrences of each command identified by the identification means
Counting means for counting the number, and the identification means
By the list of identified commands and the counting means
Output means for outputting the counted number of appearances of each command .

【0011】[0011]

【実施例】図1は、本発明の概略構成を示すブロック図
である。
FIG. 1 is a block diagram showing a schematic configuration of the present invention.

【0012】図において、データ受信手段100は、他
のホスト装置からデータを受信する手段であり、セント
ロニクス準拠やRS232C準拠などの各種インターフ
ェースが該当する。
In FIG. 1, a data receiving unit 100 is a unit for receiving data from another host device, and corresponds to various interfaces conforming to Centronics or RS232C.

【0013】識別手段200は、受信したデータを解析
し、本印字記録装置の特有のコマンドと一致するかどう
かを識別する手段である。ここで特有のコマンドとして
識別されたときには、文字列変換手段300でそのコマ
ンドと対応した文字列に変換され表示手段500に送ら
れる。また、コマンドでない受信データは、そのまま表
示手段500に送られる。
The identification means 200 is means for analyzing the received data and identifying whether or not the data matches a command unique to the print recording apparatus. Here, when the command is identified as a unique command, the character string is converted into a character string corresponding to the command by the character string conversion means 300 and sent to the display means 500. The received data that is not a command is sent to the display unit 500 as it is.

【0014】また、コマンドの識別が終了した時点で、
区切表示を行うよう、区切り表示手段400から表示手
段500に対して区切り表示データを送る。表示手段5
00は、それぞれの手段から送られてきたデータを表示
するものであり、例えば本印字記録装置の印字記録部や
ホスト装置のディスプレイ等が該当する。
When the command identification is completed,
The division display data is sent from the division display means 400 to the display means 500 so as to perform the division display. Display means 5
Reference numeral 00 indicates data transmitted from each means, and corresponds to, for example, a print recording unit of the present print recording apparatus or a display of the host device.

【0015】図2は、本実施例のプリンタ10の構成を
示すブロック図である。
FIG. 2 is a block diagram showing the configuration of the printer 10 of the present embodiment.

【0016】図中、CPU1は、例えばマイクロプロセ
ッサ等であり、プログラムROM2に格納された制御プ
ログラムの処理手順に従って装置全体の制御を行ってい
る。プログラムROM2は、図4に示すCPU1の制御
プログラムや各種データを格納している。RAM3は、
CPU1が処理の過程で使用する作業領域や、コマンド
識別プログラム、文字列変換プログラムあるいは区切り
表示プログラムなどに基づいて、CPU1が、それぞれ
の受信データからの変換データを格納する領域として使
用するモードバッファ3−1と、テキストバッファ3−
2と、キャラクタジェネレータ(CG)ROM12より
読み出したパターンデータの展開を行うのに用いる印字
バッファ3−3等を含んでいる。
In FIG. 1, a CPU 1 is, for example, a microprocessor or the like, and controls the entire apparatus according to a processing procedure of a control program stored in a program ROM 2. The program ROM 2 stores a control program of the CPU 1 shown in FIG. 4 and various data. RAM3 is
A mode buffer 3 used as an area for storing conversion data from respective received data based on a work area used by the CPU 1 in the course of processing, a command identification program, a character string conversion program, a delimiter display program, and the like. -1 and text buffer 3-
2 and a print buffer 3-3 used for developing the pattern data read from the character generator (CG) ROM 12.

【0017】ホスト装置5は、プリンタ10に各種文字
コードや制御コードを送信し、印字動作を指示するもの
であり、このホスト装置5からのデータは、データ受信
部11で受信され、RAM3に格納される。なお、ホス
ト装置5からのデータには、制御データとして通常文
字、高品位文字の指定命令、印字記録開始命令など印字
記録装置に特有なコマンドが含まれている。図1で示し
たデータ受信手段100が主にこの部分である。
The host device 5 transmits various character codes and control codes to the printer 10 to instruct a printing operation. Data from the host device 5 is received by the data receiving unit 11 and stored in the RAM 3. Is done. The data from the host device 5 includes, as control data, commands specific to the print recording device, such as a designation command for normal characters and high-quality characters, and a print recording start command. The data receiving means 100 shown in FIG. 1 is mainly this part.

【0018】CGROM12は、各種文字コードに対応
して文字パターンを出力するものであり、文字パターン
と情報データが格納されている。
The CGROM 12 outputs character patterns corresponding to various character codes, and stores character patterns and information data.

【0019】ヘッドコントローラ13は、CPU1の制
御により記録データを入力し、これをヘッドドライバ1
4に出力するものである。
The head controller 13 inputs print data under the control of the CPU 1 and transfers the print data to the head driver 1.
4 is output.

【0020】ヘッドドライバ14は、上記記録データに
対応して記録ヘッド15の駆動を行い、記録用紙などの
記録媒体上にプリントアウトを行う。
The head driver 14 drives the recording head 15 in accordance with the recording data and prints out on a recording medium such as recording paper.

【0021】タイマ16は、CPU1からの時間設定に
基づきタイミング信号をヘッドコントローラ13とCP
U1に出力し、ヘッドコントローラ13を制御して記録
ヘッド15の駆動時間を決定したり、CPU1の動作タ
イミングを制御している。
The timer 16 sends a timing signal to the head controller 13 based on the time setting from the CPU 1 and the CP.
U1 to control the head controller 13 to determine the drive time of the recording head 15 and control the operation timing of the CPU 1.

【0022】情報入力部20は、入力ポート21を介し
てプリンタ10に制御信号を入力する、例えばキーボー
ドなどであり、操作者は、この情報入力部20により、
例えば高品位文字の印字指定やコマンドダンプ印字記録
機能等の指定を行うことができる。
The information input unit 20 is, for example, a keyboard for inputting a control signal to the printer 10 through the input port 21.
For example, designation of printing of high-quality characters and designation of a command dump print recording function can be performed.

【0023】駆動部23は、出力ポート22を介してC
PU1に制御され、記録ヘッド15を搭載した図示しな
いキャリッジや記録紙を搬送する図示しない搬送部を駆
動するためのモータを有する。
The driving unit 23 outputs a signal C via the output port 22.
The PU 1 has a motor for driving a carriage (not shown) on which the recording head 15 is mounted and a transport unit (not shown) for transporting the recording paper.

【0024】図4は、本実施例のコマンドダンプ機能を
用いてデータを出力した状態を示すものであり、上述し
た図3のデータと対応している。
FIG. 4 shows a state in which data is output using the command dump function of the present embodiment, and corresponds to the data of FIG. 3 described above.

【0025】図5は、本実施例のコマンドダンプ機能を
説明するフローチャートである。
FIG. 5 is a flowchart for explaining the command dump function of this embodiment.

【0026】すなわち、このフローチャートは、前述し
た入力部20もしくは特定のコマンドによりコマンドダ
ンプ機能を指定した際に、ホスト装置5から受信したコ
ードを解析して、それに対応するコマンドの文字列に変
換する制御を表したものである。なお、ここでは特に図
4の1行目についてのみ説明する。
That is, in this flowchart, when the command dump function is designated by the input unit 20 or a specific command described above, the code received from the host device 5 is analyzed and converted into a character string of the corresponding command. It is a representation of control. Here, only the first row in FIG. 4 will be particularly described.

【0027】まず、S2でコマンドダンプモードか否か
を判断し、コマンドダンプモードでない場合には、通常
の受信データを扱う処理へ移行する(S3)。
First, it is determined in S2 whether or not the mode is the command dump mode. If the mode is not the command dump mode, the process shifts to processing for handling normal received data (S3).

【0028】また、コマンドダンプモードである場合に
は、S4で、前述のデータ受信部11でRAM3に格納
された受信データを1コード取り出し、S5でそのコー
ドが20H (Hは16進数を表す)未満か否かを識別す
る。20H 未満でない場合には、S6で受信データをそ
のまま扱い、前述のCGROM12のアドレスなど、変
換データをテキストバッファ3−2に書き込む。
If the mode is the command dump mode, the data receiving unit 11 extracts one code of the received data stored in the RAM 3 at S4, and the code is 20 H (H represents a hexadecimal number) at S5. ) Is identified. If not less than 20 H treats as received data S6, writing, etc. CGROM12 address the foregoing, the conversion data in the text buffer 3-2.

【0029】S5で20H 未満であった場合には、S7
において、受信データが1BH であるか否かの判断を行
い、1BH でなければ、S8で、それぞれのコントロー
ルコマンドに対応した処理を行う。例えば図4に示す3
行目のコード(図3に示す0DH )がこれにあたり、こ
こでは文字列CRに置き換えて、さらに印字を開始して
紙送り処理を行う。
[0029] When an in S5 less than 20 H is, S7
In, performs reception data is whether 1B H decision, unless 1B H, at S8, performs processing corresponding to each control command. For example, 3 shown in FIG.
The code on the line (0D H shown in FIG. 3) corresponds to this, and is replaced here with a character string CR, printing is further started, and a paper feeding process is performed.

【0030】また、S7で1BH であった場合には、S
9へ進み文字列ESCに置き換えて前述の処理を行い、
テキストバッファに書き込む。そして、S10では、さ
らに受信データをRAM3から取り込み、S11でその
データが34H か否か判断する。そして、34H でない
場合には、S13でそれぞれのコマンドに対応した処理
を行う。例えば図4の5行目などがこれにあたる。ま
た、受信コードが34Hであった場合には、S12に進
み、その受信コードをそのまま処理し、テキストバッフ
ァ3−2に書き込む。例えば図4の1行目の4がこれに
あたる。
If it is 1B H in S7, S
Go to step 9 and replace with the character string ESC and perform the above processing.
Write to text buffer. Then, in S10, further receives receive data from the RAM 3, the data in S11 it is determined whether 34 H. Then, if not 34 H performs processing corresponding to each command in S13. For example, the fifth line in FIG. 4 corresponds to this. Further, if the received code is a 34 H, the process proceeds to S12, and it processes the received code, written in the text buffer 3-2. For example, 4 in the first row in FIG. 4 corresponds to this.

【0031】次に、S14では、コマンド(パラメータ
を含む)の区切りになったので、印字開始を行い紙送り
を行ってステップ4へ戻る。
Next, in step S14, since a command (including parameters) is reached, printing is started, paper is fed, and the flow returns to step S4.

【0032】このようにS4からS14までの処理を繰
り返すことにより、コマンドとテキストデータを区別で
き図4のようなコマンドダンプを行うことが可能にな
る。
By repeating the processing from S4 to S14 in this manner, the command and the text data can be distinguished, and the command dump as shown in FIG. 4 can be performed.

【0033】図6は、本発明の第2実施例におけるコマ
ンドダンプ機能を用いてデータを出力した状態を示すも
のであり、図7は、この第2実施例のコマンドダンプ機
能を説明するフローチャートである。
FIG. 6 shows a state in which data is output using the command dump function according to the second embodiment of the present invention. FIG. 7 is a flow chart for explaining the command dump function of the second embodiment. is there.

【0034】まず、図6が図4と異なるのは、図4がホ
スト装置5から送られてきたコマンドを単純にコマンド
の文字列に変換しているのに対し、図6では、そのコマ
ンドの機能を表す文字列を付加する機能を有している点
である。
First, FIG. 6 differs from FIG. 4 in that FIG. 4 simply converts a command sent from the host device 5 into a character string of the command, whereas FIG. It has a function of adding a character string representing a function.

【0035】次に、図7のフローチャートが図5と異な
るのは、S12−1とS13−1を付加した点である。
すなわち、S12およびS13で、それぞれのコマンド
を文字列に変換した後、S12−1およびS13−1
で、図6に示す各コマンドの機能説明用の文字列を各コ
マンドの文字列の後にテキストバッファに書き込むよう
にしたものである。
Next, the flowchart of FIG. 7 differs from that of FIG. 5 in that S12-1 and S13-1 are added.
That is, after converting each command into a character string in S12 and S13, S12-1 and S13-1
Then, a character string for explaining the function of each command shown in FIG. 6 is written in the text buffer after the character string of each command.

【0036】次に、図8は、本発明の第3実施例とし
て、ホスト装置5から送られてきたコマンドの送受信回
数を数えておき、最終的に印字記録をする際に、受信し
たコマンドの総リストと、この受信回数を印字記録する
例である。
FIG. 8 shows a third embodiment of the present invention, in which the number of transmissions and receptions of commands sent from the host device 5 is counted, and when printing is finally performed, the received commands are counted. This is an example of printing and recording the total list and the number of receptions.

【0037】前述した実施例では、コマンドの区切り毎
に印字開始を行なって、ホスト装置から送られてきた受
信データを順次印字記録していたが、この例では、各コ
マンドに対応する回数をRAM3内に計数し、最終的
に、例えば操作者による所定のキー押下やホスト装置5
からのコマンドダンプ印字記録コマンドを送出すること
などにより、コマンドダンプ印字を開始させ、各コマン
ドの受信回数を印字記録するものである。
In the above-described embodiment, printing is started at each command break, and the received data sent from the host device is sequentially printed and recorded. In this example, the number of times corresponding to each command is stored in the RAM 3. And finally, for example, pressing of a predetermined key by the operator or the host device 5
The command dump print recording command is transmitted from the server to start command dump printing, and the number of times each command is received is printed and recorded.

【0038】また、前述した実施例では、すべて印字記
録装置の上で行なっていたが、このコマンドダンプ機能
のプログラムを別のホスト装置内で実現することも可能
である。すなわち、印字記録装置内でコマンドを文字列
に変換していたのを、別のホスト装置上で行ない、変換
した結果の文字コードを印字記録装置や、そのホスト装
置に付属しているディスプレイに表示することが可能で
ある。
In the above-described embodiment, all the operations are performed on the print recording device. However, the program for the command dump function can be realized in another host device. In other words, the command was converted to a character string in the print recording device, but it was performed on another host device, and the converted character code was displayed on the print recording device and the display attached to the host device. It is possible to

【0039】図9は、この場合のシステム例を示すブロ
ック図である。ここでホスト装置912は、ホスト装置
910とは異なる装置であり、周辺キーボード906や
ディスプレイ908と組み合わせて使用される。この実
施例では、記録データ受信部より受信したデータから印
字記録装置911の特有のコマンドを識別し、前述の文
字列への変換を行ない、出力ポート907、909を介
してディスプレイ908や印字記録装置911へデータ
を送り、表示したり印字記録したりするものである。
FIG. 9 is a block diagram showing an example of the system in this case. Here, the host device 912 is a device different from the host device 910, and is used in combination with the peripheral keyboard 906 and the display 908. In this embodiment, a command unique to the printing / recording device 911 is identified from the data received from the printing data receiving unit, converted into the above-described character string, and output to the display 908 or the printing / recording device via output ports 907 and 909. The data is sent to 911 for display and printing.

【0040】[0040]

【発明の効果】以上説明したように、本発明によれば、
ホスト装置からの受信データより識別されたコマンドの
出現回数をカウントし、識別されたコマンドのリストと
カウントされた各コマンドの出現回数とを出力すること
から、各コマンドの頻度を容易にチェックすることがで
き、システムの動作状況を容易かつ有効に把握できる効
果がある。
As described above, according to the present invention,
Of the command identified from the data received from the host device
Count occurrences, list of identified commands and
Output the number of occurrences of each counted command
Allows you to easily check the frequency of each command.
To easily and effectively grasp the operating status of the system.
There is fruit.

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

【図1】本発明の一実施例における概略構成を示すブロ
ック図である。
FIG. 1 is a block diagram showing a schematic configuration according to an embodiment of the present invention.

【図2】上記実施例における印字記録装置の構成を示す
ブロック図である。
FIG. 2 is a block diagram illustrating a configuration of a print recording device according to the embodiment.

【図3】従来のコマンドダンプ表示の一例を示す模式図
である。
FIG. 3 is a schematic diagram showing an example of a conventional command dump display.

【図4】上記実施例におけるコマンドダンプ表示の一例
を示す模式図である。
FIG. 4 is a schematic diagram showing an example of a command dump display in the embodiment.

【図5】上記実施例におけるコマンドダンプ処理を示す
フローチャートである。
FIG. 5 is a flowchart showing a command dump process in the embodiment.

【図6】本発明の第2実施例によるコマンドダンプ表示
の一例を示す模式図である。
FIG. 6 is a schematic diagram illustrating an example of a command dump display according to a second embodiment of the present invention.

【図7】上記第2実施例におけるコマンドダンプ処理を
示すフローチャートである。
FIG. 7 is a flowchart showing a command dump process in the second embodiment.

【図8】本発明の第3実施例によるコマンドダンプ表示
の一例を示す模式図である。
FIG. 8 is a schematic diagram showing an example of a command dump display according to a third embodiment of the present invention.

【図9】本発明の第4実施例によるシステム構成を示す
ブロック図である。
FIG. 9 is a block diagram showing a system configuration according to a fourth embodiment of the present invention.

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

100…データ受信手段、 200…識別手段、 300…文字列変換手段、 400…区切り表示手段、 500…表示手段。 100: data receiving means, 200: identification means, 300: character string conversion means, 400: delimiter display means, 500: display means.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭63−19275(JP,A) 特開 平3−150644(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 11/28 - 11/34 G06K 15/00 B41J 29/46──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-63-19275 (JP, A) JP-A-3-150644 (JP, A) (58) Fields investigated (Int. Cl. 6 , DB name) G06F 11/28-11/34 G06K 15/00 B41J 29/46

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ホスト装置からデータを受信する受信手
段と;前記受信手段により受信したデータに含まれるコマンド
を識別する識別手段と;前記識別手段により識別される各コマンドの出現回数を
カウントするカウント手段と; 前記識別手段により識別されたコマンドのリストと前記
カウント手段によりカウントされた各コマンドの出現回
数と を出力する出力手段と; を有することを特徴とする出力装置
A receiving unit that receives data from a host device; an identifying unit that identifies a command included in the data received by the receiving unit ; and a number of occurrences of each command identified by the identifying unit.
Counting means for counting; a list of commands identified by the identification means ;
Number of occurrences of each command counted by the counting means
Output means for outputting a number and an output device .
【請求項2】 請求項1において、2. The method according to claim 1, 前記出力手段は、プリンタであることを特徴とする出力The output means is a printer,
装置。apparatus.
JP3319969A 1991-11-07 1991-11-07 Output device Expired - Fee Related JP2773094B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3319969A JP2773094B2 (en) 1991-11-07 1991-11-07 Output device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3319969A JP2773094B2 (en) 1991-11-07 1991-11-07 Output device

Publications (2)

Publication Number Publication Date
JPH05127955A JPH05127955A (en) 1993-05-25
JP2773094B2 true JP2773094B2 (en) 1998-07-09

Family

ID=18116280

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3319969A Expired - Fee Related JP2773094B2 (en) 1991-11-07 1991-11-07 Output device

Country Status (1)

Country Link
JP (1) JP2773094B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6319275A (en) * 1986-07-11 1988-01-27 Nec Corp Printer
JPH03150644A (en) * 1989-11-08 1991-06-27 Seiko Epson Corp Printer with dump function

Also Published As

Publication number Publication date
JPH05127955A (en) 1993-05-25

Similar Documents

Publication Publication Date Title
JP2773094B2 (en) Output device
JP2012123704A (en) Control apparatus, control method of control apparatus, and program
JPH01150568A (en) Printer device
EP0327780B1 (en) Bounded word replace function for an electronic typewriter
US9195897B2 (en) Media processing device, media processing system, and control method of a media processing device
JPH07137354A (en) Printer with bar code reader
JPH05143250A (en) Printer
JPH04296910A (en) Numerical controller
JP2571860Y2 (en) Printer device
JPH071796A (en) Recorder
JP3576669B2 (en) Recording device and data control method
JPH0721279A (en) Job processor
JPH02110626A (en) Error display control device for printing device
JP2612937B2 (en) Printing device
JP2724143B2 (en) Document processing method
JPS63251239A (en) Black face printing method and device
JPH05193223A (en) Printer
JPS63272144A (en) Dump output device
JPH08282023A (en) Received data analyzing method for printer
JPH06293171A (en) Printing device
JPH0213631B2 (en)
JPH09202020A (en) Method for printing processing-finished mark and device therefor
JPH06270476A (en) Recording apparatus
JPH1191185A (en) Printing control method
JPH0527928A (en) Printing data control system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees