JP3092327B2 - Printer - Google Patents
PrinterInfo
- Publication number
- JP3092327B2 JP3092327B2 JP04152392A JP15239292A JP3092327B2 JP 3092327 B2 JP3092327 B2 JP 3092327B2 JP 04152392 A JP04152392 A JP 04152392A JP 15239292 A JP15239292 A JP 15239292A JP 3092327 B2 JP3092327 B2 JP 3092327B2
- Authority
- JP
- Japan
- Prior art keywords
- buffer
- data
- input buffer
- mode
- received data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Record Information Processing For Printing (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、印字モードに応じて入
力されたデータを保持する入力バッファの容量を変更す
る機能を有するプリンタに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer having a function of changing the capacity of an input buffer for holding input data according to a print mode.
【0002】[0002]
【従来の技術】汎用ドットマトリクスプリンタを例にと
れば、通常プリンタは文字データを印字するキャラクタ
モードと、ドット単位でイメージをコントロールし、図
形・記号・模様等を印字するビットイメージモードの、
随時切り替え可能な二つのモードを持っている。図2は
その概要を示すブロック図である。以下、このブロック
図について説明する。なお、プリンタを制御する各種プ
ログラムはプログラムROM19内に格納され、CPU
によって制御されるものとする。2. Description of the Related Art Taking a general-purpose dot matrix printer as an example, a normal printer has a character mode for printing character data and a bit image mode for printing images, symbols, and patterns by controlling an image in dot units.
It has two modes that can be switched at any time. FIG. 2 is a block diagram showing the outline. Hereinafter, this block diagram will be described. Various programs for controlling the printer are stored in the program ROM 19,
Shall be controlled by
【0003】まずプリンタはホストコンピュータから送
られたデータをインターフェイス11を介して受信し、
入力バッファ12に格納する。データ解析部13は前記
バッファ12よりデータを取り出し文字データ・ビット
イメージデータ・装飾コマンド・印字起動コマンド・そ
の他の制御コマンドに分類する。キャラクタモードの場
合、取り出されたデータは文字展開部14に送られ、コ
マンドの場合は各コマンドに相当する処理が行われる。
また、文字データの場合は該データに相当する文字イメ
ージデータをフォントROM20より読み出し、一旦ワ
ークRAM21上に展開する。その後必要な各種装飾を
ワークRAM21上のイメージデータに対して行い、全
装飾が終了した時点で出力バッファ16上の所定の位置
に展開する。一方ビットイメージモードの場合は、フォ
ントROM20さらには各種装飾を行う必要がないか
ら、取り出したデータはワークRAM21を介さず直接
出力バッファに展開する。以上のシーケンスにより出力
バッファ16に展開したデータは、印字起動コマンドを
トリガとしプリントバッファ17を通して印刷機構18
に送られ、印刷が実行される。[0003] First, the printer receives the data sent from the host computer via the interface 11,
The data is stored in the input buffer 12. The data analysis unit 13 takes out data from the buffer 12 and classifies the data into character data, bit image data, decoration commands, print start commands, and other control commands. In the case of the character mode, the extracted data is sent to the character expansion unit 14, and in the case of the command, processing corresponding to each command is performed.
In the case of character data, character image data corresponding to the data is read from the font ROM 20 and is temporarily expanded on the work RAM 21. After that, various necessary decorations are performed on the image data in the work RAM 21, and when all the decorations are completed, the image data is developed at a predetermined position on the output buffer 16. On the other hand, in the case of the bit image mode, there is no need to perform the font ROM 20 and various decorations. The data developed in the output buffer 16 by the above sequence is transmitted to the printing mechanism 18 through the print buffer 17 by using the print start command as a trigger.
And the printing is executed.
【0004】しかしながら従来は、印字モードに関わら
ず、データの受信・解析シーケンスに直接関わる入力バ
ッファの構造は不変であり、このためデータの受信・解
析シーケンスにおいて、入力バッファへの書き込みポイ
ンタ管理、入力バッファからの読み出しポインタ管理な
どを各モードに共通に使用できる様に最大公約数的な構
造にせざるを得ず、このことがスループット向上の妨げ
となっていた。However, conventionally, regardless of the print mode, the structure of the input buffer directly related to the data reception / analysis sequence is unchanged. Therefore, in the data reception / analysis sequence, the management of the write pointer to the input buffer and the input The structure has to be the greatest common denominator so that the management of the pointer read from the buffer and the like can be commonly used in each mode, which hinders the improvement of the throughput.
【0005】また、ビットイメージモードでは大量のデ
ータを直接出力バッファに展開するだけであり、出力バ
ッファの構造を変更することもスループット向上のため
に有益であるが、容量に制限のあるシステムでは、入力
バッファ領域が他の記憶容量を圧迫するため、入力バッ
ファの状態によっては出力バッファ用の十分な容量を確
保できないという問題もあった。Also, in the bit image mode, a large amount of data is simply expanded directly into the output buffer. Changing the structure of the output buffer is also useful for improving the throughput, but in a system having a limited capacity, There is also a problem that a sufficient capacity for the output buffer cannot be secured depending on the state of the input buffer because the input buffer area presses other storage capacity.
【0006】[0006]
【発明が解決しようとする課題】本発明はこのような問
題点を解決するためのもので、その目的とするところ
は、入力バッファの位置、大きさを各モードの特徴に応
じて最適の状態に随時リアルタイムで変更することによ
り、スループットを向上させたプリンタを廉価で提供す
ることにある。SUMMARY OF THE INVENTION The present invention is intended to solve such a problem. The purpose of the present invention is to set the position and size of an input buffer in an optimum state according to the characteristics of each mode. Another object of the present invention is to provide an inexpensive printer with an improved throughput by changing it in real time as needed.
【0007】[0007]
【課題を解決するための手段】本願発明のプリンタは、
印字モードの切り替えの際、利用する入力バッファの容
量も切り替えるプリンタであって、既に入力バッファに
格納されている既受信データについては、入力バッファ
とは異なる一時バッファに転送して格納する一方、新た
に受信するデータについては受信インターフェースから
切替先の印字モードに対応する新しい入力バッファへ直
接格納していき、データ出力については前記既受信デー
タから先に出力し、その後前記切替先の印字モードに対
応する入力バッファに格納した受信データを出力するこ
とを特徴とする。According to the present invention, there is provided a printer comprising:
When switching the print mode, the printer also switches the capacity of the input buffer to be used. The received data already stored in the input buffer is transferred to a temporary buffer different from the input buffer and stored. The data to be received is stored directly from the receiving interface to the new input buffer corresponding to the print mode of the switching destination, and the data output is output first from the already received data, and then corresponds to the print mode of the switching destination And outputting the received data stored in the input buffer.
【0008】[0008]
【作用】本発明は以上の構成を有するので、各印字モー
ドに適した入力バッファを、データ受信を止めることな
く、モード毎にリアルタイムに構成することができる。Since the present invention has the above configuration, an input buffer suitable for each print mode can be configured in real time for each mode without stopping data reception.
【0009】[0009]
【実施例】以下、キャラクタモードとビットイメージモ
ードの2つのモードを持ったプリンタにおける実施例に
従って本発明を説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to an embodiment in a printer having two modes, a character mode and a bit image mode.
【0010】図1は、本実施例の概要を示すブロック図
である。矢印は実線がデータ、破線が信号の流れを示し
ている。なお、前提としてキャラクタモードで使用する
入力バッファを入力バッファ24、ビットイメージモー
ドで使用する入力バッファを入力バッファ25とし、共
にリング状バッファとする。また、現在キャラクタモー
ド状態にあるものとする。FIG. 1 is a block diagram showing an outline of the present embodiment. In the arrows, solid lines indicate data, and broken lines indicate signal flows. It is assumed that an input buffer used in the character mode is the input buffer 24, an input buffer used in the bit image mode is the input buffer 25, and both are ring buffers. It is also assumed that the character mode is currently set.
【0011】ホストコンピュータから送られたデータは
インターフェイス22を介し、入力チャネル23を通し
て入力バッファ24に格納される。データ解析部27は
前記入力バッファ24から出力チャネル26を通して取
り出したデータを解析し、データ/コマンドに分類す
る。この解析されたコマンドはモード判別部28に送ら
れ現在の印字モードが判別される。判別の結果、モード
がキャラクタモードからビットイメージモードへ変更さ
れたとき、前記モード判別部28はデータ受信割り込み
を禁止、即座に入力チャネル23に対してポインタ変更
信号を送り、入力ポインタを入力バッファ24から入力
バッファ25の先頭アドレスに切り換える。この後デー
タ受信割り込みを許可し、通常の受信割り込み動作を再
開する。Data sent from the host computer is stored in an input buffer 24 through an interface 22 and an input channel 23. The data analysis unit 27 analyzes data extracted from the input buffer 24 through the output channel 26 and classifies the data into data / commands. The analyzed command is sent to the mode determination unit 28, and the current print mode is determined. As a result of the discrimination, when the mode is changed from the character mode to the bit image mode, the mode discrimination unit 28 inhibits the data reception interrupt, immediately sends a pointer change signal to the input channel 23, and sets the input pointer to the input buffer 24. From the start address of the input buffer 25. Thereafter, the data reception interrupt is enabled, and the normal reception interrupt operation is restarted.
【0012】一方、前記受信バッファ24にデータが残
っている場合があるため、前記モード判別部28は一旦
前記データ解析部27に対して解析停止信号を送りデー
タ解析動作を停止するとともに、受信バッファ24内の
データを一時バッファ30に転送すべく、データ転送部
29に対して転送開始信号を送る。データ転送部29は
出力チャネル26を通じて受信バッファ24内の残デー
タを一時バッファ30に転送する。データ転送部29は
全データが転送し終わった時点で前記モード判別部28
に対して転送終了信号を送る。モード判別部28はこの
信号を受け、前記出力チャネル26に対して出力ポイン
タ変更信号を送り出力ポインタを一時バッファ上に変更
した後、前記データ解析部27に対して解析開始信号を
送り、データ解析動作を再開させる。以降、一時バッフ
ァ30が空になるまでデータ解析動作が続けられ、一時
バッファ30が空になった時点で前記データ転送部29
は前記モード判別部28に対してデータ空信号を送り、
モード判別部28は該空信号を受けて前記出力チャネル
26に対して出力ポインタ変更信号を送り、出力ポイン
タを一時バッファ30上から新入力バッファ25の先頭
アドレスに切り換える。これで入力バッファ24から入
力バッファ25への切り替えは完全に終了する。On the other hand, since data may remain in the reception buffer 24, the mode discrimination unit 28 once sends an analysis stop signal to the data analysis unit 27 to stop the data analysis operation, and A transfer start signal is sent to the data transfer unit 29 in order to transfer the data in 24 to the temporary buffer 30. The data transfer unit 29 transfers the remaining data in the reception buffer 24 to the temporary buffer 30 through the output channel 26. When all data has been transferred, the data transfer unit 29
Send a transfer end signal to The mode discriminator 28 receives this signal, sends an output pointer change signal to the output channel 26, changes the output pointer to a temporary buffer, and then sends an analysis start signal to the data analyzer 27, Restart the operation. Thereafter, the data analysis operation is continued until the temporary buffer 30 becomes empty, and when the temporary buffer 30 becomes empty, the data transfer unit 29
Sends a data empty signal to the mode discriminator 28,
The mode determination unit 28 receives the empty signal and sends an output pointer change signal to the output channel 26, and switches the output pointer from the temporary buffer 30 to the start address of the new input buffer 25. This completes the switching from the input buffer 24 to the input buffer 25.
【0013】以下に図3を併せてバッファ切り替え時の
入出力ポインタ変更動作の詳細を説明する。図3は前記
バッファ24(バッファ#1で示す)から前記バッファ
25(バッファ#2で示す)に切り替わる場合の入出力
ポインタ、残データの動きを示す。The operation of changing the input / output pointer at the time of buffer switching will be described below in detail with reference to FIG. FIG. 3 shows the movement of the input / output pointer and the remaining data when switching from the buffer 24 (shown as buffer # 1) to the buffer 25 (shown as buffer # 2).
【0014】図3(a)はバッファ切り替え直前のバッ
ファの状態を示す。入出力ポインタは共にバッファ#1
の領域上を指示している。この状態から、まず入力ポイ
ンタをバッファ#2の先頭アドレスに移動する(b)。
直後受信割り込みが許可され、入力ポインタの位置から
インターフェイス22を介して受信した入力データが格
納される。一方、モード判別部28はデータ転送部29
に対し転送開始信号を送る。データ転送部29は該信号
を受けて出力ポインタの位置から残データを一時バッフ
ァ上に転送する(c)。全データ転送後、出力ポインタ
をバッファ#1から一時バッファの先頭アドレスに移動
し(d)、前記データ解析部27によるデータ解析を再
開する。以降、一時バッファが空になるまで一時バッフ
ァからデータを取り出す(e)。一時バッファが空にな
った時点で(f)、出力ポインタを一時バッファ上から
バッファ#2の先頭アドレスに変更し、バッファの切り
替えを完全に終了する。これ以後は再びモード切り替え
が起きるまで、バッファ#2を用いてデータ受信動作が
行われる。FIG. 3A shows the state of the buffer immediately before switching the buffer. Both I / O pointers are buffer # 1
Point on the area. From this state, the input pointer is first moved to the head address of the buffer # 2 (b).
Immediately thereafter, the reception interrupt is permitted, and the input data received via the interface 22 from the position of the input pointer is stored. On the other hand, the mode determining unit 28
Send a transfer start signal to The data transfer unit 29 receives the signal and transfers the remaining data from the position of the output pointer to the temporary buffer (c). After transferring all data, the output pointer is moved from the buffer # 1 to the head address of the temporary buffer (d), and the data analysis by the data analysis unit 27 is restarted. Thereafter, data is extracted from the temporary buffer until the temporary buffer becomes empty (e). When the temporary buffer becomes empty (f), the output pointer is changed from the temporary buffer to the start address of the buffer # 2, and the switching of the buffer is completed. Thereafter, the data receiving operation is performed using the buffer # 2 until the mode switching occurs again.
【0015】以上がバッファ25(バッファ#1)から
バッファ26(バッファ#2)に切り替わる場合のシー
ケンスであるが、その逆の場合も同様である。The above is the sequence in the case of switching from the buffer 25 (buffer # 1) to the buffer 26 (buffer # 2). The same applies to the reverse case.
【0016】更に詳細な説明として、キャラクタモード
に於ける入力バッファをリング状バッファ#1、ビット
イメージモードに於ける入力バッファをリング状バッフ
ァ#2と想定した場合のデータ受信シーケンス例を以下
に示す。As a more detailed description, an example of a data reception sequence when the input buffer in the character mode is assumed to be the ring buffer # 1 and the input buffer in the bit image mode is assumed to be the ring buffer # 2 will be described below. .
【0017】図4に、入力バッファからの出力シーケン
ス例をフローチャートで示す。FIG. 4 is a flowchart showing an example of an output sequence from the input buffer.
【0018】まず、現在の印字モードが変化したかを判
別する(ステップ31)。現在のモードがキャラクタモ
ードからビットイメージモード(あるいはその逆)に変
化したならば(ステップ32)一旦データ受信割り込み
を禁止する(ステップ33)。入力ポインタを切り換え
たいバッファの先頭アドレスに変更(ステップ34)し
た後、データ受信割り込みを許可する(ステップ3
5)。その後、残データを現在の出力ポインタから一時
バッファ上に転送し(ステップ36)、転送が終了した
時点で出力ポインタを一時バッファ上に変更する(ステ
ップ37)。First, it is determined whether or not the current print mode has changed (step 31). If the current mode changes from the character mode to the bit image mode (or vice versa) (step 32), the data reception interrupt is once prohibited (step 33). After changing the input pointer to the head address of the buffer to be switched (step 34), the data reception interrupt is permitted (step 3).
5). Thereafter, the remaining data is transferred from the current output pointer to the temporary buffer (step 36), and when the transfer is completed, the output pointer is changed to the temporary buffer (step 37).
【0019】一方、モードが変化しない場合は以上の3
3から37のステップは省略し、現在の出力ポインタの
示すアドレスから1バイトデータを取り出し(ステップ
38)出力ポインタを次のアドレスに更新する(ステッ
プ39)。最後に現在出力ポインタのあるバッファが一
時バッファの場合は(ステップ40)、一時バッファ内
に残データが残っているかを調べ(ステップ41)、一
時バッファが空の場合は出力ポインタを一時バッファ上
から入力ポインタがあるバッファの先頭アドレスに変更
する(ステップ42)。On the other hand, when the mode does not change, the above 3
Steps 3 to 37 are omitted, one-byte data is extracted from the address indicated by the current output pointer (step 38), and the output pointer is updated to the next address (step 39). Finally, if the buffer in which the output pointer is currently located is a temporary buffer (step 40), it is checked whether remaining data remains in the temporary buffer (step 41). If the temporary buffer is empty, the output pointer is deleted from the temporary buffer. The input pointer is changed to the head address of the buffer where the input pointer is located (step 42).
【0020】以上のシーケンスを用いることで、キャラ
クタモード、ビットイメージモード毎に受信バッファの
大きさを設定できる。また、図2で示した実施例のう
ち、一点鎖線で囲んだ部分をハードウェア化することで
データ転送を高速化することが可能であり、更にビット
イメージモードでのバッファ容量を1バイトにすること
で、出力ポインタ更新の手間が省け、データ受信動作を
高速にすることも可能である。また、キャラクタモード
で使用されていた受信バッファはそのまま他の用途に使
用でき、例えば印刷バッファに使用することで、ビット
イメージ印字の一層の高速化の工夫が可能となる。By using the above sequence, the size of the receiving buffer can be set for each of the character mode and the bit image mode. Further, in the embodiment shown in FIG. 2, the data transfer can be speeded up by making the portion enclosed by a dashed line into hardware, and the buffer capacity in the bit image mode is reduced to 1 byte. This saves time and effort in updating the output pointer, and can speed up the data reception operation. In addition, the reception buffer used in the character mode can be used for other purposes as it is. For example, by using the reception buffer for a print buffer, it is possible to further improve the speed of bit image printing.
【0021】なお、上記の1バイトバッファを用いた場
合に近い効果をバッファの容量を256バイト単位にす
ることで得ることができる。この場合、リング状バッフ
ァの端部のチェックを上位バイトのみで行えるため、バ
ッファの大きさを任意の大きさにした場合より継ぎ目の
判定が簡略化できる。Note that an effect similar to the case of using the above-mentioned 1-byte buffer can be obtained by setting the capacity of the buffer in 256-byte units. In this case, since the end of the ring-shaped buffer can be checked only by the upper byte, the determination of the seam can be simplified as compared with the case where the size of the buffer is arbitrarily set.
【0022】[0022]
【発明の効果】以上説明したように、本発明によれば無
駄のない最小の容量で高スループットが実現でき、例え
ばキャラクタモードでは受信バッファ容量を大きくとり
ホストの拘束時間を短くする反面、ビットイメージモー
ドでは受信バッファの容量を最小に抑えることでスルー
プットを上げるといった、互いに背反しあうバッファ構
成をすることで、大きなバッファを予め持たない限り実
現できなかった性能を、より少ない価格で実現すること
ができる。As described above, according to the present invention, high throughput can be realized with the minimum capacity without waste. For example, in the character mode, the reception buffer capacity is increased and the host restraining time is shortened, but the bit image is reduced. In the mode, by mutually contradictory buffer configurations such as increasing the throughput by minimizing the capacity of the reception buffer, it is possible to realize performance that could not be realized unless you have a large buffer in advance, at a lower price. it can.
【図1】本発明の概要を示すブロック図である。FIG. 1 is a block diagram showing an outline of the present invention.
【図2】従来のドットマトリクスプリンタの概要を示す
ブロック図である。FIG. 2 is a block diagram illustrating an outline of a conventional dot matrix printer.
【図3】実施例としての入力バッファの状態を示す図で
ある。FIG. 3 is a diagram illustrating a state of an input buffer according to an embodiment.
【図4】実施例としてのデータ出力シーケンスを示す図
である。FIG. 4 is a diagram showing a data output sequence as an example.
11 入力インターフェイス 12 入力バッファ 13 データ解析部 14 文字展開部 15 ビットイメージ展開部 16 出力バッファ 17 出力インターフェイス 18 印刷機構 19 プログラムROM 20 フォントROM 21 ワークRAM 22 入力インターフェイス 23 入力チャネル 24 入力バッファ#1 25 入力バッファ#2 26 出力チャネル 27 データ解析部 28 モード判別部 29 データ転送部 30 一時バッファ DESCRIPTION OF SYMBOLS 11 Input interface 12 Input buffer 13 Data analysis part 14 Character development part 15 Bit image development part 16 Output buffer 17 Output interface 18 Printing mechanism 19 Program ROM 20 Font ROM 21 Work RAM 22 Input interface 23 Input channel 24 Input buffer # 1 25 Input Buffer # 2 26 Output channel 27 Data analysis unit 28 Mode discrimination unit 29 Data transfer unit 30 Temporary buffer
Claims (5)
バッファの容量も切り替えるプリンタであって、既に入
力バッファに格納されている既受信データについては、
入力バッファとは異なる一時バッファに転送して格納す
る一方、新たに受信するデータについては受信インター
フェースから切替先の印字モードに対応する新しい入力
バッファへ直接格納していき、データ出力については前
記既受信データから先に出力し、その後前記切替先の印
字モードに対応する入力バッファに格納した受信データ
を出力することを特徴とするプリンタ。1. A printer for switching a capacity of an input buffer to be used when a print mode is switched, and for received data already stored in the input buffer,
While the data is transferred to and stored in a temporary buffer different from the input buffer, newly received data is stored directly from the reception interface to a new input buffer corresponding to the print mode of the switching destination. A printer which outputs data first, and thereafter outputs received data stored in an input buffer corresponding to the print mode of the switching destination.
格納した後、該既受信データを格納していた入力バッフ
ァについては、メモリの確保を開放する請求項1に記載
のプリンタ。2. The printer according to claim 1, wherein after storing the received data in the temporary buffer, the memory of the input buffer storing the received data is released.
ド切替信号に応じて行う請求項1乃至2いずれか1つに
記載のプリンタ。3. The printer according to claim 1, wherein the print mode is switched in accordance with a print mode switching signal.
のイメージ展開処理を含むキャラクタモードと図形等の
ためのビットイメージモードである請求項1乃至3いず
れか1つに記載のプリンタ。4. The printer according to claim 1, wherein the plurality of print modes are a character mode including a character code image developing process and a bit image mode for a graphic or the like.
バッファの容量も切り替えるデータ制御方法であって、
既に入力バッファに格納されている既受信データについ
ては、入力バッファとは異なる一時バッファに転送して
格納するステップと、新たに受信するデータについて
は、受信インターフェースから切替先の印字モードに対
応する新しい入力バッファへ直接格納していくステップ
と、データ出力については、前記既受信データから先に
出力し、その後前記切替先の印字モードに対応する入力
バッファに格納した受信データを出力するステップと、
を有することを特徴とするデータ制御方法。5. A data control method for switching a capacity of an input buffer to be used when a print mode is switched,
For already received data already stored in the input buffer, the data is transferred to a temporary buffer different from the input buffer and stored. For newly received data, a new interface corresponding to the print mode of the switching destination is transmitted from the reception interface. Storing directly in the input buffer, and for data output, outputting the received data first, and then outputting the received data stored in the input buffer corresponding to the print mode of the switching destination,
A data control method comprising:
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP04152392A JP3092327B2 (en) | 1992-06-11 | 1992-06-11 | Printer |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP04152392A JP3092327B2 (en) | 1992-06-11 | 1992-06-11 | Printer |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH05338278A JPH05338278A (en) | 1993-12-21 |
| JP3092327B2 true JP3092327B2 (en) | 2000-09-25 |
Family
ID=15539517
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP04152392A Expired - Fee Related JP3092327B2 (en) | 1992-06-11 | 1992-06-11 | Printer |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3092327B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH10202986A (en) * | 1997-01-28 | 1998-08-04 | Sharp Corp | Terminal printer |
-
1992
- 1992-06-11 JP JP04152392A patent/JP3092327B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPH05338278A (en) | 1993-12-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5577184A (en) | Character pattern output apparatus | |
| JP2755308B2 (en) | Output method and device | |
| JP3092327B2 (en) | Printer | |
| JP3024363B2 (en) | Printer | |
| JPH0196750A (en) | Data processing system | |
| JP3024362B2 (en) | Printer | |
| JPH01269565A (en) | printing device | |
| JP3129679B2 (en) | Printer | |
| JP2580962B2 (en) | Collective panel device | |
| JPS6240736B2 (en) | ||
| JP3210598B2 (en) | Print control device and print control method | |
| JP3138392B2 (en) | Printing device and method | |
| JPH03237526A (en) | Printing device | |
| JP3027849B2 (en) | Printing device | |
| JPH07141130A (en) | Printer controller | |
| JP3017363B2 (en) | Printing equipment | |
| JP3236038B2 (en) | Character processing apparatus and method | |
| JP2793258B2 (en) | Data setting method for positioning control device | |
| JPH0467224A (en) | Information processor | |
| JPH03269650A (en) | Buffer storage | |
| JPH04265767A (en) | Character developing control process | |
| JP2000047935A (en) | High speed memory access processor | |
| JPH05233319A (en) | Register saving system | |
| JPH1063449A (en) | Interface buffering control method | |
| JPH07186462A (en) | Recording device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080728 Year of fee payment: 8 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090728 Year of fee payment: 9 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100728 Year of fee payment: 10 |
|
| LAPS | Cancellation because of no payment of annual fees |