JPH07230369A - Printer device - Google Patents
Printer deviceInfo
- Publication number
- JPH07230369A JPH07230369A JP6063135A JP6313594A JPH07230369A JP H07230369 A JPH07230369 A JP H07230369A JP 6063135 A JP6063135 A JP 6063135A JP 6313594 A JP6313594 A JP 6313594A JP H07230369 A JPH07230369 A JP H07230369A
- Authority
- JP
- Japan
- Prior art keywords
- data
- hex
- response
- dump
- command
- 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
Links
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、HEXダンプ機能(H
EXはHexadecimal numberの略称である)を有するプリ
ンタ装置に関する。The present invention relates to a HEX dump function (H
EX is an abbreviation for Hexadecimal number).
【0002】[0002]
【従来の技術】プリンタ装置には、従来、HEXダンプ
機能を有する構造のものがある。このHEXダンプ機能
というのは、ホストコンピュータ等から送信されたデー
タを16進数形式、すなわちHEX形式のマシン語に変
換し、このHEX形式のマシン語に変換されたデータを
ダンプ、すなわちプリントアウトするような機能であ
る。こうしてプリントアウトされたデータをダンプリス
トという。このようなHEXダンプ機能は、予定の印刷
結果が得られないような不都合が生じた場合に、ホスト
コンピュータ等から送信されたデータをHEX形式でプ
リントアウトし、不都合が発生した原因の究明に役立て
る等のための機能である。例えば、ホストコンピュータ
に格納されたプログラムの内容についてのダンプリスト
を作成すれば、プログラム内の不具合個所やバグの発見
が容易であり、発生した不都合の原因の解明に役立てら
れる。2. Description of the Related Art Conventionally, some printers have a structure having a HEX dump function. This HEX dump function converts the data transmitted from the host computer or the like into a hexadecimal format, that is, a machine language in the HEX format, and dumps, that is, prints out the data converted into the machine language in the HEX format. Function. The data printed out in this way is called a dump list. Such a HEX dump function prints out the data transmitted from the host computer or the like in the HEX format in the case where a problem such that the scheduled print result cannot be obtained occurs, and is useful for investigating the cause of the problem. It is a function for etc. For example, if a dump list of the contents of the program stored in the host computer is created, it is easy to find a defective part or bug in the program, and it is useful for clarifying the cause of the inconvenience that has occurred.
【0003】[0003]
【発明が解決しようとする課題】ホストコンピュータ等
からプリンタ装置に送信されるデータの中には、プリン
タ装置からの応答を求めるようなコマンドデータが含ま
れている。例えば、ステータス要求コマンド、プリンタ
ID応答モードコマンド(IDはIdentificationの略称
である)、プリント終了リクエストコマンド等である。
ステータス要求コマンドというのは、プリンタ装置のス
テータスの送信を求めるコマンドであり、プリンタID
応答モードコマンドというのは、そのプリンタがどのプ
リンタ装置であるかの情報、つまり、プリンタ装置の同
一性情報を要求するコマンドであり、プリント終了リク
エストコマンドというのは、受信した全てのデータを処
理した時点でプリンタ装置からホストコンピュータ等に
印字終了の応答をするよう求めるコマンドである。そし
て、このようなコマンドデータを受信したプリンタ装置
は、そのコマンドに応じた返答をホストコンピュータ等
に返すように構成されている。例えば、プリンタ装置が
プリンタID応答モードコマンドを受信した場合を想定
すると、この場合にはプリンタ装置がID応答モードに
入り、ホストコンピュータ等の側ではデータをシーケン
シャルまたはランダムにプリンタ装置に送信し、プリン
タ装置側ではその送信されてきたデータに応じてインタ
ーフェースの信号を変化させる、というような処理がな
される。そして、この場合には、ホストコンピュータ等
の側でプリンタ装置のインターフェースの信号をチェッ
クすることで、そのプリンタ装置がどのプリンタ装置で
あるかが確認される。The data transmitted from the host computer or the like to the printer device includes command data for requesting a response from the printer device. For example, a status request command, a printer ID response mode command (ID is an abbreviation for Identification), a print end request command, and the like.
The status request command is a command for requesting the transmission of the status of the printer device.
The response mode command is a command for requesting information as to which printer device the printer is, that is, the identity information of the printer device, and the print end request command is for processing all the received data. It is a command requesting that the printer device give a response to the end of printing to the host computer or the like at the time. Then, the printer device that receives such command data is configured to return a response according to the command to the host computer or the like. For example, assuming that the printer device receives the printer ID response mode command, in this case, the printer device enters the ID response mode, and the host computer or the like side transmits data to the printer device sequentially or randomly, On the device side, processing such as changing the signal of the interface according to the transmitted data is performed. In this case, the host computer or the like checks the interface signal of the printer device to confirm which printer device the printer device is.
【0004】ところが、このような応答を要求するコマ
ンドデータを受信したプリンタ装置がHEXダンプモー
ドになっていると、プリンタ装置は応答を返すことがで
きない。これは、HEXダンプモードは、プリンタ装置
が受信したデータをHEX形式でプリントアウトし、ダ
ンプリストを作成するためのモードだからである。この
ため、プリンタ装置がHEXダンプモードになっている
と、プリンタ装置に応答を要求するコマンドデータを送
ったホストコンピュータ等にプリンタ装置からの応答が
返らない。これにより、ホストコンピュータ等がプリン
タ装置からの応答を待つ待機状態を維持したままの状態
となってしまい、その機能が停止させられてしまうとい
う問題がある。However, if the printer device that has received the command data requesting such a response is in the HEX dump mode, the printer device cannot return a response. This is because the HEX dump mode is a mode for printing out the data received by the printer device in the HEX format and creating a dump list. Therefore, when the printer device is in the HEX dump mode, the response from the printer device is not returned to the host computer or the like which has sent the command data requesting the printer device to respond. This causes a problem that the host computer or the like remains in a standby state waiting for a response from the printer device, and its function is stopped.
【0005】[0005]
【課題を解決するための手段】請求項1記載の発明は、
印刷動作を実行する印刷機構と、受信したデータに基づ
きその印刷機構を駆動する印刷機構駆動部と、動作モー
ドをHEXダンプモードにするHEXダンプモード実行
手段と、HEXダンプモード時に受信したデータをHE
X形式に変換するデータ変換手段と、このデータ変換手
段によりHEX形式に変換されたデータに基づき印刷機
構駆動部に印刷機構の駆動を実行させるHEXダンプ手
段と、HEXダンプモード時に受信したデータが応答を
要求するコマンドであるかどうかを判断するHEXダン
プモード時データ識別手段と、このHEXダンプモード
時データ識別手段による判断結果が応答を要求するコマ
ンドである場合にそのコマンドに応じた応答を返すHE
Xダンプモード時応答手段とを設けた。The invention according to claim 1 is
A printing mechanism that executes a printing operation, a printing mechanism driving unit that drives the printing mechanism based on the received data, a HEX dump mode execution unit that sets the operation mode to the HEX dump mode, and an HEX that receives the data received in the HEX dump mode.
Data conversion means for converting into the X format, HEX dump means for causing the printing mechanism drive section to drive the printing mechanism based on the data converted into the HEX format by the data conversion means, and data received in the HEX dump mode responds. HEX dump mode data identifying means for determining whether the command is a requesting command, and an HE that returns a response corresponding to the command if the result of the determination by the HEX dump mode data identifying means is a command requesting a response
A response means in the X dump mode is provided.
【0006】請求項2記載の発明は、請求項1記載の発
明において、HEXダンプモード時に応答を要求するコ
マンドを受信した場合に、そのコマンドデータに関して
データ変換手段とHEXダンプ手段との動作を停止させ
るHEXダンプ停止手段を更に設けた。According to a second aspect of the invention, in the first aspect of the invention, when a command requesting a response is received in the HEX dump mode, the operation of the data conversion means and the HEX dump means regarding the command data is stopped. Further, a HEX dump stop means is provided.
【0007】請求項3記載の発明は、請求項1記載の発
明において、HEXダンプモード時に応答を要求するコ
マンドを受信した場合に、そのコマンドデータのHEX
ダンプ印刷を他のデータに基づくHEXダンプ印刷と区
別するコマンド印刷区別手段を更に設けた。According to a third aspect of the invention, in the first aspect of the invention, when a command requesting a response is received in the HEX dump mode, the HEX of the command data is received.
Command print distinguishing means for distinguishing the dump print from the HEX dump print based on other data is further provided.
【0008】請求項4記載の発明は、請求項1記載の発
明において、HEXダンプモード時応答手段によって応
答を返すデータをHEX形式に変換する応答データ変換
手段と、この応答データ変換手段によりHEX形式に変
換されたデータに基づき印刷機構駆動部に印刷機構の駆
動を実行させる応答データHEXダンプ手段とを更に設
けた。ここで、「応答を返すデータ」には、受信したコ
マンドに応じてプリンタ装置で生成されるデータの他、
コマンド受信後に更にプリンタ装置が受信してこのプリ
ンタ装置で生成されるデータの基礎となるデータをも含
む。According to a fourth aspect of the present invention, in the first aspect of the present invention, the response data converting means for converting the data returned by the response means in the HEX dump mode into the HEX format, and the response data converting means for the HEX format. Response data HEX dumping means for causing the printing mechanism driving unit to drive the printing mechanism based on the data converted into the above is further provided. Here, in the "data returning a response", in addition to the data generated by the printer device according to the received command,
It also includes data that is the basis of the data received by the printer device after the command is received and generated by the printer device.
【0009】請求項5記載の発明は、請求項3及び4記
載の発明において、HEXダンプモード時応答手段によ
る応答データを他のデータのHEXダンプ印刷及びコマ
ンドデータのHEXダンプ印刷と区別する応答データ印
刷区別手段を更に設けた。According to a fifth aspect of the present invention, in the third and fourth aspects of the present invention, the response data for distinguishing the response data by the response means in the HEX dump mode from the HEX dump print of other data and the HEX dump print of the command data. A print distinguishing means is further provided.
【0010】[0010]
【作用】請求項1記載の発明では、印刷機構が印刷機構
駆動部に駆動され、受信したデータに基づく印刷が行わ
れる。HEXダンプモード実行手段により動作モードが
HEXダンプモードにされると、受信したデータがデー
タ変換手段によりHEX形式に変換され、このHEX形
式のデータの印刷が印刷機構駆動部による印刷機構の駆
動によりなされる。この際、印刷機構駆動部に動作命令
を出すのはHEXダンプ手段である。そして、HEXダ
ンプモード時、受信したデータの種類がHEXダンプモ
ード時データ識別手段により識別され、そのデータが応
答を要求するコマンドであると判断されると、HEXダ
ンプモード時応答手段によりそのコマンドに応じた応答
が返される。したがって、HEXダンプモード時であっ
ても、プリンタ装置からホストコンピュータ等に応答が
返され、ホストコンピュータ等を待たせることがない。According to the first aspect of the present invention, the printing mechanism is driven by the printing mechanism driving unit to perform printing based on the received data. When the operation mode is set to the HEX dump mode by the HEX dump mode execution means, the received data is converted to the HEX format by the data conversion means, and the printing of the HEX format data is performed by the printing mechanism driving section driving the printing mechanism. It At this time, it is the HEX dump means that issues the operation command to the printing mechanism drive unit. Then, in the HEX dump mode, the type of the received data is identified by the HEX dump mode data identifying means, and when it is determined that the data is a command requesting a response, the HEX dump mode responding means determines that command. A corresponding response is returned. Therefore, even in the HEX dump mode, a response is not returned from the printer device to the host computer or the like, and the host computer or the like is not kept waiting.
【0011】請求項2記載の発明では、HEXダンプモ
ード時に受信した応答を要求するコマンドデータがプリ
ントアウトされず、あるデータがHEXダンプされる際
にそのデータのHEXダンプ印刷にコマンドデータが混
じってしまうようなことがない。According to the second aspect of the present invention, the command data requesting the response received in the HEX dump mode is not printed out, and when a certain data is HEX dumped, the command data is mixed with the HEX dump print of the data. There is no such thing.
【0012】請求項3記載の発明では、HEXダンプモ
ード時に受信した応答を要求するコマンドデータのHE
Xダンプ印刷が他のデータに基づくHEXダンプ印刷と
区別され、両者の区別が明確になる。According to the third aspect of the invention, the HE of the command data requesting the response received in the HEX dump mode is used.
The X dump printing is distinguished from the HEX dump printing based on other data, and the distinction between the two becomes clear.
【0013】請求項4記載の発明は、プリンタ装置から
応答を返すデータが応答データ変換手段によりHEX形
式に変換され、応答データHEXダンプ手段によりその
データがプリントアウトされる。したがって、プリンタ
装置から応答を返すデータについてもダンプリストが得
られ、プリンタ装置からの応答に不都合が生じた場合の
原因の究明に役立てられる。According to the fourth aspect of the present invention, the response data from the printer is converted into the HEX format by the response data conversion means, and the response data is printed out by the HEX dump means. Therefore, a dump list can be obtained even for data that returns a response from the printer device, which is useful for investigating the cause when a problem occurs in the response from the printer device.
【0014】請求項5記載の発明では、プリンタ装置か
ら応答を返すデータについてのHEXダンプ印刷が他の
データ及びコマンドデータに基づくHEXダンプ印刷と
区別され、各データの区別が明確になる。According to the fifth aspect of the present invention, the HEX dump printing for the data returned from the printer device is distinguished from the HEX dump printing based on the other data and the command data, and the distinction between the respective data becomes clear.
【0015】[0015]
【実施例】本発明の一実施例を図1ないし図6に基づい
て説明する。まず、図2に全体の外観を概略的に示す。
本実施例のプリンタ装置1には、その正面に操作パネル
2と給紙部3とが配置されている。そして、前記プリン
タ装置1の筐体内部には、例えばレーザビームプリンタ
機構である印刷機構であり、この印刷機構をホストコン
ピュータ4から送信された印刷データに基づき駆動する
印刷機構駆動部でもあるプリンタエンジン5等が内蔵さ
れている。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT An embodiment of the present invention will be described with reference to FIGS. First, FIG. 2 schematically shows the overall appearance.
The printer device 1 of the present embodiment is provided with an operation panel 2 and a paper feed unit 3 on its front surface. A printer engine, which is a printing mechanism such as a laser beam printer mechanism inside the housing of the printer device 1 and a printing mechanism driving unit that drives the printing mechanism based on print data transmitted from the host computer 4, is also provided. 5 etc. are built in.
【0016】次いで、各部の電気的接続を図1に示す。
まず、各種の演算処理をすることで各種の処理を集中的
に実行するCPU6が設けられ、このCPU6には、動
作プログラムを格納するプログラムROM7、数種類の
フォントを格納するフォントROM8、可変データを書
き換え自在に格納してワークエリア等として利用される
RAM9及び前記操作パネル2で入力された操作指示の
データ等を一時記憶する不揮発性RAM10がバス接続
され、フォントデータやプログラムデータ等を外部から
供給するオプションとして利用されるICカード11が
着脱自在に接続されている。また、前記CPU6には、
エンジンI/F12(I/FはInter faceの略称であ
る)、パネルI/F13、パラレルI/Fにより構成さ
れるホストI/F14及びディスクI/F15がバス接
続され、ここに、前記プリンタ装置1に内蔵されるコン
トローラ16が構成されている。Next, the electrical connection of each part is shown in FIG.
First, a CPU 6 is provided which intensively executes various kinds of processing by performing various kinds of arithmetic processing. The CPU 6 has a program ROM 7 for storing operation programs, a font ROM 8 for storing several kinds of fonts, and rewriting variable data. A RAM 9 that is freely stored and used as a work area and a non-volatile RAM 10 that temporarily stores operation instruction data and the like input on the operation panel 2 are bus-connected, and font data, program data, and the like are supplied from the outside. An IC card 11 used as an option is detachably connected. Further, the CPU 6 has
An engine I / F 12 (I / F is an abbreviation for “inter face”), a panel I / F 13, a host I / F 14 and a disk I / F 15 which are composed of a parallel I / F are bus-connected to the printer device. The controller 16 built into the device 1 is configured.
【0017】次いで、前記エンジンI/F12には前記
プリンタエンジン5が接続され、前記パネルI/F13
には前記操作パネル2が接続され、前記ホストI/F1
4には前記ホストコンピュータ4が接続されている。ま
た、前記ディスクI/F15には、外部記憶装置である
ハードディスク等のディスクドライバ17が接続されて
いる。Next, the printer engine 5 is connected to the engine I / F 12, and the panel I / F 13 is connected.
The operation panel 2 is connected to the host I / F 1
The host computer 4 is connected to 4. A disk driver 17 such as a hard disk, which is an external storage device, is connected to the disk I / F 15.
【0018】ここで、前記操作パネル2には、前記プリ
ンタ装置の動作モードをHEXダンプモードにするため
のHEXダンプスイッチ2aが設けられており、このH
EXダンプスイッチ2aが投入されることにより、CP
U6の命令でプログラムROM7内の動作プログラムか
らHEXダンプモードのプログラムが選択されるように
構成されている。したがって、前記HEXダンプスイッ
チ2a、前記CPU6及び前記プログラムROM7によ
り、HEXダンプモード実行手段が実行されるように構
成されている。Here, the operation panel 2 is provided with a HEX dump switch 2a for setting the operation mode of the printer device to the HEX dump mode.
When the EX dump switch 2a is turned on, the CP
A UEX dump mode program is selected from the operation programs in the program ROM 7 by the instruction of U6. Therefore, the HEX dump switch 2a, the CPU 6 and the program ROM 7 are configured to execute the HEX dump mode execution means.
【0019】このような構成において、ホストコンピュ
ータ4からデータがプリンタ装置1に送られると、その
データがホストI/F15に受信され、RAM9内に蓄
えられる。そして、RAM9内に蓄えられたデータが所
定の形式に変換され、CPU6の命令でプリンタエンジ
ン5が駆動されてそのデータに基づく印刷が実行され
る。In such a configuration, when data is sent from the host computer 4 to the printer device 1, the data is received by the host I / F 15 and stored in the RAM 9. Then, the data stored in the RAM 9 is converted into a predetermined format, the printer engine 5 is driven by the instruction of the CPU 6, and the printing based on the data is executed.
【0020】本実施例のプリンタ装置1では、こうして
実行された印刷に不都合があるような場合には、プリン
タ装置1に設けられたHEXダンプ機能により、ダンプ
リストのプリントアウトが可能である。ダンプリストを
得るには、操作パネル2のHEXダンプスイッチ2aを
投入する。これにより、CPU6の命令でプログラムR
OM7内の動作プログラムからHEXダンプモードのプ
ログラムが選択され、動作モードがHEXダンプモード
となる。このようなHEXダンプモードでの処理の流れ
を図3に示す。In the printer apparatus 1 of the present embodiment, when the printing executed in this way is inconvenient, the dump list can be printed out by the HEX dump function provided in the printer apparatus 1. To obtain the dump list, the HEX dump switch 2a on the operation panel 2 is turned on. As a result, the program R
A program in the HEX dump mode is selected from the operation programs in the OM 7, and the operation mode becomes the HEX dump mode. The flow of processing in such a HEX dump mode is shown in FIG.
【0021】まず、ステップS1でデータ受信の有無が
検出され、データ受信があると、ステップS2でそのデ
ータがRAM9に保存される。そして、ステップS3で
は、そのデータが応答を要求するコマンドデータである
かどうかの判断がなされ、そのようなコマンドデータで
ないと判断された場合には、ステップS4でそのデータ
がHEX形式に変換される。そして、ステップS5でそ
のデータが第1HEX形式で印刷される。その印刷例を
図4に例示する。印刷後は、ステップS6でデータがク
リアされ、そのデータに関するHEXダンプ処理が終了
する。First, the presence / absence of data reception is detected in step S1, and when the data is received, the data is stored in the RAM 9 in step S2. Then, in step S3, it is determined whether or not the data is command data requesting a response, and if it is determined that the data is not such command data, the data is converted into the HEX format in step S4. . Then, in step S5, the data is printed in the first HEX format. An example of the printing is illustrated in FIG. After printing, the data is cleared in step S6, and the HEX dump processing for that data ends.
【0022】一方、ステップS3で、ホストコンピュー
タ4から送信されたデータが応答を要求するコマンドデ
ータであると判断された場合には、ステップS3−1で
そのコマンドデータがID応答モードコマンドでないと
判断されたことを条件にステップS7でそのコマンドが
実行される。つまり、そのコマンドデータに応じた応答
(応答を返すデータ)がプリンタ装置1からホストコン
ピュータ4に返される。これに対し、ステップS3−1
での判断がID応答モードコマンドである場合には、ス
テップS3−2でそのID応答モードコマンドに続きホ
ストコンピュータ4からプリンタ装置1にシーケンシャ
ル又はランダムに送信されるデータ(応答を返すデー
タ)の受信を待ち、ステップS3−3でその応答を返す
データに応じたステータス(応答を返すデータ)をホス
トコンピュータ4に送信する、という処理がなされる。
そして、ステップS7又はステップS3−3での処理が
終了するとステップS8に移り、このステップS8では
ステップS3で確認されたコマンドデータを印刷するか
どうかが判断される。コマンドデータを印刷するかどう
かはプリンタ装置1が保持するエミュレーションプログ
ラム内で設定される。そして、ステップS8でコマンド
データを印刷すると判断された場合には、ステップS9
でそのコマンドデータがHEX形式に変換され、ステッ
プS10でそのコマンドデータが第2HEX形式で印刷
される。その印刷例を図5に例示する。これに対し、ス
テップS8でコマンドデータを印刷しないと判断された
場合には、ステップS6に移り、データクリア処理がな
される。On the other hand, when it is determined in step S3 that the data transmitted from the host computer 4 is command data requesting a response, it is determined in step S3-1 that the command data is not an ID response mode command. The command is executed in step S7 on condition that it has been done. That is, a response (data for returning a response) according to the command data is returned from the printer device 1 to the host computer 4. On the other hand, step S3-1
If the determination is the ID response mode command, in step S3-2, the ID response mode command is followed by reception of data (data that returns a response) transmitted from the host computer 4 to the printer device 1 sequentially or randomly. Waiting, and in step S3-3, a status corresponding to the data for returning the response (data for returning the response) is transmitted to the host computer 4.
When the processing in step S7 or step S3-3 ends, the process proceeds to step S8, and in step S8, it is determined whether to print the command data confirmed in step S3. Whether to print the command data is set in the emulation program held by the printer device 1. When it is determined in step S8 that the command data is to be printed, step S9
In step S10, the command data is converted into the HEX format, and in step S10, the command data is printed in the second HEX format. An example of the printing is illustrated in FIG. On the other hand, if it is determined in step S8 that the command data is not printed, the process proceeds to step S6, and data clear processing is performed.
【0023】そして、ステップ10でコマンドデータが
第2HEX形式で印刷された場合には、その後に続くス
テップS11で応答を返すデータを印刷するかどうかが
判断される。ここでの応答を返すデータというのは、ス
テップ7で受信したコマンドに応じてプリンタ装置1か
らホストコンピュータ4に返されるデータか、又は、ス
テップS3−2で確認されるホストコンピュータ4から
プリンタ装置1に送らるデータ及びステップS3−3で
プリンタ装置1からホストコンピュータ4に送信される
ステータスのいずれか一方である。このような応答を返
すデータの印刷を実行するかどうかは、エミュレーショ
ンプログラム内で設定される。ここで、ステップS11
で応答を返すデータを印刷すると判断された場合には、
ステップS12で応答を返すデータがHEX形式に変換
され、ステップS13でその応答を返すデータが第3H
EX形式で印刷される。その印刷例を図6に例示する。
これに対し、ステップS11で応答を返すデータを印刷
しないと判断された場合には、ステップS6に移り、デ
ータクリア処理がなされる。When the command data is printed in the second HEX format in step 10, it is determined in step S11 that follows whether or not the response data is printed. The data to be returned here is the data returned from the printer device 1 to the host computer 4 in response to the command received in step 7, or the host computer 4 to the printer device 1 confirmed in step S3-2. Data sent to the host computer 4 from the printer apparatus 1 in step S3-3. Whether to print the data that returns such a response is set in the emulation program. Here, step S11
If it is determined to print the data that returns the response in,
The data returning the response in step S12 is converted to HEX format, and the data returning the response in step S13 is the third H
Printed in EX format. An example of the printing is illustrated in FIG.
On the other hand, if it is determined in step S11 that the response data is not printed, the process proceeds to step S6 and data clear processing is performed.
【0024】このように、本実施例では、HEXダンプ
モード時に受信したデータがステップS4、S9又はS
12でHEX形式に変換される。したがって、これらの
ステップS4,S9又はS12により、データ変換手段
が実行される。そして、HEX形式に変換されたデータ
は、ステップS5,S10又はS13でHEX形式で印
刷される。つまり、プリンタエンジン5が駆動され、各
データが印刷されてダンプリストがプリントアウトされ
る。したがって、これらのステップS5,S10又はS
13により、HEXダンプ手段が実行される。As described above, in this embodiment, the data received in the HEX dump mode is the data received in step S4, S9 or S.
At 12, it is converted to HEX format. Therefore, the data conversion means is executed by these steps S4, S9 or S12. Then, the data converted into the HEX format is printed in the HEX format in step S5, S10 or S13. That is, the printer engine 5 is driven, each data is printed, and the dump list is printed out. Therefore, these steps S5, S10 or S
By 13, the HEX dump means is executed.
【0025】また、ステップS3では、ホストコンピュ
ータ4から送信されたデータが応答を要求するコマンド
であるかどうかの判断がなされ、ここにHEXダンプモ
ード時データ識別手段が実行される。そして、受信した
データが応答を要求するコマンドデータである場合に
は、そのデータがID応答モードコマンドでなければス
テップS7でそのコマンドが実行され、ID応答モード
コマンドであるとステップS3−3でホストコンピュー
タ4に対するステータス送信がなされる。したがって、
このステップS7又はステップS3−3により、HEX
ダンプモード時応答手段が実行される。そして、こうし
てステップS7でコマンドが実行され、ステップS3−
3でステータス送信がなされるため、HEXダンプモー
ド時のプリンタ装置1に応答を要求するコマンドを送信
したホストコンピュータ4が停止状態になってしまうよ
うな不都合が防止され、プリンタ装置1とホストコンピ
ュータ4との間でのデータ送受信の円滑化が図られる。In step S3, it is determined whether the data transmitted from the host computer 4 is a command requesting a response, and the data identification means in the HEX dump mode is executed. Then, if the received data is command data requesting a response, the command is executed in step S7 if the data is not an ID response mode command, and if the data is an ID response mode command, the host in step S3-3. The status is transmitted to the computer 4. Therefore,
By this step S7 or step S3-3, the HEX
The response means is executed in the dump mode. The command is thus executed in step S7, and step S3-
Since the status transmission is performed in 3, the inconvenience that the host computer 4 that has transmitted the command requesting the response to the printer device 1 in the HEX dump mode is stopped is prevented, and the printer device 1 and the host computer 4 are prevented. Data can be smoothly transmitted and received between and.
【0026】次いで、ステップS8でコマンドデータを
印刷しないと判断された場合には、データがHEX形式
に変換されず、印刷も実行されず、したがって、そのコ
マンドデータに関してはHEXダンプ機能が停止状態に
されたままステップS6でそのコマンドデータがクリア
される。したがって、このステップ8によりHEXダン
プ停止手段が実行される。そして、このような処理が実
行される結果、あるデータがHEXダンプされる際にそ
のデータのHEXダンプ印刷にコマンドデータが混じっ
てしまうような不都合が回避され、判り易いダンプリス
トが提供される。Next, when it is determined that the command data is not printed in step S8, the data is not converted into the HEX format and the printing is not executed, so that the HEX dump function is stopped for the command data. The command data is cleared as it is in step S6. Therefore, the HEX dump stop means is executed by this step 8. As a result of such processing being performed, when a certain data is HEX dumped, the inconvenience that command data is mixed in the HEX dump print of that data is avoided, and an easy-to-understand dump list is provided.
【0027】また、通常のHEXダンプ印刷例を例示す
る図4のダンプリストとコマンドデータのHEXダンプ
印刷例を例示する図5のダンプリストとより明らかなよ
うに、コマンドデータに関するダンプリストにはアンダ
ーライン18が付加されている。これにより、コマンド
データのHEXダンプ印刷が他のデータに基づくHEX
ダンプ印刷と区別されて両者の区別が明確化され、判り
易いダンプリストが提供される。したがって、このよう
なコマンドデータのHEXダンプを実現するステップS
10により、コマンド印刷区別手段が実行される。Further, as is clearer from the dump list of FIG. 4 exemplifying a normal HEX dump print example and the dump list of FIG. 5 exemplifying a HEX dump print example of command data, the dump list relating to command data is underwritten. Line 18 is added. This allows the HEX dump printing of command data to be based on other data.
It is distinguished from the dump printing to clarify the distinction between them, and an easy-to-understand dump list is provided. Therefore, step S for realizing the HEX dump of such command data
10, the command print distinguishing unit is executed.
【0028】そして、ステップS12では、応答を返す
データがHEX形式に変換され、これによって応答デー
タ変換手段が実行される。また、ステップS13では、
その応答を返すデータが印刷され、ここに応答データH
EXダンプ手段が実行される。このように、応答モード
時にホストコンピュータ4からプリンタ装置1に送られ
てくる応答を返すデータについてもダンプリストが得ら
れ、プリンタ装置1からの応答に不都合が生じた場合の
原因の究明に役立てられる。しかも、通常のHEXダン
プ印刷例を例示する図4のダンプリスト及びコマンドデ
ータのHEXダンプ印刷例を例示する図5のダンプリス
トと応答を返すデータのHEXダンプ印刷例を例示する
図6のダンプリストとを比較することで明らかなよう
に、応答を返すデータに関するダンプリストには網掛け
19が付されている。これにより、応答を返すデータの
HEXダンプ印刷が他のデータに基づくHEXダンプ印
刷と区別されてその区別が明確化され、判り易いダンプ
リストが提供される。したがって、このような応答を返
すデータのHEXダンプを実現するステップS13によ
り、応答データ印刷区別手段が実行される。Then, in step S12, the data for returning the response is converted into the HEX format, and the response data converting means is thereby executed. In step S13,
The data that returns the response is printed, and the response data H
The EX dump means is executed. In this way, a dump list is also obtained for the response data sent from the host computer 4 to the printer device 1 in the response mode, which is useful for investigating the cause when the response from the printer device 1 is inconvenient. . Moreover, the dump list of FIG. 4 exemplifying a normal HEX dump print example and the dump list of FIG. 5 exemplifying a HEX dump print example of command data and the dump list of FIG. 6 exemplifying a HEX dump print example of data returning a response As is clear from the comparison between and, the dump list regarding the data for which the response is returned is shaded. As a result, the HEX dump print of the data returning the response is distinguished from the HEX dump print based on the other data, the distinction is made clear, and an easy-to-understand dump list is provided. Therefore, the response data print distinguishing unit is executed in step S13 for realizing the HEX dump of the data that returns such a response.
【0029】[0029]
【発明の効果】請求項1記載の発明は、印刷動作を実行
する印刷機構と、受信したデータに基づきその印刷機構
を駆動する印刷機構駆動部と、動作モードをHEXダン
プモードにするHEXダンプモード実行手段と、HEX
ダンプモード時に受信したデータをHEX形式に変換す
るデータ変換手段と、このデータ変換手段によりHEX
形式に変換されたデータに基づき印刷機構駆動部に印刷
機構の駆動を実行させるHEXダンプ手段と、HEXダ
ンプモード時に受信したデータが応答を要求するコマン
ドであるかどうかを判断するHEXダンプモード時デー
タ識別手段と、このHEXダンプモード時データ識別手
段による判断結果が応答を要求するコマンドである場合
にそのコマンドに応じた応答を返すHEXダンプモード
時応答手段とを設けたので、HEXダンプモード時、受
信したデータが応答を要求するコマンドである場合に
は、そのコマンドに応じた応答をホストコンピュータ等
に返すことができ、したがって、HEXダンプモード時
のプリンタ装置に応答を要求するコマンドを送信したホ
ストコンピュータ等が停止状態になってしまうような不
都合を防止することができ、ホストコンピュータ等との
間の円滑なデータ送受信を実現させることができる等の
効果を有する。According to the first aspect of the present invention, the printing mechanism for executing the printing operation, the printing mechanism driving section for driving the printing mechanism based on the received data, and the HEX dump mode for setting the operation mode to the HEX dump mode. Execution means and HEX
Data conversion means for converting the data received in the dump mode into the HEX format, and HEX by this data conversion means
HEX dump means for causing the printing mechanism drive unit to drive the printing mechanism based on the data converted into the format, and HEX dump mode data for determining whether the data received in the HEX dump mode is a command requesting a response Since the identifying means and the HEX dump mode responding means that returns a response according to the command when the determination result by the data identifying means in the HEX dump mode is a command requesting a response are provided, in the HEX dump mode, If the received data is a command requesting a response, a response corresponding to the command can be returned to the host computer, etc. Therefore, the host that has transmitted the command requesting a response to the printer device in the HEX dump mode. Preventing inconveniences such as computers being stopped Can have effects such as can be achieved a smooth data transmission and reception with the host computer or the like.
【0030】請求項2記載の発明は、請求項1記載の発
明において、HEXダンプモード時に応答を要求するコ
マンドを受信した場合に、そのコマンドデータに関して
データ変換手段とHEXダンプ手段との動作を停止させ
るHEXダンプ停止手段を更に設けたので、HEXダン
プモード時には、応答を要求するコマンドデータを受信
してもそのプリントアウトを阻止することができ、ある
データがHEXダンプされる際にそのデータのHEXダ
ンプ印刷にコマンドデータが混じってしまうような不都
合を防止することができ、したがって、判り易いダンプ
リストを提供することができる等の効果を有する。According to a second aspect of the invention, in the first aspect of the invention, when a command requesting a response is received in the HEX dump mode, the operation of the data conversion means and the HEX dump means regarding the command data is stopped. Further, since the HEX dump stop means is provided, in the HEX dump mode, even if the command data requesting the response is received, the printout thereof can be blocked, and when a certain data is HEX dumped, the HEX dump of the data is performed. It is possible to prevent the inconvenience that the command data is mixed in the dump print, and thus it is possible to provide an easily understandable dump list.
【0031】請求項3記載の発明は、請求項1記載の発
明において、HEXダンプモード時に応答を要求するコ
マンドを受信した場合に、そのコマンドデータのHEX
ダンプ印刷を他のデータに基づくHEXダンプ印刷と区
別するコマンド印刷区別手段を更に設けたので、HEX
ダンプモード時に受信した応答を要求するコマンドデー
タのHEXダンプ印刷を他のデータに基づくHEXダン
プ印刷と区別してし両者の区別を明確にすることがで
き、したがって、判り易いダンプリストを提供すること
ができる等の効果を有する。According to the invention of claim 3, in the invention of claim 1, when a command requesting a response is received in the HEX dump mode, the HEX of the command data is received.
Since the command print distinguishing unit for distinguishing the dump print from the HEX dump print based on other data is further provided, the HEX
It is possible to distinguish the HEX dump print of the command data requesting the response received in the dump mode from the HEX dump print based on other data to make the distinction between them clear, and thus to provide an easy-to-understand dump list. It has the effect that it can be done.
【0032】請求項4記載の発明は、請求項1記載の発
明において、HEXダンプモード時応答手段によって応
答を返すデータをHEX形式に変換する応答データ変換
手段と、この応答データ変換手段によりHEX形式に変
換されたデータに基づき印刷機構駆動部に印刷機構の駆
動を実行させる応答データHEXダンプ手段とを更に設
けたので、プリンタ装置から応答を返すデータについて
もダンプリストを得ることができ、プリンタ装置からの
応答に不都合が生じた場合の原因の究明に役立てること
ができる等の効果を有する。According to a fourth aspect of the present invention, in the first aspect of the present invention, the response data converting means for converting the data returned by the response means in the HEX dump mode into the HEX format, and the HEX format by the response data converting means. Since a response data HEX dump means for causing the printing mechanism drive unit to drive the printing mechanism on the basis of the data converted to is further provided, it is possible to obtain a dump list for the data which returns a response from the printer device. It has an effect that it can be utilized for investigating the cause when inconvenience occurs in the response from.
【0033】請求項5記載の発明は、請求項3及び4記
載の発明において、HEXダンプモード時応答手段によ
る応答データを他のデータのHEXダンプ印刷及びコマ
ンドデータのHEXダンプ印刷と区別する応答データ印
刷区別手段を更に設けたので、プリンタ装置から応答を
返すデータについてのHEXダンプ印刷を他のデータ及
びコマンドデータに基づくHEXダンプ印刷と区別して
各データの区別を明確にすることができ、したがって、
判り易いダンプリストを提供することができる等の効果
を有する。According to a fifth aspect of the present invention, in the third and fourth aspects of the present invention, the response data for distinguishing the response data by the response means in the HEX dump mode from the HEX dump print of other data and the HEX dump print of the command data. Since the print distinguishing unit is further provided, it is possible to distinguish the HEX dump print for the data returned from the printer device from the HEX dump print based on the other data and the command data to clearly distinguish each data.
This has the effect of providing an easy-to-understand dump list.
【図1】本発明の一実施例として、各部の電気的接続を
示すブロック図である。FIG. 1 is a block diagram showing electrical connection of each part as one embodiment of the present invention.
【図2】全体の正面図である。FIG. 2 is an overall front view.
【図3】HEXダンプ処理の流れを示すフローチャート
である。FIG. 3 is a flowchart showing a flow of HEX dump processing.
【図4】HEXダンプ印刷例を示す平面図である。FIG. 4 is a plan view showing an example of HEX dump printing.
【図5】応答を要求するコマンドデータのHEXダンプ
印刷例を示す平面図である。FIG. 5 is a plan view showing an example of HEX dump printing of command data requesting a response.
【図6】プリンタ装置からホストコンピュータへ応答を
返すデータについてのHEXダンプ印刷例を示す平面図
である。FIG. 6 is a plan view showing an example of HEX dump printing of data for returning a response from the printer device to the host computer.
2a,6,7 HEXダンプモード実行手段 5 印刷機構,印刷機構駆動部 S3 HEXダンプモード時データ識別手段 S4,S9,S12 データ変換手段 S5,S10,S13 HEXダンプ手段 S7,S3−3 HEXダンプモード時応答手
段 S8 HEXダンプ停止手段 S10 コマンド印刷区別手段 S12 応答データ変換手段 S13 応答データHEXダンプ手段,応答データ印
刷区別手段2a, 6, 7 HEX dump mode execution means 5 printing mechanism, printing mechanism drive section S3 HEX dump mode data identification means S4, S9, S12 data conversion means S5, S10, S13 HEX dump means S7, S3-3 HEX dump mode Time response means S8 HEX dump stop means S10 Command print discrimination means S12 Response data conversion means S13 Response data HEX dump means, response data print discrimination means
Claims (5)
たデータに基づきその印刷機構を駆動する印刷機構駆動
部と、動作モードをHEXダンプモードにするHEXダ
ンプモード実行手段と、HEXダンプモード時に受信し
たデータをHEX形式に変換するデータ変換手段と、こ
のデータ変換手段によりHEX形式に変換されたデータ
に基づき前記印刷機構駆動部に前記印刷機構の駆動を実
行させるHEXダンプ手段と、HEXダンプモード時に
受信したデータが応答を要求するコマンドであるかどう
かを判断するHEXダンプモード時データ識別手段と、
このHEXダンプモード時データ識別手段による判断結
果が応答を要求するコマンドである場合にそのコマンド
に応じた応答を返すHEXダンプモード時応答手段とを
含むことを特徴とするプリンタ装置。1. A printing mechanism for executing a printing operation, a printing mechanism driving section for driving the printing mechanism based on received data, a HEX dump mode executing means for setting an operation mode to a HEX dump mode, and a HEX dump mode during the HEX dump mode. Data conversion means for converting the received data into the HEX format, HEX dump means for causing the printing mechanism drive section to drive the printing mechanism based on the data converted into the HEX format by the data conversion means, and a HEX dump mode HEX dump mode data identification means for determining whether the received data is a command requesting a response,
A printer device, comprising: HEX dump mode response means for returning a response according to the command when the determination result by the HEX dump mode data identification means is a command requesting a response.
コマンドを受信した場合に、そのコマンドデータに関し
てデータ変換手段とHEXダンプ手段との動作を停止さ
せるHEXダンプ停止手段を更に設けたことを特徴とす
る請求項1記載のプリンタ装置。2. A HEX dump stop means for stopping the operation of the data conversion means and the HEX dump means for the command data when a command requesting a response is received in the HEX dump mode. The printer device according to claim 1.
コマンドを受信した場合に、そのコマンドデータのHE
Xダンプ印刷を他のデータに基づくHEXダンプ印刷と
区別するコマンド印刷区別手段を更に設けたことを特徴
とする請求項1記載のプリンタ装置。3. When the command requesting a response is received in the HEX dump mode, the HE of the command data is received.
2. The printer device according to claim 1, further comprising command print distinguishing means for distinguishing the X dump print from the HEX dump print based on other data.
応答を返すデータをHEX形式に変換する応答データ変
換手段と、この応答データ変換手段によりHEX形式に
変換されたデータに基づき前記印刷機構駆動部に前記印
刷機構の駆動を実行させる応答データHEXダンプ手段
とを更に設けたことを特徴とする請求項1記載のプリン
タ装置。4. A response data conversion means for converting the data returned by the response means in the HEX dump mode into a HEX format, and the printing mechanism drive section based on the data converted into the HEX format by the response data conversion means. 2. The printer device according to claim 1, further comprising response data HEX dumping means for driving the printing mechanism.
答データを他のデータのHEXダンプ印刷及びコマンド
データのHEXダンプ印刷と区別する応答データ印刷区
別手段を更に設けたことを特徴とする請求項3及び4記
載のプリンタ装置。5. A response data print distinguishing means for distinguishing the response data by the responding means in the HEX dump mode from the HEX dump print of other data and the HEX dump print of command data is further provided. 4. The printer device according to item 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6063135A JPH07230369A (en) | 1993-12-22 | 1994-03-31 | Printer device |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5-323537 | 1993-12-22 | ||
JP32353793 | 1993-12-22 | ||
JP6063135A JPH07230369A (en) | 1993-12-22 | 1994-03-31 | Printer device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH07230369A true JPH07230369A (en) | 1995-08-29 |
Family
ID=26404216
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6063135A Pending JPH07230369A (en) | 1993-12-22 | 1994-03-31 | Printer device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH07230369A (en) |
-
1994
- 1994-03-31 JP JP6063135A patent/JPH07230369A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3127716B2 (en) | Printer | |
EP0862109B1 (en) | Information output apparatus and method | |
US7187459B2 (en) | Printing system in which programs required for printer operation are downloaded from computer | |
US6052204A (en) | Output apparatus and output method | |
JP2773632B2 (en) | Printing system | |
JPH07230369A (en) | Printer device | |
US5696891A (en) | Printing apparatus and method for storing various printing parameters | |
JP3019909B2 (en) | Print processing device | |
JP3217485B2 (en) | Printing device | |
JP3225096B2 (en) | Image forming device | |
JPH09188015A (en) | Printer and printing control method | |
JP3049685B2 (en) | Information output device and information output method | |
JPH0664252A (en) | Printing equipment having emulation mode | |
JP2001199133A (en) | Printing system | |
JPS58200324A (en) | Status recognizing method of peripheral device | |
JPH09131950A (en) | Printer system device | |
JP2006150731A (en) | Color printer | |
JPH0795259B2 (en) | Output device | |
JPH05324226A (en) | Printer controller | |
JP2002086866A (en) | Printer, print system, and printing method | |
JPH06274287A (en) | Printer system | |
JPH05318841A (en) | Printer | |
JPH1196086A (en) | Image forming device, information processor, image forming system and method for communication between image forming device and information processor | |
KR19990029549U (en) | Alarm sound printer | |
JPH03214228A (en) | Control system for serial printer |