JP2017030271A - Printer, printing system and control method - Google Patents

Printer, printing system and control method Download PDF

Info

Publication number
JP2017030271A
JP2017030271A JP2015153576A JP2015153576A JP2017030271A JP 2017030271 A JP2017030271 A JP 2017030271A JP 2015153576 A JP2015153576 A JP 2015153576A JP 2015153576 A JP2015153576 A JP 2015153576A JP 2017030271 A JP2017030271 A JP 2017030271A
Authority
JP
Japan
Prior art keywords
data
unit
printing
stop command
print
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
JP2015153576A
Other languages
Japanese (ja)
Inventor
吉田 大輔
Daisuke Yoshida
大輔 吉田
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 Instruments Inc
Original Assignee
Seiko Instruments 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 Seiko Instruments Inc filed Critical Seiko Instruments Inc
Priority to JP2015153576A priority Critical patent/JP2017030271A/en
Publication of JP2017030271A publication Critical patent/JP2017030271A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To select whether to continue printing of printing data or cancel printing when re-connected after disconnection from a host computer during reception of the printing data without giving a constraint to the contents of the printing data.SOLUTION: A printer comprises: a data reception unit which receives the data; a monitoring unit which monitors communication in the data reception unit; and a control unit which performs printing on the basis of the printing data received by the data reception unit. The data reception unit receives continuation cancel command data indicating whether to continue or cancel printing of the printing data when re-connected after disconnection of communication monitored by the monitoring unit during reception of the printing data. The control unit determines whether to cancel continuation of printing of the printing data on the basis of the continuation cancel command data.SELECTED DRAWING: Figure 3

Description

本発明は、プリンタ装置、印刷システム、及び制御方法に関する。   The present invention relates to a printer device, a printing system, and a control method.

通常、プリンタ装置は、印刷データ(イメージ印刷を含む)の受信中に、ホストコンピュータとの接続が切れた場合には、次データ待ち状態になる。そして、プリンタ装置は、再度ホストコンピュータと接続し、継続データをホストコンピュータから受信すると、印刷を開始する。これに対して、一度接続が切れた場合には、印刷データの転送を中止して印刷をキャンセル(中止)するという、システム要求がある。   Normally, if the connection with the host computer is disconnected during reception of print data (including image printing), the printer device waits for the next data. The printer device connects to the host computer again, and starts printing when continuation data is received from the host computer. On the other hand, there is a system request for canceling (stopping) printing by stopping transfer of print data once the connection is disconnected.

このような要求に応えるため、特許文献1に記載のプリンタ装置は、即時コマンドを用いている。プリンタ装置に送信されたデータは、データ受信処理内で、受信バッファというメモリに格納される。格納されたデータは、データ受信処理とは非同期に、通常解析処理として順次解析され、プリンタデータとして処理される。即時コマンドとは、プリンタ装置がデータ受信処理内で特定のデータ列(即時コマンドデータ)が存在するか否かを判定し、特定データ列を検出すると、即座に該当する処理(リセット処理など)を実行するためのコマンドである。   In order to meet such a demand, the printer device described in Patent Document 1 uses an immediate command. The data transmitted to the printer device is stored in a memory called a reception buffer in the data reception process. The stored data is sequentially analyzed as normal analysis processing asynchronously with the data reception processing and processed as printer data. Immediate command refers to whether the printer device determines whether a specific data string (immediate command data) exists in the data reception process. When a specific data string is detected, the printer immediately executes the corresponding process (such as a reset process). It is a command to execute.

特許平7−186494号公報Japanese Patent No. 7-186494

しかしながら、特許文献1に記載の技術では、イメージデータ内に即時コマンドデータ列を使用できないという制約が発生する、という問題がある。イメージデータは任意のデータ列で構成されるため、偶発的に即時コマンドデータ列と同じデータ列がイメージデータに入り込む可能性がある。即時コマンドは通常解析処理とは別にデータ受信処理内で検出されるため、偶発的に即時コマンドデータ列と同じデータ列がイメージデータに含まれている場合には、イメージデータとして送信したデータが意図せず即時コマンドと解釈され、処理されてしまうことになる。これを避けるため、イメージデータ内に、即時コマンド列が存在しないことを、ホストコンピュータで確認する必要があり、即時コマンドデータ列が存在する場合には、イメージデータの一部を変更するなどの対応が必要になる。   However, the technique described in Patent Document 1 has a problem that a restriction that an immediate command data string cannot be used in image data occurs. Since the image data is composed of an arbitrary data string, the same data string as the immediate command data string may accidentally enter the image data. Since the immediate command is detected in the data reception process separately from the normal analysis process, if the same data sequence as the immediate command data sequence is accidentally included in the image data, the data sent as the image data is intended. Without being interpreted as an immediate command and processed. In order to avoid this, it is necessary to confirm on the host computer that there is no immediate command sequence in the image data. If there is an immediate command sequence, such as changing part of the image data. Is required.

そこで、本発明は上述の事情を鑑みてなされたものであり、印刷データの内容に制約を与えることなく、印刷データの受信中にホストコンピュータとの接続が切断された後に再度接続した場合に、印刷データの印刷を継続するか、印刷を中止するかを選択することができるプリンタ装置、印刷システム、及び制御方法を提供することを目的とする。   Therefore, the present invention has been made in view of the above-described circumstances, and without restricting the contents of the print data, when the connection with the host computer is disconnected during the reception of the print data, It is an object of the present invention to provide a printer device, a printing system, and a control method capable of selecting whether to continue printing of print data or to cancel printing.

本発明の幾つかの態様は、データを受信するデータ受信部と、前記データ受信部における通信を監視する監視部と、前記データ受信部が受信した印刷データに基づいて印刷を行う制御部とを備え、前記データ受信部は、前記印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合には、前記印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを受信し、かつ、前記制御部は、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定することを特徴とするプリンタ装置である。   Some aspects of the present invention include a data receiving unit that receives data, a monitoring unit that monitors communication in the data receiving unit, and a control unit that performs printing based on print data received by the data receiving unit. The data receiving unit includes a continuation stop command indicating whether or not to continue printing of the print data when the communication monitored by the monitoring unit is disconnected while the print data is being received and then reconnected. The printer apparatus according to claim 1, wherein the control unit determines whether to continue or cancel printing of the print data based on the continuation stop command data.

また、本発明の他の態様のプリンタ装置において、前記データ受信部が受信したデータを記憶する受信バッファと、前記継続中止コマンドデータを記憶する継続中止コマンドデータ専用受信バッファと、を備え、前記データ受信部は、印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合には、前記受信バッファの空き容量がないビジー状態だったとしても、当該ビジー状態を解除して前記継続中止コマンドデータを受信し、受信した前記継続中止コマンドデータを前記継続中止コマンドデータ専用受信バッファに書き込む。   Further, in the printer device according to another aspect of the present invention, the printer includes a reception buffer that stores data received by the data receiving unit, and a reception buffer dedicated to continuation stop command data that stores the continuation stop command data. If the communication monitored by the monitoring unit is disconnected while receiving print data, and the connection is reconnected, the receiving unit cancels the busy state even if the reception buffer is not full. The continuous stop command data is received, and the received continuous stop command data is written into the continuous stop command data dedicated reception buffer.

また、本発明の他の態様は、プリンタ装置と情報処理装置とを備える印刷システムであって、前記情報処理装置は、前記プリンタ装置にデータを送信するデータ送信部と、前記データ送信部における通信を監視する第1監視部と、印刷データを生成し、生成した前記印刷データを前記データ送信部に出力する第1制御部と、を備え、前記プリンタ装置は、前記情報処理装置からデータを受信するデータ受信部と、前記データ受信部における通信を監視する第2監視部と、前記データ受信部が受信した前記印刷データに基づいて印刷を行う第2制御部とを備え、前記第1制御部は、前記印刷データを送信中に前記第1監視部の監視する通信が切断したあと再度接続した場合には、前記印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを前記データ送信部から送信し、前記データ受信部は、前記印刷データを受信中に前記第2監視部の監視する通信が切断したあと再度接続した場合には、前記継続中止コマンドデータを受信し、かつ、前記第2制御部は、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定することを特徴とする印刷システムである。   According to another aspect of the present invention, there is provided a printing system including a printer device and an information processing device, the information processing device including a data transmission unit that transmits data to the printer device, and communication in the data transmission unit. And a first control unit that generates print data and outputs the generated print data to the data transmission unit, and the printer device receives data from the information processing device A first data receiving unit, a second monitoring unit that monitors communication in the data receiving unit, and a second control unit that performs printing based on the print data received by the data receiving unit. When the communication monitored by the first monitoring unit is disconnected during transmission of the print data and then reconnected, a continuation stop command indicating whether the printing of the print data is to be continued or stopped. If the data monitoring unit disconnects communication monitored by the second monitoring unit while receiving the print data, the data receiving unit transmits the continuation stop command data. And the second control unit determines whether to continue or cancel printing of the print data based on the continuation stop command data.

また、本発明の他の態様は、プリンタ装置の制御方法であって、データ受信部が、データを受信するデータ受信過程と、監視部が、前記データ受信部における通信を監視する監視過程と、印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合に、前記データ受信部が、印刷を継続するか中止するかを示す継続中止コマンドデータを受信するコマンドデータ受信過程と、制御部が、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定する制御過程と、を有することを特徴とする制御方法である。   According to another aspect of the present invention, there is provided a method for controlling a printer apparatus, in which a data receiving unit receives data and a monitoring unit monitors communication in the data receiving unit. Command data reception process in which the data receiving unit receives continuation stop command data indicating whether printing is continued or stopped when communication monitored by the monitoring unit is disconnected during reception of print data. And a control process for determining whether to continue or stop printing of the print data based on the continuation stop command data.

本発明によれば、印刷データの内容に制約を与えることなく、印刷データの受信中にホストコンピュータとの接続が切断された後に再度接続した場合に、印刷データの印刷を継続するか、印刷を中止するかを選択することができる。   According to the present invention, without restricting the contents of the print data, when the connection with the host computer is disconnected after the print data is received, the print data is continued to be printed or printed. You can choose to cancel.

本発明の実施形態による印刷システムの構成例を示す図。1 is a diagram illustrating a configuration example of a printing system according to an embodiment of the present invention. 本実施形態によるホストコンピュータの構成の一例を示すブロック図。FIG. 2 is a block diagram showing an example of the configuration of a host computer according to the present embodiment. 本実施形態よるプリンタ装置の構成の一例を示すブロック図。1 is a block diagram illustrating an example of a configuration of a printer device according to an embodiment. 本実施形態によるホストコンピュータが実行する印刷処理の一例を示すフローチャート。6 is a flowchart illustrating an example of print processing executed by the host computer according to the present embodiment. 本実施形態によるホストコンピュータが実行するオンライン復帰監視処理の一例を示すフローチャート。5 is a flowchart showing an example of an online return monitoring process executed by the host computer according to the embodiment. 本実施形態によるプリンタ装置が実行する印刷処理の一例を示すフローチャート。6 is a flowchart illustrating an example of print processing executed by the printer apparatus according to the present embodiment.

以下、本発明の実施形態について、図面を参照しながら説明する。
(印刷システム1の構成)
図1は、本実施形態による印刷システム1の構成例を示す図である。印刷システム1は、プリンタ装置100と、ホストコンピュータ200と、を備えている。ホストコンピュータ200は、パーソナルコンピュータ、サーバ装置、携帯電話機、スマートフォン、タブレット端末、またはPOS端末等の情報処理装置である。ホストコンピュータ200は、プリンタ装置100が印刷するための印刷データをプリンタ装置100に送信する。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
(Configuration of printing system 1)
FIG. 1 is a diagram illustrating a configuration example of a printing system 1 according to the present embodiment. The printing system 1 includes a printer device 100 and a host computer 200. The host computer 200 is an information processing device such as a personal computer, a server device, a mobile phone, a smartphone, a tablet terminal, or a POS terminal. The host computer 200 transmits print data to be printed by the printer apparatus 100 to the printer apparatus 100.

プリンタ装置100は、ホストコンピュータ200から受信する印刷データに基づいて印刷するプリンタである。例えば、プリンタ装置100は、USB(Universal Serial Bus)、Bluetooth(登録商標)、無線LAN(Local Area Network)等の通信方式によりホストコンピュータ200と通信接続される。そして、プリンタ装置100は、ホストコンピュータ200から送信される印刷データを受信し、受信した印刷データに基づいて印刷を行う。   The printer device 100 is a printer that prints based on print data received from the host computer 200. For example, the printer 100 is communicatively connected to the host computer 200 by a communication method such as USB (Universal Serial Bus), Bluetooth (registered trademark), or wireless LAN (Local Area Network). The printer apparatus 100 receives print data transmitted from the host computer 200, and performs printing based on the received print data.

(ホストコンピュータ200の構成)
図2は、本実施形態によるホストコンピュータ200の構成の一例を示すブロック図である。ホストコンピュータ200は、入力部201と、アプリケーション実行部202と、データ送信部203と、データ受信部204と、通信切断/接続監視部205と、を備えている。
(Configuration of host computer 200)
FIG. 2 is a block diagram showing an example of the configuration of the host computer 200 according to the present embodiment. The host computer 200 includes an input unit 201, an application execution unit 202, a data transmission unit 203, a data reception unit 204, and a communication disconnection / connection monitoring unit 205.

入力部201は、ユーザからの入力を受け付け、受け付けた入力を示す入力信号をアプリケーション実行部202に出力する。アプリケーション実行部202は、アプリケーションを実行し、ホストコンピュータ200を統括して制御する制御部である。例えば、アプリケーション実行部202は、印刷データを生成し、生成した印刷データをデータ送信部203に出力する。また、アプリケーション実行部202は、データ送信部203が印刷データを送信中に通信切断/接続監視部205の監視する通信が切断したあと再度接続した場合には、当該印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータをデータ送信部203に送信させる。   The input unit 201 receives an input from the user and outputs an input signal indicating the received input to the application execution unit 202. The application execution unit 202 is a control unit that executes an application and controls the host computer 200 in an integrated manner. For example, the application execution unit 202 generates print data and outputs the generated print data to the data transmission unit 203. In addition, when the data transmission unit 203 disconnects communication monitored by the communication disconnection / connection monitoring unit 205 while the data transmission unit 203 is transmitting print data, the application execution unit 202 continues to print the print data. The data transmission unit 203 is caused to transmit continuation cancellation command data indicating whether to cancel.

データ送信部203は、アプリケーション実行部202から入力されたデータ(例えば、印刷データや継続中止コマンドデータ)をプリンタ装置100に送信する。データ受信部204は、プリンタ装置100からデータを受信し、受信したデータをアプリケーション実行部202に出力する。通信切断/接続監視部205は、ホストコンピュータ200とプリンタ装置100との通信(データ送信部203の通信)が切断されている(オフライン)か接続されている(オンライン)かを監視し、その結果をアプリケーション実行部202に出力する。   The data transmission unit 203 transmits data (for example, print data or continuation stop command data) input from the application execution unit 202 to the printer apparatus 100. The data receiving unit 204 receives data from the printer apparatus 100 and outputs the received data to the application execution unit 202. The communication disconnection / connection monitoring unit 205 monitors whether communication between the host computer 200 and the printer apparatus 100 (communication of the data transmission unit 203) is disconnected (offline) or connected (online), and the result Is output to the application execution unit 202.

(プリンタ装置100の構成)
図3は、本実施形態よるプリンタ装置100の構成の一例を示すブロック図である。プリンタ装置100は、通信切断/接続監視部101と、データ受信部102と、受信バッファ103と、継続中止コマンドデータ専用受信バッファ104と、コマンド解析部105と、コマンド実行部106と、データ送信部107と、印刷制御部108と、その他機能実行部109と、システム制御部110と、センサ検出部111と、エラー検出部112と、を備えている。
(Configuration of Printer Device 100)
FIG. 3 is a block diagram illustrating an example of the configuration of the printer apparatus 100 according to the present embodiment. The printer apparatus 100 includes a communication disconnection / connection monitoring unit 101, a data reception unit 102, a reception buffer 103, a continuation stop command data dedicated reception buffer 104, a command analysis unit 105, a command execution unit 106, and a data transmission unit. 107, a print control unit 108, another function execution unit 109, a system control unit 110, a sensor detection unit 111, and an error detection unit 112.

通信切断/接続監視部101は、プリンタ装置100とホストコンピュータ200との通信(データ受信部102の通信)がオンラインであるかオフラインであるかを監視し、その結果をデータ受信部102に出力する。データ受信部102は、ホストコンピュータ200からデータを受信する。そして、データ受信部102は、通信切断/接続監視部101からの入力に応じて、受信したデータを受信バッファ103または継続中止コマンドデータ専用受信バッファ104に書き込む。具体的には、データ受信部102は、通常時には、受信したデータを受信バッファ103に書き込む。ただし、データ受信部102は、ホストコンピュータ200から印刷データを受信中に通信がオフラインになったあと再度通信がオンラインになった場合にのみ、その直後に受信したデータ(継続中止コマンドデータ)を継続中止コマンドデータ専用受信バッファ104に書き込む。すなわち、データ受信部102は、印刷データを受信中に通信切断/接続監視部101の監視する通信が切断したあと再度接続した場合には、当該印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを受信し、受信した継続中止コマンドデータを継続中止コマンドデータ専用受信バッファ104に書き込む。また、データ受信部102は、印刷データを受信中に通信切断/接続監視部101の監視する通信が切断したあと再度接続した場合には、通信切断/接続監視部101の空き容量がないビジー状態だったとしても、当該ビジー状態を解除して継続中止コマンドデータを受信し、受信した継続中止コマンドデータを継続中止コマンドデータ専用受信バッファ104に書き込む。   The communication disconnection / connection monitoring unit 101 monitors whether communication between the printer apparatus 100 and the host computer 200 (communication of the data receiving unit 102) is online or offline, and outputs the result to the data receiving unit 102. . The data receiving unit 102 receives data from the host computer 200. Then, the data reception unit 102 writes the received data in the reception buffer 103 or the continuation stop command data dedicated reception buffer 104 in response to an input from the communication disconnection / connection monitoring unit 101. Specifically, the data reception unit 102 writes the received data in the reception buffer 103 at normal times. However, the data receiving unit 102 continues the data received immediately after the communication (offline command data) immediately after the communication goes offline after receiving the print data from the host computer 200. Write to the cancel command data dedicated reception buffer 104. That is, the data receiving unit 102 indicates whether to continue or cancel printing of the print data when the communication monitored by the communication disconnection / connection monitoring unit 101 is disconnected after receiving the print data and then reconnected. The continuation stop command data is received, and the received continuation stop command data is written into the continuation stop command data dedicated reception buffer 104. Further, the data receiving unit 102 is in a busy state in which the communication disconnection / connection monitoring unit 101 has no free space when the communication monitored by the communication disconnection / connection monitoring unit 101 is disconnected after receiving the print data and then reconnected. Even if this is the case, the busy state is released, the continuation stop command data is received, and the received continuation stop command data is written in the continuation stop command data dedicated reception buffer 104.

受信バッファ103は、データ受信部102がホストコンピュータ200から受信したデータを記憶するメモリ(記憶部)である。継続中止コマンドデータ専用受信バッファ104は、継続中止コマンドデータを記憶するメモリ(記憶部)である。
データ受信部102は、受信バッファ103の空き容量がないビジー状態である場合には、ビジー状態であることを示すビジー信号を、信号線を介してホストコンピュータ200に送信する。また、データ受信部102は、ビジー状態が解除されたビジークリア状態である場合には、ビジークリア状態であることを示すビジークリア信号を、信号線を介してホストコンピュータ200に送信する。
The reception buffer 103 is a memory (storage unit) that stores data received from the host computer 200 by the data reception unit 102. The continuous cancellation command data dedicated reception buffer 104 is a memory (storage unit) that stores continuous cancellation command data.
When the data reception unit 102 is in a busy state where there is no free space in the reception buffer 103, the data reception unit 102 transmits a busy signal indicating the busy state to the host computer 200 via the signal line. Further, when the busy state is released from the busy state, the data receiving unit 102 transmits a busy clear signal indicating the busy clear state to the host computer 200 via the signal line.

コマンド解析部105は、受信バッファ103または継続中止コマンドデータ専用受信バッファ104に記憶されているデータを読み出して解析し、その結果(コマンド)をコマンド実行部106に出力する。例えば、コマンド解析部105は、受信バッファ103に印刷データが記憶されている場合には、当該印刷データを印刷するコマンドをコマンド実行部106に出力する。また、コマンド解析部105は、継続中止コマンドデータ専用受信バッファ104に継続中止コマンドデータが記憶されている場合には、当該継続中止コマンドデータに基づいて、印刷を継続するか中止するかを判定する。具体的には、コマンド解析部105は、継続中止コマンドデータ専用受信バッファ104から読み出した継続中止コマンドデータに含まれるコマンドが印刷の継続を指示する継続コマンドである場合には、印刷を継続すると判定する。そして、コマンド解析部105は、印刷を継続すると判定した印刷データを受信バッファ103から読み出し、読み出した印刷データを印刷するコマンドをコマンド実行部106に出力する。また、コマンド解析部105は、継続中止コマンドデータ専用受信バッファ104から読み出した継続中止コマンドデータに含まれるコマンドが印刷の中止を指示する中止コマンドである場合には、印刷を中止すると判定する。そして、コマンド解析部105は、印刷を中止すると判定した印刷データを破棄して次のデータを受信バッファ103から読み出し、読み出したデータを解析する。   The command analysis unit 105 reads and analyzes data stored in the reception buffer 103 or the continuation stop command data dedicated reception buffer 104, and outputs the result (command) to the command execution unit 106. For example, when print data is stored in the reception buffer 103, the command analysis unit 105 outputs a command for printing the print data to the command execution unit 106. Further, when the continuation stop command data is stored in the continuation stop command data dedicated reception buffer 104, the command analysis unit 105 determines whether to continue printing or to stop printing based on the continuation stop command data. . Specifically, the command analysis unit 105 determines to continue printing when the command included in the continuation cancellation command data read from the continuation cancellation command data dedicated reception buffer 104 is a continuation command instructing continuation of printing. To do. Then, the command analysis unit 105 reads out the print data determined to continue printing from the reception buffer 103 and outputs a command for printing the read print data to the command execution unit 106. In addition, when the command included in the continuation stop command data read from the continuation stop command data dedicated reception buffer 104 is a stop command for instructing to stop printing, the command analysis unit 105 determines to stop printing. Then, the command analysis unit 105 discards the print data determined to stop printing, reads the next data from the reception buffer 103, and analyzes the read data.

コマンド実行部106は、データ送信部107、印刷制御部108または、その他機能実行部109を制御して、コマンド解析部105から入力されたコマンドを実行する。例えば、コマンド実行部106は、コマンド解析部105が受信バッファ103から読み出した印刷データに基づいて印刷制御部108に印刷させる。また、コマンド実行部106は、コマンド解析部105がその他機能の実行と解析した場合には、該当する機能をその他機能実行部109に実行させる。   The command execution unit 106 controls the data transmission unit 107, the print control unit 108, or the other function execution unit 109 to execute the command input from the command analysis unit 105. For example, the command execution unit 106 causes the print control unit 108 to print based on the print data read from the reception buffer 103 by the command analysis unit 105. In addition, when the command analysis unit 105 analyzes that the other function is executed, the command execution unit 106 causes the other function execution unit 109 to execute the corresponding function.

データ送信部107は、ホストコンピュータ200にデータ(例えば、プリンタエラー情報)を送信する。印刷制御部108は、ホストコンピュータ200から受信する印刷データに基づいて印刷を実行する。その他機能実行部109は、印刷以外のその他機能を実行する。   The data transmission unit 107 transmits data (for example, printer error information) to the host computer 200. The print control unit 108 executes printing based on print data received from the host computer 200. The other function execution unit 109 executes other functions other than printing.

コマンド解析部105、コマンド実行部106及び印刷制御部108が、データ受信部102が受信した印刷データに基づいて印刷を行う制御部を構成する。制御部は、データ受信部102が受信した継続中止コマンドデータに基づいて、印刷データの印刷を継続するか中止するかを判定する。   The command analysis unit 105, the command execution unit 106, and the print control unit 108 constitute a control unit that performs printing based on the print data received by the data reception unit 102. Based on the continuation stop command data received by the data receiving unit 102, the control unit determines whether to continue printing the print data or to cancel the print data.

システム制御部110は、センサ検出部111を制御する。センサ検出部111は、プリンタ装置100に備えられた各種センサである。例えば、センサ検出部111は、紙詰まりや用紙切れ等を検出する。エラー検出部112は、センサ検出部111の検出結果に基づいてエラーを検出し、検出した結果を印刷制御部108に出力する。   The system control unit 110 controls the sensor detection unit 111. The sensor detection unit 111 is various sensors provided in the printer apparatus 100. For example, the sensor detection unit 111 detects a paper jam or out of paper. The error detection unit 112 detects an error based on the detection result of the sensor detection unit 111 and outputs the detected result to the print control unit 108.

(ホストコンピュータ200が実行する印刷処理の動作)
図4は、本実施形態によるホストコンピュータ200が実行する印刷処理の一例を示すフローチャートである。この図を参照して、ホストコンピュータ200が実行する印刷処理の動作を説明する。
(Print processing operation executed by the host computer 200)
FIG. 4 is a flowchart illustrating an example of print processing executed by the host computer 200 according to the present embodiment. With reference to this figure, the print processing operation executed by the host computer 200 will be described.

(ステップS102)アプリケーション実行部202は、印刷データを生成する。その後、ステップS104の処理に進む。
(ステップS104)アプリケーション実行部202は、プリンタ装置100との通信接続がオンラインであるかオフラインであるかを判定する。通信接続がオンラインであるとアプリケーション実行部202が判定した場合にはステップS106の処理に進む。一方、通信接続がオフラインであるとアプリケーション実行部202が判定した場合にはステップS104の処理を再度実行する。
(Step S102) The application execution unit 202 generates print data. Thereafter, the process proceeds to step S104.
(Step S104) The application execution unit 202 determines whether the communication connection with the printer apparatus 100 is online or offline. If the application execution unit 202 determines that the communication connection is online, the process proceeds to step S106. On the other hand, when the application execution unit 202 determines that the communication connection is offline, the process of step S104 is executed again.

(ステップS106)アプリケーション実行部202は、復帰フラグがセット状態であるかクリア状態であるかを判定する。復帰フラグは、プリンタ装置100との通信接続が一度切断されたか否かを示すフラグである。復帰フラグがセット状態である場合には通信接続が一度切断されたことを示し、復帰フラグがクリア状態である場合には通信接続が切断されていないことを示す。復帰フラグがセット状態であるとアプリケーション実行部202が判定した場合にはステップS110の処理に進む。一方、復帰フラグがクリア状態であるとアプリケーション実行部202が判定した場合にはステップS108の処理に進む。   (Step S106) The application execution unit 202 determines whether the return flag is in a set state or a clear state. The return flag is a flag indicating whether or not the communication connection with the printer apparatus 100 has been once disconnected. When the return flag is in the set state, it indicates that the communication connection has been disconnected once, and when the return flag is in the clear state, it indicates that the communication connection has not been disconnected. If the application execution unit 202 determines that the return flag is set, the process proceeds to step S110. On the other hand, if the application execution unit 202 determines that the return flag is in a clear state, the process proceeds to step S108.

(ステップS108)アプリケーション実行部202は、プリンタ装置100がビジー状態であるかビジークリア状態であるかを判定する。例えば、アプリケーション実行部202は、プリンタ装置100からビジー信号を受信した場合には、ビジー状態であると判定する。一方、アプリケーション実行部202は、プリンタ装置100からビジークリア信号を受信した場合には、ビジークリア状態であると判定する。ビジー状態であるとアプリケーション実行部202が判定した場合にはステップS104の処理に戻る。一方、ビジークリア状態であるとアプリケーション実行部202が判定した場合にはステップS122の処理に進む。   (Step S <b> 108) The application execution unit 202 determines whether the printer apparatus 100 is in a busy state or a busy clear state. For example, when the application execution unit 202 receives a busy signal from the printer apparatus 100, the application execution unit 202 determines that it is in a busy state. On the other hand, when the application execution unit 202 receives a busy clear signal from the printer apparatus 100, the application execution unit 202 determines that the busy clear state is set. If the application execution unit 202 determines that the state is busy, the process returns to step S104. On the other hand, if the application execution unit 202 determines that the state is the busy clear state, the process proceeds to step S122.

(ステップS110)アプリケーション実行部202は、復帰フラグをクリア状態にする。その後、ステップS112の処理に進む。
(ステップS112)アプリケーション実行部202は、プリンタ装置100がビジー状態であるかビジークリア状態であるかを判定する。ビジー状態であるとアプリケーション実行部202が判定した場合にはステップS112の処理を再度実行する。一方、ビジークリア状態であるとアプリケーション実行部202が判定した場合にはステップS114の処理に進む。
(Step S110) The application execution unit 202 clears the return flag. Thereafter, the process proceeds to step S112.
(Step S <b> 112) The application execution unit 202 determines whether the printer apparatus 100 is in a busy state or a busy clear state. If the application execution unit 202 determines that the state is busy, the process of step S112 is executed again. On the other hand, if the application execution unit 202 determines that the state is the busy clear state, the process proceeds to step S114.

(ステップS114)アプリケーション実行部202は、印刷を継続するか印刷を中止するかを判定する。例えば、アプリケーション実行部202は、予め設定されている固定の判定(常に印刷継続または常に印刷中止)を行う。或いは、アプリケーション実行部202は、印刷データの印刷内容などの状況に応じて印刷を継続するか中止するかを判定する。或いは、アプリケーション実行部202は、ユーザが入力部201に入力した情報(例えば、ユーザが印刷継続か印刷中止かを決定した結果)に基づいて印刷を継続するか中止するかを判定する。印刷を継続するとアプリケーション実行部202が判定した場合にはステップS116の処理に進む。一方、印刷を中止するとアプリケーション実行部202が判定した場合にはステップS126の処理に進む。   (Step S114) The application execution unit 202 determines whether to continue printing or to cancel printing. For example, the application execution unit 202 performs a fixed determination that is set in advance (always continue printing or always cancel printing). Alternatively, the application execution unit 202 determines whether to continue printing or to stop printing according to the situation such as the print contents of the print data. Alternatively, the application execution unit 202 determines whether or not to continue printing based on information input by the user to the input unit 201 (for example, a result of the user determining whether to continue printing or stop printing). If the application execution unit 202 determines to continue printing, the process proceeds to step S116. On the other hand, if the application execution unit 202 determines that printing is to be stopped, the process proceeds to step S126.

(ステップS116)アプリケーション実行部202は、継続コマンドを生成する。その後、ステップS118の処理に進む。
(ステップS118)アプリケーション実行部202は、生成した継続コマンドを含む継続中止コマンドデータをデータ送信部203からプリンタ装置100に送信する。その後、ステップS120の処理に進む。
(Step S116) The application execution unit 202 generates a continuation command. Thereafter, the process proceeds to step S118.
(Step S <b> 118) The application execution unit 202 transmits continuation stop command data including the generated continuation command from the data transmission unit 203 to the printer apparatus 100. Thereafter, the process proceeds to step S120.

(ステップS120)アプリケーション実行部202は、継続中止コマンドデータの送信が完了したか否かを判定する。送信が完了したとアプリケーション実行部202が判定した場合にはステップS122の処理に進む。一方、送信が完了していない(未完了)とアプリケーション実行部202が判定した場合にはステップS120の処理を再度実行する。   (Step S120) The application execution unit 202 determines whether or not the transmission of the continuation stop command data has been completed. If the application execution unit 202 determines that the transmission is complete, the process proceeds to step S122. On the other hand, if the application execution unit 202 determines that transmission has not been completed (incomplete), the process of step S120 is executed again.

(ステップS122)アプリケーション実行部202は、印刷データをデータ送信部203から送信する。その後、ステップS124の処理に進む。
(ステップS124)アプリケーション実行部202は、印刷データの送信が完了したか否かを判定する。送信が完了したとアプリケーション実行部202が判定した場合には印刷処理を終了する。一方、送信が完了していない(未完了)とアプリケーション実行部202が判定した場合にはステップS104の処理に戻る。
(Step S122) The application execution unit 202 transmits print data from the data transmission unit 203. Thereafter, the process proceeds to step S124.
(Step S124) The application execution unit 202 determines whether or not transmission of print data is completed. If the application execution unit 202 determines that the transmission is complete, the printing process is terminated. On the other hand, if the application execution unit 202 determines that transmission has not been completed (incomplete), the process returns to step S104.

(ステップS126)アプリケーション実行部202は、中止コマンドを生成する。その後、ステップS128の処理に進む。
(ステップS128)アプリケーション実行部202は、生成した中止コマンドを含む継続中止コマンドデータをデータ送信部203から送信する。その後、ステップS130の処理に進む。
(ステップS130)アプリケーション実行部202は、継続中止コマンドデータの送信が完了したか否かを判定する。送信が完了したとアプリケーション実行部202が判定した場合には印刷処理を中止する。一方、送信が完了していない(未完了)とアプリケーション実行部202が判定した場合にはステップS130の処理を再度実行する。
(Step S126) The application execution unit 202 generates a cancel command. Thereafter, the process proceeds to step S128.
(Step S128) The application execution unit 202 transmits the continuation stop command data including the generated stop command from the data transmission unit 203. Thereafter, the process proceeds to step S130.
(Step S130) The application execution unit 202 determines whether or not the transmission of the continuation stop command data is completed. If the application execution unit 202 determines that the transmission is complete, the printing process is stopped. On the other hand, if the application execution unit 202 determines that transmission has not been completed (incomplete), the process of step S130 is executed again.

(ホストコンピュータ200が実行するオンライン復帰監視処理の動作)
図5は、本実施形態によるホストコンピュータ200が実行するオンライン復帰監視処理の一例を示すフローチャートである。この図を参照して、ホストコンピュータ200が実行するオンライン復帰監視処理の動作を説明する。ホストコンピュータ200は、常時この図に示すオンライン復帰監視処理を実行している。
(Operation of online return monitoring process executed by host computer 200)
FIG. 5 is a flowchart illustrating an example of the online return monitoring process executed by the host computer 200 according to the present embodiment. With reference to this figure, the operation | movement of the online return monitoring process which the host computer 200 performs is demonstrated. The host computer 200 always executes the online return monitoring process shown in FIG.

(ステップS202)通信切断/接続監視部205は、プリンタ装置100との通信接続がオンラインであるかオフラインであるかを判定する。通信接続がオフラインであると通信切断/接続監視部205が判定した場合にはステップS204の処理に進む。一方、通信接続がオンラインであると通信切断/接続監視部205が判定した場合にはオンライン復帰監視処理を終了する。
(ステップS204)通信切断/接続監視部205は、復帰フラグをセット状態にする。その後、オンライン復帰監視処理を終了する。
(Step S202) The communication disconnection / connection monitoring unit 205 determines whether the communication connection with the printer 100 is online or offline. If the communication disconnection / connection monitoring unit 205 determines that the communication connection is offline, the process proceeds to step S204. On the other hand, when the communication disconnection / connection monitoring unit 205 determines that the communication connection is online, the online return monitoring process is terminated.
(Step S204) The communication disconnection / connection monitoring unit 205 sets the return flag to the set state. Thereafter, the online return monitoring process is terminated.

(プリンタ装置100が実行する印刷処理の動作)
図6は、本実施形態によるプリンタ装置100が実行する印刷処理の一例を示すフローチャートである。この図を参照して、プリンタ装置100が実行する印刷処理の動作を説明する。プリンタ装置100は、ホストコンピュータ200から印刷データを受信中にこの図に示す印刷処理を実行する。
(Print processing operation executed by the printer apparatus 100)
FIG. 6 is a flowchart illustrating an example of print processing executed by the printer apparatus 100 according to the present embodiment. With reference to this figure, the operation of the printing process executed by the printer apparatus 100 will be described. The printer apparatus 100 executes the printing process shown in this figure while receiving print data from the host computer 200.

(ステップS402)通信切断/接続監視部101は、ホストコンピュータ200との通信接続がオンラインであるかオフラインであるかを判定する。通信接続がオンラインであると通信切断/接続監視部101が判定した場合にはステップS402の処理を再度実行する。一方、通信接続がオフラインであると通信切断/接続監視部101が判定した場合にはステップS404の処理に進む。   (Step S402) The communication disconnection / connection monitoring unit 101 determines whether the communication connection with the host computer 200 is online or offline. If the communication disconnection / connection monitoring unit 101 determines that the communication connection is online, the process of step S402 is executed again. On the other hand, if the communication disconnection / connection monitoring unit 101 determines that the communication connection is offline, the process proceeds to step S404.

(ステップS404)通信切断/接続監視部101は、ホストコンピュータ200との通信接続がオンラインであるかオフラインであるかを判定する。通信接続がオンラインであると通信切断/接続監視部101が判定した場合にはステップS406の処理に進む。一方、通信接続がオフラインであると通信切断/接続監視部101が判定した場合にはステップS404の処理を再度実行する。   (Step S404) The communication disconnection / connection monitoring unit 101 determines whether the communication connection with the host computer 200 is online or offline. If the communication disconnection / connection monitoring unit 101 determines that the communication connection is online, the process proceeds to step S406. On the other hand, when the communication disconnection / connection monitoring unit 101 determines that the communication connection is offline, the process of step S404 is executed again.

(ステップS406)印刷制御部108は、プリンタ装置100がエラー状態であるか否かを判定する。エラー状態とは、プリンタ装置100にエラーが発生している状態である。エラー状態である(Yes)と印刷制御部108が判定した場合にはステップS408の処理に進む。一方、エラー状態でない(No)と印刷制御部108が判定した場合にはステップS412の処理に進む。   (Step S406) The print control unit 108 determines whether the printer apparatus 100 is in an error state. The error state is a state where an error has occurred in the printer apparatus 100. If the print control unit 108 determines that there is an error state (Yes), the process proceeds to step S408. On the other hand, if the print control unit 108 determines that there is no error state (No), the process proceeds to step S412.

(ステップS408)印刷制御部108は、プリンタ装置100がビジー状態であるか否かを判定する。ビジー状態である(Yes)と印刷制御部108が判定した場合にはステップS410の処理に進む。一方、ビジー状態でない(No)と印刷制御部108が判定した場合にはステップS412の処理に進む。   (Step S408) The print control unit 108 determines whether the printer apparatus 100 is busy. If the print control unit 108 determines that it is busy (Yes), the process proceeds to step S410. On the other hand, if the print control unit 108 determines that it is not busy (No), the process proceeds to step S412.

(ステップS410)データ受信部102は、ビジー状態を解除する。具体的には、データ受信部102は、ビジークリア状態であることを示すビジークリア信号を、ビジー信号線を介してホストコンピュータ200に送信する。その後、ステップS412の処理に進む。   (Step S410) The data receiving unit 102 releases the busy state. Specifically, the data receiving unit 102 transmits a busy clear signal indicating the busy clear state to the host computer 200 via the busy signal line. Thereafter, the process proceeds to step S412.

(ステップS412)コマンド解析部105は、データ受信部102が継続中止コマンドデータをホストコンピュータ200から受信したか否かを判定する。具体的には、コマンド解析部105は、継続中止コマンドデータ専用受信バッファ104に継続中止コマンドデータが記憶されている場合に、継続中止コマンドデータを受信したと判定する。継続中止コマンドデータを受信したとコマンド解析部105が判定した場合にはステップS414の処理に進む。一方、継続中止コマンドデータを受信していないとコマンド解析部105が判定した場合にはステップS418の処理に進む。   (Step S <b> 412) The command analysis unit 105 determines whether or not the data reception unit 102 has received continuation stop command data from the host computer 200. Specifically, the command analysis unit 105 determines that the continuation stop command data has been received when the continuation stop command data is stored in the continuation stop command data dedicated reception buffer 104. If the command analysis unit 105 determines that the continuation stop command data has been received, the process proceeds to step S414. On the other hand, if the command analysis unit 105 determines that the continuation stop command data has not been received, the process proceeds to step S418.

(ステップS414)コマンド解析部105は、受信した継続中止コマンドデータに含まれるコマンドが継続コマンドであるか否かを判定する。継続コマンドである(Yes)とコマンド解析部105が判定した場合にはステップS418の処理に進む。一方、継続コマンドでない(No)とコマンド解析部105が判定した場合にはステップS416の処理に進む。   (Step S414) The command analysis unit 105 determines whether or not the command included in the received continuation stop command data is a continuation command. If the command analysis unit 105 determines that the command is a continuation command (Yes), the process proceeds to step S418. On the other hand, if the command analysis unit 105 determines that the command is not a continuation command (No), the process proceeds to step S416.

(ステップS416)コマンド解析部105は、印刷を中止すると判定する。その後、印刷処理を終了する。
(ステップS418)コマンド解析部105は、印刷を継続すると判定する。データ受信部102は、ホストコンピュータ200から引き続き印刷データを受信する。コマンド実行部106は、受信が完了した印刷データを印刷制御部108に印刷させる。その後、印刷処理を終了する。
(Step S416) The command analysis unit 105 determines to stop printing. Thereafter, the printing process is terminated.
(Step S418) The command analysis unit 105 determines to continue printing. The data receiving unit 102 continuously receives print data from the host computer 200. The command execution unit 106 causes the print control unit 108 to print the print data that has been received. Thereafter, the printing process is terminated.

以上説明したように、本実施形態によるプリンタ装置100は、データを受信するデータ受信部102と、データ受信部102における通信を監視する通信切断/接続監視部101と、データ受信部102が受信した印刷データに基づいて印刷を行う印刷制御部108とを備え、データ受信部102は、印刷データを受信中に通信切断/接続監視部101の監視する通信が切断したあと再度接続した場合には、印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを受信し、かつ、コマンド解析部105は、継続中止コマンドデータに基づいて、印刷データの印刷を継続するか中止するかを判定する。   As described above, in the printer apparatus 100 according to the present embodiment, the data receiving unit 102 that receives data, the communication disconnection / connection monitoring unit 101 that monitors communication in the data receiving unit 102, and the data receiving unit 102 receive the data. A print control unit 108 that performs printing based on the print data, and the data receiving unit 102, when receiving the print data, disconnects the communication monitored by the communication disconnection / connection monitoring unit 101 and then reconnects, The continuation stop command data indicating whether printing of the print data is continued or stopped is received, and the command analysis unit 105 determines whether to continue printing of the print data based on the continuation stop command data To do.

これにより、プリンタ装置100は、印刷データを受信中にオフラインになった場合であっても、オンライン復帰後に印刷データの印刷を継続するか中止(キャンセル)するかを正確に判定することができる。このとき、印刷データがイメージデータであったとしても、そのイメージデータのデータ内容に制約を与えることはない。すなわち、即時コマンドに対応させるために、イメージデータの一部を変更するなどの処理をする必要がない。   Accordingly, even when the printer apparatus 100 is offline during reception of print data, the printer apparatus 100 can accurately determine whether to continue printing or cancel (cancel) printing of the print data after returning online. At this time, even if the print data is image data, there is no restriction on the data content of the image data. That is, it is not necessary to perform processing such as changing part of the image data in order to correspond to the immediate command.

また、プリンタ装置100は、データ受信部102が受信したデータを記憶する受信バッファ103と、継続中止コマンドデータを記憶する継続中止コマンドデータ専用受信バッファ104と、を備え、データ受信部102は、印刷データを受信中に通信切断/接続監視部101の監視する通信が切断したあと再度接続した場合には、受信バッファ103の空き容量がないビジー状態だったとしても、当該ビジー状態を解除して継続中止コマンドデータを受信し、受信した継続中止コマンドデータを継続中止コマンドデータ専用受信バッファ104に書き込む。   The printer apparatus 100 also includes a reception buffer 103 that stores data received by the data receiving unit 102 and a continuation stop command data dedicated reception buffer 104 that stores continuation stop command data. If the communication monitored by the communication disconnection / connection monitoring unit 101 is disconnected while data is being received and then reconnected, even if the reception buffer 103 has no free capacity, the busy state is canceled and continued. The cancel command data is received, and the received continuous cancel command data is written in the continuous cancel command data dedicated reception buffer 104.

これにより、プリンタ装置100は、ビジー状態のときにオフラインになった場合であっても、オンライン復帰後に継続中止コマンドデータを受信するため、印刷を継続するか中止するかを判定することができる。   As a result, even when the printer device 100 is offline when it is busy, the printer device 100 receives the continuation stop command data after returning to the online state, and therefore can determine whether to continue printing or cancel printing.

なお、上述した実施形態におけるプリンタ装置100またはホストコンピュータ200が備える各部の機能全体あるいはその一部は、これらの機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。   Note that all or some of the functions of the units included in the printer device 100 or the host computer 200 in the above-described embodiment are recorded on a computer-readable recording medium, and the recording medium It may be realized by reading the program recorded in the above into a computer system and executing it. Here, the “computer system” includes an OS and hardware such as peripheral devices.

また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶部のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。   The “computer-readable recording medium” refers to a portable medium such as a flexible disk, a magneto-optical disk, a ROM, and a CD-ROM, and a storage unit such as a hard disk built in the computer system. Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory inside a computer system serving as a server or a client in that case may be included and a program that holds a program for a certain period of time. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、本発明の実施形態について説明したが、本発明は、上記実施形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲において種々の変更を加えることが可能である。   Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the spirit of the present invention.

1 印刷システム、100 プリンタ装置、101 通信切断/接続監視部、102 データ受信部、103 受信バッファ、104 継続中止コマンドデータ専用受信バッファ、105 コマンド解析部、106 コマンド実行部、107 データ送信部、108 印刷制御部、109 その他機能実行部、110 システム制御部、111 センサ検出部、112 エラー検出部、200 ホストコンピュータ、201 入力部、202 アプリケーション実行部、203 データ送信部、204 データ受信部、 205 通信切断/接続監視部   DESCRIPTION OF SYMBOLS 1 Printing system, 100 Printer apparatus, 101 Communication disconnection / connection monitoring part, 102 Data reception part, 103 Reception buffer, 104 Continuation stop command data exclusive reception buffer, 105 Command analysis part, 106 Command execution part, 107 Data transmission part, 108 Print control unit 109 Other function execution unit 110 System control unit 111 Sensor detection unit 112 Error detection unit 200 Host computer 201 Input unit 202 Application execution unit 203 Data transmission unit 204 Data reception unit 205 Communication Disconnect / connection monitoring unit

Claims (4)

データを受信するデータ受信部と、
前記データ受信部における通信を監視する監視部と、
前記データ受信部が受信した印刷データに基づいて印刷を行う制御部と
を備え、
前記データ受信部は、前記印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合には、前記印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを受信し、かつ、
前記制御部は、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定する
ことを特徴とするプリンタ装置。
A data receiver for receiving data;
A monitoring unit for monitoring communication in the data receiving unit;
A control unit that performs printing based on the print data received by the data receiving unit,
When the data receiving unit reconnects after the communication monitored by the monitoring unit is disconnected while the print data is being received, the data receiving unit displays continuation stop command data indicating whether to continue printing of the print data or to stop printing. Receive and
The control unit determines whether to continue or cancel printing of the print data based on the continuation stop command data.
前記データ受信部が受信したデータを記憶する受信バッファと、
前記継続中止コマンドデータを記憶する継続中止コマンドデータ専用受信バッファと、
を備え、
前記データ受信部は、印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合には、前記受信バッファの空き容量がないビジー状態だったとしても、当該ビジー状態を解除して前記継続中止コマンドデータを受信し、受信した前記継続中止コマンドデータを前記継続中止コマンドデータ専用受信バッファに書き込む
ことを特徴とする請求項1に記載のプリンタ装置。
A reception buffer for storing data received by the data receiving unit;
A continuation stop command data dedicated reception buffer for storing the continuation stop command data;
With
When the communication monitored by the monitoring unit is disconnected while receiving print data, the data receiving unit cancels the busy state even if the reception buffer is busy with no free space. The printer apparatus according to claim 1, wherein the continuation stop command data is received and the received continuation stop command data is written in the continuation stop command data dedicated reception buffer.
プリンタ装置と情報処理装置とを備える印刷システムであって、
前記情報処理装置は、
前記プリンタ装置にデータを送信するデータ送信部と、
前記データ送信部における通信を監視する第1監視部と、
印刷データを生成し、生成した前記印刷データを前記データ送信部に出力する第1制御部と、
を備え、
前記プリンタ装置は、
前記情報処理装置からデータを受信するデータ受信部と、
前記データ受信部における通信を監視する第2監視部と、
前記データ受信部が受信した前記印刷データに基づいて印刷を行う第2制御部と
を備え、
前記第1制御部は、前記印刷データを送信中に前記第1監視部の監視する通信が切断したあと再度接続した場合には、前記印刷データの印刷を継続するか中止するかを示す継続中止コマンドデータを前記データ送信部から送信し、
前記データ受信部は、前記印刷データを受信中に前記第2監視部の監視する通信が切断したあと再度接続した場合には、前記継続中止コマンドデータを受信し、かつ、
前記第2制御部は、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定することを特徴とする印刷システム。
A printing system comprising a printer device and an information processing device,
The information processing apparatus includes:
A data transmission unit for transmitting data to the printer device;
A first monitoring unit for monitoring communication in the data transmission unit;
A first control unit that generates print data and outputs the generated print data to the data transmission unit;
With
The printer device includes:
A data receiving unit for receiving data from the information processing apparatus;
A second monitoring unit for monitoring communication in the data receiving unit;
A second control unit that performs printing based on the print data received by the data receiving unit,
If the communication monitored by the first monitoring unit is disconnected and the connection is reestablished during transmission of the print data, the first control unit indicates whether to continue or cancel printing of the print data Send command data from the data transmitter,
The data receiving unit receives the continuation stop command data when the connection monitored by the second monitoring unit is disconnected after receiving the print data and then reconnects; and
The printing system according to claim 2, wherein the second control unit determines whether to continue printing of the print data based on the continuation stop command data.
プリンタ装置の制御方法であって、
データ受信部が、データを受信するデータ受信過程と、
監視部が、前記データ受信部における通信を監視する監視過程と、
印刷データを受信中に前記監視部の監視する通信が切断したあと再度接続した場合に、前記データ受信部が、印刷を継続するか中止するかを示す継続中止コマンドデータを受信するコマンドデータ受信過程と、
制御部が、前記継続中止コマンドデータに基づいて、前記印刷データの印刷を継続するか中止するかを判定する制御過程と、
を有することを特徴とする制御方法。
A method for controlling a printer device, comprising:
A data receiving process in which the data receiving unit receives data;
A monitoring process in which the monitoring unit monitors communications in the data receiving unit;
Command data reception process in which the data receiving unit receives continuation stop command data indicating whether printing is continued or stopped when communication monitored by the monitoring unit is disconnected during reception of print data. When,
A control process for determining whether to continue or cancel printing of the print data based on the continuation stop command data;
A control method characterized by comprising:
JP2015153576A 2015-08-03 2015-08-03 Printer, printing system and control method Pending JP2017030271A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015153576A JP2017030271A (en) 2015-08-03 2015-08-03 Printer, printing system and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015153576A JP2017030271A (en) 2015-08-03 2015-08-03 Printer, printing system and control method

Publications (1)

Publication Number Publication Date
JP2017030271A true JP2017030271A (en) 2017-02-09

Family

ID=57986705

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015153576A Pending JP2017030271A (en) 2015-08-03 2015-08-03 Printer, printing system and control method

Country Status (1)

Country Link
JP (1) JP2017030271A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021089327A (en) * 2019-12-03 2021-06-10 シャープ株式会社 Image forming apparatus, image quality adjustment program, and image quality adjustment method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021089327A (en) * 2019-12-03 2021-06-10 シャープ株式会社 Image forming apparatus, image quality adjustment program, and image quality adjustment method
JP7431023B2 (en) 2019-12-03 2024-02-14 シャープ株式会社 Image forming device, image quality adjustment program, and image quality adjustment method

Similar Documents

Publication Publication Date Title
US11503168B2 (en) Information processing apparatus enabling communication settings to be made with ease, method of controlling information processing apparatus, and storage medium
US10694057B2 (en) Apparatus, method and storage medium that stores program
JP6142465B2 (en) Wireless communication apparatus, wireless communication system, method, and computer program
US9497336B2 (en) Display program and display apparatus
KR20150055474A (en) Image forming apparatus and method for controlling display of pop-up window thereof
WO2014208342A1 (en) Information processing terminal and wireless connection control program
US10477041B2 (en) Non-transitory recording medium storing instructions for mobile terminal using NFC and mobile terminal using NFC
US20160026417A1 (en) Printing apparatus capable of performing near field wireless communication, method for controlling printing apparatus, and storage medium
US10268936B2 (en) Information processing apparatus including near-field wireless communication tag, method of controlling the same, and storage medium
JP2017030271A (en) Printer, printing system and control method
US8472058B2 (en) Image processing device, image processing method, and program
JP6170849B2 (en) Image forming system
JP6268492B2 (en) Printing system
US11317002B2 (en) Response delay time determination to maintain long polling connection
JP5070012B2 (en) Image reading apparatus, image reading apparatus control method, and image reading apparatus control program
JP2017139660A (en) Device, method and program for information processing
JP6477108B2 (en) Image forming apparatus, image forming system, and program
US11474754B2 (en) Mobile terminal that remotely controls a wireless communication apparatus and displays a notification from the wireless communication apparatus, method of controlling same, and storage medium
JP6094281B2 (en) Image processing system, image processing apparatus, and control program
JP6007668B2 (en) Job management apparatus, network system, image forming apparatus, job management method, and job management program
US10212307B2 (en) Data transmission system and data transmission method
JP2020172067A (en) Image forming device, consumable supply residual quantity notification/transmission program and consumable supply residual quantity notification/transmission system
WO2018216437A1 (en) Image forming system and image forming device
JP6043694B2 (en) Image forming apparatus and inquiry system
JP2020053713A (en) Image reading device, image forming device, program, and image processing system

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20170913