JP2907723B2 - Printer - Google Patents

Printer

Info

Publication number
JP2907723B2
JP2907723B2 JP6136153A JP13615394A JP2907723B2 JP 2907723 B2 JP2907723 B2 JP 2907723B2 JP 6136153 A JP6136153 A JP 6136153A JP 13615394 A JP13615394 A JP 13615394A JP 2907723 B2 JP2907723 B2 JP 2907723B2
Authority
JP
Japan
Prior art keywords
self
data
printing
rom
printer
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 - Lifetime
Application number
JP6136153A
Other languages
Japanese (ja)
Other versions
JPH082069A (en
Inventor
恭子 牧野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SUTAA SEIMITSU KK
Original Assignee
SUTAA SEIMITSU KK
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 SUTAA SEIMITSU KK filed Critical SUTAA SEIMITSU KK
Priority to JP6136153A priority Critical patent/JP2907723B2/en
Publication of JPH082069A publication Critical patent/JPH082069A/en
Application granted granted Critical
Publication of JP2907723B2 publication Critical patent/JP2907723B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、印字動作条件の初期設
定が可能なプリンタに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer capable of initial setting of printing operation conditions.

【0002】[0002]

【従来の技術】従来のプリンタでは、プリンタの印字動
作条件を使用者に判りやすく表示するため、テスト印字
と並行して現在のステータスを記録紙上に印字する自己
印字モードが用意されている。また、プリンタの初期状
態を使用者側で任意に設定することができる書替え自在
で不揮発性メモリのEEPROM(ElectricallyErasab
le and Programmable ROM)が備えられる。
2. Description of the Related Art A conventional printer has a self-printing mode for printing the current status on recording paper in parallel with test printing, in order to display the printing operation conditions of the printer in a manner that is easy for a user to understand. In addition, the initial state of the printer can be arbitrarily set on the user side, and the EEPROM (Electrically Erasab) of a rewritable and non-volatile memory can be used.
le and Programmable ROM).

【0003】さらに、プリンタの本体ROM(リードオ
ンリメモリ)に対して代替的または追加的にROMを別
途増設することによって、動作プログラムの改良や文字
種類および書体の追加などを可能にしている。
Further, by additionally or additionally adding a ROM to the main body ROM (read only memory) of the printer, it is possible to improve an operation program and add a character type and a typeface.

【0004】文字種類の追加について説明すると、たと
えば8ビットで表記される文字コードテーブル(例を図
11(1)〜(4)に示す)において、最上位ビットが
「0」である領域(00H〜7FH)は、図11(1)
に示すように印字制御コマンドや数字およびアルファベ
ット文字などの世界的に共通なコード、いわゆるASC
IIコードなどが割当てられているが、最上位ビットが
「1」である領域(80H〜FFH)に各国言語の固有
の文字を割当てることによって言語別のコード表を実現
している。たとえば国内向けプリンタで使用される8ビ
ットのコード表の80H〜FFHの領域は、図11
(2)のようにカタカナが割当てられている。このよう
に00H〜7FHのASCIIコード表と80H〜FF
Hの領域にロシア文字、アラビア文字など言語別に固有
の文字を割当てたコード表をコードページという。した
がってコードページを追加するには、通常使用される文
字コードに他の種類の文字をあてはめるための情報とそ
の文字用の文字パターン情報を増設し、このようなコー
ドページを幾つか追加することで、印字できる文字種類
を増やすことができる。
[0004] Explaining the addition of a character type, for example, in a character code table represented by 8 bits (examples are shown in FIGS. 11A to 11D), an area (00H) where the most significant bit is "0" 77FH) is shown in FIG.
As shown in the table, print control commands and codes common to the world such as numerals and alphabetic characters, so-called ASC
Although an II code or the like is assigned, a code table for each language is realized by assigning a unique character of each language to an area (80H to FFH) in which the most significant bit is “1”. For example, an area of 80H to FFH of an 8-bit code table used in a domestic printer is shown in FIG.
Katakana is assigned as in (2). Thus, the ASCII code table of 00H to 7FH and 80H to FF
A code table in which characters unique to each language such as Russian characters and Arabic characters are assigned to the H area is called a code page. Therefore, to add a code page, add information for assigning other types of characters to the character codes that are commonly used, and character pattern information for the characters, and add some such code pages. The number of types of characters that can be printed can be increased.

【0005】書体の追加とは、文字コードごとに印字ド
ットパターンを記憶したキャラクタジェネレータ(C
G)を追加することであり、たとえば明朝体CGやゴシ
ック体CGに対して毛筆体CGを別途増設することに相
当する。
[0005] The addition of a typeface refers to a character generator (C) that stores a print dot pattern for each character code.
G), which corresponds to, for example, separately adding a brush CG to a Mincho CG or a Gothic CG.

【0006】増設されたROMがどのような役割を果た
すかを識別するため、増設ROMの特定のアドレスに、
当該ROMが文字種類および書体の追加であることを示
す文字データ(たとえば「CG」)やプログラムの変更
であることを示す文字データ(たとえばプリンタ機種名
「XYZ」)などを予め記憶させている。プリンタのC
PU(中央処理装置)は、これらの文字データを読出す
ことによって、増設ROMの有無および役割を判定して
いる。なお、文字データが何れにも該当しない場合は、
増設ROMは存在しないと判定する。
In order to identify the role of the additional ROM, a specific address of the additional ROM
The ROM stores character data (for example, "CG") indicating that a character type and a typeface are added, character data (for example, printer model name "XYZ") indicating that a program is changed, and the like in advance. Printer C
The PU (central processing unit) determines the presence or absence and the role of the additional ROM by reading these character data. In addition, when character data does not correspond to any,
It is determined that there is no additional ROM.

【0007】[0007]

【発明が解決しようとする課題】しかしながら従来のプ
リンタでは、ROMを増設して実際の印字動作条件が切
り替わっても、ROMの増設状態に応じて自己印字内容
やEEPROMの初期値までは切り替わらないため、使
用者にとって極めて不便である。
However, in the conventional printer, even if the actual printing operation conditions are switched by adding a ROM, the self-printing contents and the initial values of the EEPROM are not switched according to the added state of the ROM. This is extremely inconvenient for the user.

【0008】本発明の目的は、ROMの増設状態に応じ
て自己印字内容やEEPROMの初期値を切り替えるこ
とが可能なプリンタを提供することである。
It is an object of the present invention to provide a printer capable of switching self-printing contents and initial values of an EEPROM in accordance with a state of additional ROM.

【0009】[0009]

【課題を解決するための手段】本発明は、自己印字デー
タを格納する第1固定メモリと、増設自在に設けられ、
別の自己印字データを格納する第2固定メモリとを備
え、所定の操作によって自己印字データを記録媒体に印
字する自己印字動作を実行するプリンタにおいて、第2
固定メモリの増設状態を判断するメモリ増設状態判断手
段と、前記メモリ増設状態判断手段の判断結果に応じ
て、第1固定メモリまたは第2固定メモリに格納された
複数の自己印字データのうち1つを選択する自己印字デ
ータ選択手段とを備え、前記自己印字データ選択手段に
より選択された自己印字データを用いて自己印字を行な
うことを特徴とするプリンタである。
According to the present invention, there is provided a first fixed memory for storing self-printing data, and a first fixed memory which is provided so as to be freely expandable.
A second fixed memory for storing another self-print data, wherein the printer executes a self-print operation for printing the self-print data on a recording medium by a predetermined operation.
A memory expansion state determining means for determining an expansion state of the fixed memory; and one of a plurality of self-print data stored in the first fixed memory or the second fixed memory according to a determination result of the memory expansion state determining means. And self-printing data selecting means for selecting the self-printing data, and performing self-printing using the self-printing data selected by the self-printing data selecting means.

【0010】また本発明は、複数の初期値テーブルを格
納する第1固定メモリと、増設自在に設けられる第2固
定メモリと、印字動作を決定する初期化データを記憶す
る不揮発性メモリとを備え、所定の操作によって前記不
揮発性メモリの初期化動作を実行するプリンタにおい
て、第2固定メモリの増設状態を判断するメモリ増設状
態判断手段と、前記メモリ増設状態判断手段の判断結果
に応じて、第1固定メモリに格納された複数の初期値テ
ーブルのうち1つを選択する初期値テーブル選択手段と
を備え、初期化動作実行時に、前記初期値テーブル選択
手段により選択された初期値テーブルの初期化データを
用いて前記不揮発性メモリを初期化することを特徴とす
るプリンタである。
Further, the present invention comprises a first fixed memory for storing a plurality of initial value tables, a second fixed memory which can be freely added, and a non-volatile memory for storing initialization data for determining a printing operation. In a printer that executes an initialization operation of the nonvolatile memory by a predetermined operation, a memory expansion state determining unit that determines an expansion state of the second fixed memory; 1. Initial value table selecting means for selecting one of a plurality of initial value tables stored in a fixed memory, and initializing the initial value table selected by the initial value table selecting means at the time of performing an initialization operation. A printer characterized in that the nonvolatile memory is initialized using data.

【0011】また本発明は、第2固定メモリには追加的
なコードページまたは書体が格納されていることを特徴
とする。
Further, the present invention is characterized in that the second fixed memory stores an additional code page or typeface.

【0012】[0012]

【作用】本発明に従えば、第2固定メモリの増設状態を
判断することによって、第1固定メモリまたは第2固定
メモリに格納された複数の自己印字データのうち1つが
選択されて自己印字が行われる。そのため、第2固定メ
モリの増設状態に応じて自己印字の内容が適宜切り替わ
るため、使用者の便宜が図られる。
According to the present invention, one of a plurality of self-printing data stored in the first fixed memory or the second fixed memory is selected by judging an extension state of the second fixed memory, and self-printing is performed. Done. Therefore, the content of the self-printing is appropriately switched according to the state of addition of the second fixed memory, which is convenient for the user.

【0013】また本発明に従えば、第2固定メモリの増
設状態を判断することによって、第1固定メモリに格納
された複数の初期値テーブルのうち1つが選択されて不
揮発性メモリの初期化が行なわれる。そのため、第2固
定メモリの増設状態に応じて不揮発性メモリの初期化内
容が適宜切り替わるため、使用者の便宜が図られる。
According to the present invention, one of a plurality of initial value tables stored in the first fixed memory is selected by judging the expansion state of the second fixed memory, and the initialization of the nonvolatile memory is performed. Done. Therefore, the initialization contents of the non-volatile memory are appropriately switched according to the state of addition of the second fixed memory, which is convenient for the user.

【0014】また、第2固定メモリには追加的なコード
ページまたは書体が格納されていることによって、コー
ドページの追加または書体の追加に応じた自己印字動作
または初期化動作を行うことが可能になる。
Further, since an additional code page or typeface is stored in the second fixed memory, it is possible to perform a self-printing operation or an initializing operation according to the addition of the code page or the typeface. Become.

【0015】[0015]

【実施例】図1は、本発明の一実施例の構成を示すブロ
ック図である。プリンタは、装置全体の動作を制御する
ためのCPU(中央処理装置)1と、製造段階から搭載
され、CPU1用のプログラムや各種データを記憶する
ための本体ROM(リードオンリメモリ)2と、製品完
成後に増設され得る増設ROM3と、書替自在で揮発性
のRAM(ランダムアクセスメモリ)4と、印字動作条
件の初期化データを記憶するための書替自在の不揮発性
メモリ(EEPROM)5と、外部のホスト装置11と
の間でデータを授受するためのインタフェイス6と、複
数の操作スイッチから成り、所定の操作をCPU1に指
示するための操作パネル7と、プリンタの動作状態を使
用者に表示するLED(発光ダイオード)などから成る
表示部8と、ホスト装置11から転送されるデータやプ
リンタ内部で発生するデータに基づいて記録媒体に印字
するための印字部9と、各構成部分を接続するためのバ
ス10などで構成される。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The printer includes a CPU (Central Processing Unit) 1 for controlling the operation of the entire apparatus, a main body ROM (Read Only Memory) 2 which is mounted from the manufacturing stage and stores programs for the CPU 1 and various data, and An additional ROM 3 that can be added after completion, a rewritable and volatile RAM (random access memory) 4, a rewritable nonvolatile memory (EEPROM) 5 for storing initialization data of printing operation conditions, An interface 6 for transmitting and receiving data to and from an external host device 11, an operation panel 7 for instructing the CPU 1 to perform a predetermined operation with a plurality of operation switches, and an operation state of the printer for the user. A display unit 8 made up of an LED (light emitting diode) or the like for displaying data, and a display unit 8 based on data transferred from the host device 11 and data generated inside the printer. A printing portion 9 for printing the stomach recording medium, composed of a bus 10 for connecting the respective components.

【0016】本体ROM2には、本体ROM2および増
設ROM3を制御する制御プログラム2aと、印字デー
タに対応するドットパターンを記憶したCG(キャラク
タジェネレータ)データ2bと、自己印字を行うときの
印字書式および印字データを記憶した自己印字データ2
cなどが格納されている。なお、制御プログラム2aに
は、不揮発性メモリ5の最初の書込みを行うためのEE
PROM基本初期値テーブルが格納されている。
The main body ROM 2 includes a control program 2a for controlling the main body ROM 2 and the additional ROM 3, CG (character generator) data 2b storing a dot pattern corresponding to print data, a print format and a print format for self-printing. Self-printing data 2 with stored data
c and the like are stored. Note that the control program 2a has an EE for performing the first writing of the nonvolatile memory 5.
A PROM basic initial value table is stored.

【0017】増設ROM3には、増設ROM3の増設状
態を示す動作条件設定情報3aと、印字データに対応す
るドットパターンを追加的に記憶したCGデータ3b
と、増設ROM3の増設時における自己印字を行うとき
の印字書式および印字データを記憶した自己印字データ
3cなどが格納されている。
The additional ROM 3 includes operating condition setting information 3a indicating an expanded state of the additional ROM 3, and CG data 3b additionally storing a dot pattern corresponding to print data.
And a self-print data 3c storing print data and print data for performing self-printing when the additional ROM 3 is added.

【0018】図2は、増設ROM3の動作条件設定情報
の一例を示す内容図である。増設ROM3のアドレス、
たとえば000AH(「H」は16進数表記を示す。以
下同じ)に“S”の文字データが格納され、アドレス0
00BHに“P”の文字データが格納され、計2バイト
データ“SP”はたとえばロシア向けのCGであること
を示す認識情報となる。また、他の文字系、たとえばア
ラビア文字やハングル文字に関するCGの追加であれ
ば、別の文字データが割当てられる。
FIG. 2 is a content diagram showing an example of the operation condition setting information of the additional ROM 3. Address of the additional ROM 3,
For example, character data of "S" is stored in 000AH ("H" indicates hexadecimal notation; the same applies hereinafter), and address 0
The character data of "P" is stored in 00BH, and the total two-byte data "SP" is, for example, recognition information indicating that it is a CG for Russia. Further, if a CG relating to another character system, for example, Arabic characters or Hangul characters is added, different character data is assigned.

【0019】アドレス000CHには“c”または
“f”の1バイトの文字データが格納され、“c”はコ
ードページの追加を示し、“f”は書体の追加を示す認
識情報となる。さらに、アドレス000DHに“C”、
アドレス000EHに“G”が格納され、2バイトデー
タ“CG”はキャラクタジェネレータの追加を示す認識
情報となる。したがって、図2の例ではROMの増設状
態がロシア向けCGの追加であることを示している。
Address 000CH stores 1-byte character data of "c" or "f", where "c" indicates the addition of a code page and "f" serves as recognition information indicating the addition of a typeface. Further, "C" is added to the address 000DH,
“G” is stored at the address 000EH, and the 2-byte data “CG” becomes recognition information indicating addition of a character generator. Therefore, the example of FIG. 2 indicates that the additional state of the ROM is the addition of the CG for Russia.

【0020】図3は、増設ROM3の動作条件設定情報
の他の例を示す内容図である。増設ROM3のアドレス
000AH、000BHは使用されず、たとえばヌルデ
ータ00Hがそれぞれ格納される。また、アドレス00
0CHに“X”、アドレス000DHに“Y”、アドレ
ス000EHに“Z”が格納され、計3バイトデータ
“XYZ”はプリンタ機種名を示す認識情報となり、こ
れはROMの増設状態がプリンタ(機種名XYZ)への
プログラム増設であることを示している。なお、他の機
種へのプログラム増設であれば、別の機種名を表すデー
タが格納される。
FIG. 3 is a content diagram showing another example of the operation condition setting information of the additional ROM 3. As shown in FIG. The addresses 000AH and 000BH of the additional ROM 3 are not used, and, for example, null data 00H are respectively stored. Address 00
“X” is stored in 0CH, “Y” is stored in address 000DH, and “Z” is stored in address 000EH. The 3-byte data “XYZ” is identification information indicating the printer model name. This indicates that the program is added to the name XYZ). If the program is added to another model, data representing another model name is stored.

【0021】このように図1の増設ROM3が搭載され
ると、電源投入時などの初期化動作において、CPU1
は増設ROM3のアドレス000CH〜000EHのデ
ータを参照して、CGの追加であるかプログラムの追加
であるかを判定し、さらにCGの追加であれば、コード
ページの追加であるか書体の追加であるかを判定して、
ROMの増設状態を検出している。
When the additional ROM 3 shown in FIG. 1 is mounted as described above, the CPU 1 performs an initialization operation such as when power is turned on.
Refers to the data at addresses 000CH to 000EH of the additional ROM 3 and determines whether a CG is added or a program is added. If a CG is added, a code page or a font is added. Determine if there is
The state of additional ROM is detected.

【0022】図4(a)〜(d)は自己印字データの内
容を示す構成図である。自己印字とは、プリンタのステ
ータスや動作モード等に関する現在の設定状態や使用可
能なコードページや書体などを一覧印字するもので、多
くの場合プリンタの動作テストと併用して実施される。
図4(a)は、本体ROM2に格納された標準のコード
ページと標準の書体とが選択されている場合の自己印字
データである。これらのデータテーブルはCPU1が読
込み可能なアドレス空間のうち先頭アドレスADR1を
指定することによって取出される。図4(b)は、本体
ROM2のアドレスADR2から順次格納されたデータ
テーブルであって、標準のコードページと標準およびオ
プションの書体とが選択されている場合の自己印字デー
タである。図4(c)は、コードページ追加として増設
された増設ROM3のアドレスADR3から順次格納さ
れたデータテーブルであって、標準およびオプションの
コードページと標準の書体とが選択されている場合の自
己印字データである。図4(d)は、書体追加として増
設された増設ROM3のアドレスADR4から順次格納
されたデータテーブルであって、標準のコードページと
標準およびオプションの書体とが選択されている場合の
自己印字データである。自己印字動作を行う際には、図
4(a)〜(d)に示す何れかのデータテーブルが使用
される。なお、図4(a)〜(d)の空欄部分はいずれ
も共通した内容、たとえばステータスや動作モードなど
を示すデータが格納されている。
FIGS. 4A to 4D are diagrams showing the contents of self-print data. Self-printing prints a list of the current settings of the printer status, operation mode, and the like, as well as available code pages and fonts, and is often performed in conjunction with an operation test of the printer.
FIG. 4A shows self-print data when a standard code page and a standard typeface stored in the main body ROM 2 are selected. These data tables are fetched by designating the start address ADR1 in the address space readable by the CPU1. FIG. 4B is a data table sequentially stored from the address ADR2 of the main body ROM 2, and shows self-print data when a standard code page and standard and optional typefaces are selected. FIG. 4C is a data table sequentially stored from the address ADR3 of the additional ROM 3 added as an additional code page, and shows the self-printing when the standard and optional code pages and the standard typeface are selected. Data. FIG. 4D is a data table sequentially stored from the address ADR4 of the additional ROM 3 which is additionally provided as a font type, and shows the self-printing data when the standard code page and the standard and optional fonts are selected. It is. When performing the self-printing operation, one of the data tables shown in FIGS. 4A to 4D is used. Note that blank sections in FIGS. 4A to 4D store common contents, for example, data indicating a status or an operation mode.

【0023】図5(a)〜(b)はEEPROM基本初
期値テーブルの内容を示す構成図である。EEPROM
基本初期値テーブルに最初に書込まれる基本初期値は予
め本体ROM2に格納されており、工場出荷時には本体
ROM2の基本初期値テーブルがそのまま不揮発性メモ
リ5にコピーされており、CPU1がプリンタの初期化
動作を実行する場合には不揮発性メモリ5に格納された
初期値テーブルを参照する。その後、使用者の好みによ
ってプリンタの初期設定を変更する場合、ホスト装置1
1からのコマンドや操作パネル7の操作によって不揮発
性メモリ5の初期値テーブルを変更するとともに、以後
変更された初期値テーブルでプリンタの起動時の初期化
動作が行われる。
FIGS. 5A and 5B are diagrams showing the contents of the EEPROM basic initial value table. EEPROM
The basic initial values written first in the basic initial value table are stored in the main unit ROM 2 in advance, and the basic initial value table in the main unit ROM 2 is copied as it is to the non-volatile memory 5 at the time of shipment from the factory. When performing the conversion operation, an initial value table stored in the nonvolatile memory 5 is referred to. Thereafter, when the initial settings of the printer are changed according to the user's preference, the host device 1
The initial value table of the non-volatile memory 5 is changed by the command from 1 or the operation of the operation panel 7, and the initialization operation at the time of starting the printer is performed with the changed initial value table.

【0024】図5(a)は、本体ROM2のアドレスA
DR5から順次格納されたデータテーブルであって、コ
ードページ追加が無い場合の基本初期値テーブルであ
る。また図5(b)は、本体ROM2のアドレスADR
6から順次格納されたデータテーブルであって、コード
ページ追加がある場合の基本初期値テーブルである。こ
うして増設ROM3によるコードページ追加があるか否
かで、異なるEEPROM基本初期値テーブルが選択さ
れる。
FIG. 5A shows an address A of the main body ROM 2.
This is a data table sequentially stored from DR5, and is a basic initial value table when there is no code page addition. FIG. 5B shows an address ADR of the main body ROM 2.
6 is a data table sequentially stored from No. 6 and is a basic initial value table when a code page is added. In this way, a different EEPROM basic initial value table is selected depending on whether or not a code page is added by the additional ROM 3.

【0025】図6は、電源投入時の初期化動作を示すフ
ローチャートである。プリンタの電源が投入されると、
ステップa1で、CPU1は増設ROM3のアドレス0
00CH〜000EHのデータを読込んで、増設ROM
3が存在するか否かを判定する。読込んだデータが図2
および図3に示すデータでなければ、増設ROM3が存
在しないと判断して、ステップa2へ移行する。ステッ
プa2ではプリンタが本体ROM2のみで制御されると
いうプリンタの動作環境をCPU1が認識し、ステップ
a3で不揮発性メモリ5であるEEPROMを初期化す
るか否かが判定される。ホスト装置11からのコマンド
や操作パネル7の操作によってEEPROM初期化の指
示があれば、ステップa4へ移行する。また、EEPR
OMを初期化しないのであれば、ステップa5へ移行す
る。
FIG. 6 is a flowchart showing the initialization operation when the power is turned on. When the printer is turned on,
At step a1, the CPU 1 sets the address 0 of the
Read the data from 00CH to 000EH and add the ROM
It is determined whether or not 3 exists. Figure 2 shows the read data
If it is not the data shown in FIG. 3, it is determined that the additional ROM 3 does not exist, and the process proceeds to step a2. In step a2, the CPU 1 recognizes the operating environment of the printer that the printer is controlled only by the main body ROM 2, and in step a3, it is determined whether or not to initialize the EEPROM, which is the nonvolatile memory 5. If there is an instruction to initialize the EEPROM by a command from the host device 11 or an operation of the operation panel 7, the process proceeds to step a4. Also, EEPR
If the OM is not initialized, the process proceeds to step a5.

【0026】ステップa4において、本体ROM2に搭
載された情報に基づいてEEPROMの初期設定を行
う。なお、EEPROM初期化動作の詳細は図7で後述
する。次のステップa5で、CPU1は自己印字動作の
要求があるか否かを判定する。同様に、ホスト装置11
からのコマンドや操作パネル7の操作による指示があれ
ば、ステップa6へ移行する。自己印字動作の要求が無
ければ、そのまま通常のプリンタ動作に移行する。
In step a4, the initialization of the EEPROM is performed based on the information loaded in the main body ROM2. The details of the EEPROM initialization operation will be described later with reference to FIG. In the next step a5, the CPU 1 determines whether or not there is a request for a self-printing operation. Similarly, the host device 11
If there is a command from the user or an instruction by operating the operation panel 7, the process proceeds to step a6. If there is no request for a self-printing operation, the operation directly shifts to a normal printer operation.

【0027】ステップa6において、CPU1は本体R
OM2に格納された自己印字データを用いて自己印字を
出力する。なお、自己印字動作の詳細は図8で後述す
る。その後、通常のプリンタ動作に移行する。
In step a6, the CPU 1 sets the main body R
The self-printing is output using the self-printing data stored in OM2. The details of the self-printing operation will be described later with reference to FIG. Thereafter, the operation shifts to a normal printer operation.

【0028】一方、ステップa1において増設ROM3
が存在していると判定されると、ステップa7では、プ
リンタが本体ROM2と増設ROM3との組合せで制御
されるという動作環境をCPU1が認識し、ステップa
8で不揮発性メモリ5であるEEPROMを初期化する
か否かが判定される。ホストコマンドやパネル操作によ
ってEEPROM初期化の指示があれば、ステップa9
へ移行する。また、EEPROMを初期化しないのであ
れば、ステップa10へ移行する。
On the other hand, in step a1, the additional ROM 3
Is determined to exist, in step a7, the CPU 1 recognizes an operating environment in which the printer is controlled by a combination of the main body ROM 2 and the additional ROM 3, and
At 8, it is determined whether or not the EEPROM as the nonvolatile memory 5 is to be initialized. If there is an instruction to initialize the EEPROM by a host command or panel operation, step a9
Move to. If the EEPROM is not to be initialized, the process proceeds to step a10.

【0029】ステップa9において、増設ROM3に搭
載された情報でEEPROMの初期設定を行う。なお、
EEPROM初期化動作の詳細は図7で後述する。次の
ステップa10で、CPU1は自己印字動作の要求があ
るか否かを判定する。同様に、ホストコマンドやパネル
操作による指示があれば、ステップa11へ移行する。
自己印字動作の要求が無ければ、そのまま通常のプリン
タ動作に移行する。
In step a9, the initialization of the EEPROM is performed using the information stored in the additional ROM 3. In addition,
Details of the EEPROM initialization operation will be described later with reference to FIG. In the next step a10, the CPU 1 determines whether or not there is a request for a self-printing operation. Similarly, if there is a host command or an instruction from a panel operation, the process proceeds to step all.
If there is no request for a self-printing operation, the operation directly shifts to a normal printer operation.

【0030】ステップa11において、CPU1は増設
ROM3に搭載されたデータパターンを自己印字データ
として用いて自己印字を出力する。なお、自己印字動作
の詳細は図8で後述する。その後、通常のプリンタ動作
に移行する。
In step a11, the CPU 1 outputs a self-print using the data pattern mounted on the additional ROM 3 as self-print data. The details of the self-printing operation will be described later with reference to FIG. Thereafter, the operation shifts to a normal printer operation.

【0031】図7は、不揮発性メモリ5であるEEPR
OMの初期化動作を示すフローチャートである。このフ
ローチャートが実行されるのは、増設ROMが搭載され
てからの最初の1回の電源投入時と、EEPROM初期
化コマンドを受信したときなど、EEPROMの初期化
指示があったときのみである。ここでは、増設ROM3
がコードページの追加であるか否かを判定して、EEP
ROM基本初期値テーブルを選択している。まずステッ
プb1において、CPU1は増設ROM3のアドレス0
00DHと000EHのデータを読込んで、増設ROM
3が存在するか否かを判定する。読込んだデータが“C
G”でなければ、増設ROM3が存在しないと判断し
て、ステップb2へ移行する。ステップb2では、コー
ドページ増設用以外のEEPROM基本初期値テーブル
を選択する。すなわち、CPU1は、図5(a)に示す
ように、本体ROM2のアドレスADR5から格納され
た基本初期値テーブルを選択する。そして、次のステッ
プb6でCPU1は選択された図5(a)の基本初期値
テーブルを不揮発性メモリ5にコピーして、EEPRO
Mの初期設定を行って終了する。
FIG. 7 shows an example of the nonvolatile memory 5 EEPR.
9 is a flowchart illustrating an OM initialization operation. This flowchart is executed only when the power is turned on once for the first time after the additional ROM is mounted, or when an EEPROM initialization command is received, such as when an EEPROM initialization command is received. Here, the additional ROM 3
Determines whether or not is the addition of a code page,
The ROM basic initial value table is selected. First, in step b1, the CPU 1 sets the address 0 of the additional ROM 3
The data of 00DH and 000EH are read and the additional ROM
It is determined whether or not 3 exists. The read data is "C
If not G ", it is determined that the additional ROM 3 does not exist, and the process proceeds to step b2. In step b2, an EEPROM basic initial value table other than for the code page addition is selected. 5), the CPU 1 selects the stored basic initial value table from the address ADR5 of the main body ROM 2. In the next step b6, the CPU 1 stores the selected basic initial value table of FIG. Copy to EEPRO
After the initial setting of M, the process ends.

【0032】一方、ステップb1において増設ROM3
のアドレス000DHと000EHのデータが“CG”
であれば、次のステップb3で増設ROM3のアドレス
000AHと000BHのデータを読込んで、増設RO
M3がロシア向けCGの追加であるか否かを判定する。
このデータが“SP”でなければ、コードページの追加
でないと判定してステップb2、b6へ移行し、コード
ページ増設用以外のEEPROM基本初期値テーブルで
初期化する。
On the other hand, in step b1, the additional ROM 3
Address 000DH and 000EH are "CG"
Then, in the next step b3, the data of the addresses 000AH and 000BH of the additional ROM 3 is read and the additional RO
It is determined whether M3 is an addition of a CG for Russia.
If this data is not "SP", it is determined that a code page has not been added, and the process proceeds to steps b2 and b6, where initialization is performed using an EEPROM basic initial value table other than for code page addition.

【0033】一方、ステップb3において、増設ROM
3のアドレス000AHと000BHのデータが“S
P”であれば、次のステップb4で増設ROM3のアド
レス000CHのデータを読込んで、増設ROM3がコ
ードページ増設であるか否かを判定する。このデータが
“c”でなければ、コードページの追加でないと判定し
てステップb2、b6へ移行し、コードページ増設用以
外のEEPROM基本初期値テーブルで初期化する。
On the other hand, in step b3, the additional ROM
The data of addresses 000AH and 000BH of address 3 is "S
If it is "P", in the next step b4, the data at the address 000CH of the additional ROM 3 is read to determine whether or not the additional ROM 3 is a code page extension. When it is determined that the code page is not added, the process proceeds to steps b2 and b6, and initialization is performed using an EEPROM basic initial value table other than for code page addition.

【0034】一方、ステップb4において、増設ROM
3のアドレス000CHのデータが“c”であれば、次
のステップb5でコードページ増設用のEEPROM基
本初期値テーブルを選択する。すなわち、CPU1は、
図5(b)に示すように、本体ROM2のアドレスAD
R6から格納された基本初期値テーブルを選択する。そ
して、次のステップb6でCPU1は選択された図5
(b)の初期値テーブルを不揮発性メモリ5にコピーし
て、EEPROMの基本初期設定を行って終了する。
On the other hand, in step b4, the additional ROM
If the data at the address 000CH of No. 3 is "c", an EEPROM basic initial value table for adding a code page is selected in the next step b5. That is, the CPU 1
As shown in FIG. 5B, the address AD
Select the stored basic initial value table from R6. Then, in the next step b6, the CPU 1 selects FIG.
The initial value table of (b) is copied to the non-volatile memory 5, the basic initial settings of the EEPROM are performed, and the process is terminated.

【0035】このように増設ROM3には増設状態を示
す動作条件設定情報が記憶されているため、不揮発性メ
モリ5の初期設定の際に当該動作条件設定情報を判定す
ることによって、基本初期値テーブルが本体ROM2の
中から適宜選択される。
As described above, since the operating condition setting information indicating the expanded state is stored in the additional ROM 3, the operating condition setting information is determined at the time of initial setting of the non-volatile memory 5, so that the basic initial value table is determined. Is appropriately selected from the main body ROM 2.

【0036】図8は、自己印字動作を示すフローチャー
トである。ここでは、増設ROM3の増設状態に対応し
て自己印字の書式およびデータを選択している。まずス
テップc1において、CPU1は増設ROM3のアドレ
ス000DHと000EHのデータを読込んで、増設R
OM3が存在するか否かを判定する。読込んだデータが
“CG”でなければ、増設ROM3が存在しないと判断
して、ステップc2へ移行する。ステップc2では、C
PU1は、図4(a)に示すように、本体ROM2に格
納された標準コードページおよび標準書体のデータテー
ブルを選択して、次のステップc3で自己印字処理を実
行する。
FIG. 8 is a flowchart showing the self-printing operation. Here, the self-printing format and data are selected in accordance with the extension state of the extension ROM 3. First, in step c1, the CPU 1 reads the data at addresses 000DH and 000EH of the additional ROM 3 and
It is determined whether or not OM3 exists. If the read data is not "CG", it is determined that the additional ROM 3 does not exist, and the process proceeds to step c2. In step c2, C
As shown in FIG. 4A, the PU 1 selects the standard code page and the standard font data table stored in the main body ROM 2, and executes the self-printing process in the next step c3.

【0037】一方、ステップc1において増設ROM3
のアドレス000DHと000EHのデータが“CG”
であれば、次のステップc4で増設ROM3のアドレス
000AHと000BHのデータを読込んで、増設RO
M3がロシア向けCGの追加であるか否かを判定する。
このデータが“SP”でなければ、ステップc5に移行
して、CPU1は増設ROM3のアドレス000CHの
データを読込んで、増設ROM3がコードページ増設で
あるか否かを判定する。このデータが“c”であれば、
増設ROM3はロシア向け以外のコードページ追加であ
ると判定する。本実施例ではロシア向け以外のコードペ
ージ追加については説明を省略しており、標準のデータ
テーブルを選択するステップc2へ移行させる。また、
ステップc5で増設ROM3のアドレス000CHのデ
ータが“c”でなければ、書体の増設であると判定し、
ステップc6へ移行する。ステップc6では、CPU1
は、図4(b)に示すように、本体ROM2に格納され
た標準コードページと標準書体およびオプション書体の
データテーブルを選択して、次のステップc3で自己印
字処理を実行する。
On the other hand, in step c1, the additional ROM 3
Address 000DH and 000EH are "CG"
Then, in the next step c4, the data of the addresses 000AH and 000BH of the additional ROM 3 is read and the additional RO
It is determined whether M3 is an addition of a CG for Russia.
If the data is not "SP", the process proceeds to step c5, where the CPU 1 reads the data at the address 000CH of the additional ROM 3 and determines whether or not the additional ROM 3 is a code page additional. If this data is "c",
The additional ROM 3 determines that a code page other than for Russia is added. In the present embodiment, description of the addition of a code page other than for Russia is omitted, and the process proceeds to step c2 for selecting a standard data table. Also,
If the data at the address 000CH of the additional ROM 3 is not "c" in step c5, it is determined that the font is to be added,
Move to step c6. At Step c6, the CPU 1
As shown in FIG. 4B, selects the standard code page, the data table of the standard typeface and the option typeface stored in the main body ROM 2, and executes the self-printing process in the next step c3.

【0038】一方、ステップc4において、増設ROM
3のアドレス000AHと000BHのデータが“S
P”であれば、次のステップc7で増設ROM3のアド
レス000CHのデータを読込んで、増設ROM3がコ
ードページ増設であるか否かを判定する。このデータが
“c”でなければ、コードページの追加でないと判定
し、ステップc8へ移行する。ステップc8では、CP
U1は、図4(d)に示すように、増設ROM3に格納
された標準コードページと標準書体およびオプション書
体のデータテーブルを選択して、次のステップc3で自
己印字処理を実行する。
On the other hand, in step c4, the additional ROM
The data of addresses 000AH and 000BH of address 3 is "S
If it is "P", in the next step c7, the data at the address 000CH of the additional ROM 3 is read to determine whether or not the additional ROM 3 is a code page extension. It is determined that it is not an addition, and the process proceeds to step c8.
As shown in FIG. 4D, U1 selects the standard code page, the data table of the standard font and the optional font stored in the additional ROM 3, and executes the self-printing process in the next step c3.

【0039】一方、ステップc7において、増設ROM
3のアドレス000CHのデータが“c”であれば、次
のステップc9に移行し、CPU1は、図4(c)に示
すように、増設ROM3に格納された標準コードページ
およびオプションコードページと標準書体のデータテー
ブルを選択して、次のステップc3で自己印字処理を実
行する。
On the other hand, in step c7, the additional ROM
If the data of the address 000CH of "3" is "c", the process proceeds to the next step c9, and the CPU 1 sets the standard code page and the option code page stored in the additional ROM 3 as shown in FIG. The data table of the font is selected, and the self-printing process is executed in the next step c3.

【0040】このように増設ROM3には、コードペー
ジ追加や書体追加などの増設状態を示す動作条件設定情
報が記憶されているため、自己印字動作の際に当該動作
条件設定情報を判定することによって、自己印字書式と
して本体ROM2の自己印字データまたは増設ROM3
の自己印字データが適宜選択される。したがって、増設
ROM3の増設状態に応じた自己印字が可能になる。
As described above, since the additional ROM 3 stores the operation condition setting information indicating the added state such as the addition of the code page and the font, the operation condition setting information is determined by performing the self-printing operation. , Self-print data in the main body ROM 2 or an additional ROM 3
Is appropriately selected. Therefore, self-printing according to the extension state of the extension ROM 3 becomes possible.

【0041】図9は自己印字データの書式テーブルを示
す構成図であり、図9(a)は本体ROM2、図9
(b)は増設ROM3のものである。また、図10は自
己印字動作における印字出力の具体例を示す構成図であ
る。本体ROM2には、項目A、Bにプリンタの動作モ
ード等の設定、項目Cに用紙長さや印字ピッチの設定、
項目Dに印字品質、文字テーブル、コードページおよび
外国文字の設定を印字する基本テーブル20と、項目E
に標準の書体(フォント)の設定を印字する標準書体テ
ーブル21と、項目Eにオプションの書体の設定を印字
するオプション書体テーブル22とが格納されている。
増設ROM3にも同様に、基本テーブル30と、標準書
体テーブル31と、オプション書体テーブル32とが格
納されている。したがって、図8のステップc2では、
図9(a)の基本テーブル20および標準書体テーブル
21が選択され、ステップc6では図9(a)の基本テ
ーブル20およびオプション書体テーブル22が選択さ
れる。またステップc8では、図9(b)の基本テーブ
ル30およびオプション書体テーブル32が選択され、
ステップc9では図9(b)の基本テーブル30および
標準書体テーブル31が選択される。なお、基本テーブ
ル20と基本テーブル30とはほぼ同一のデータテーブ
ルであるが、項目D中のコードページに関する部分だけ
が相違する。
FIG. 9 is a configuration diagram showing a format table of the self-print data. FIG.
(B) is for the additional ROM 3. FIG. 10 is a configuration diagram showing a specific example of print output in the self-printing operation. In the main body ROM 2, items A and B are used to set the operation mode of the printer, etc., and item C is used to set the paper length and print pitch.
A basic table 20 for printing the print quality, character table, code page and foreign character settings in item D;
A standard typeface table 21 for printing the setting of a standard typeface (font) and an option typeface table 22 for printing the setting of an optional typeface in item E are stored.
Similarly, the extension ROM 3 also stores a basic table 30, a standard font table 31, and an optional font table 32. Therefore, in step c2 of FIG.
The basic table 20 and the standard typeface table 21 in FIG. 9A are selected, and in step c6, the basic table 20 and the optional typeface table 22 in FIG. 9A are selected. In step c8, the basic table 30 and the optional typeface table 32 shown in FIG. 9B are selected.
At step c9, the basic table 30 and the standard typeface table 31 of FIG. 9B are selected. The basic table 20 and the basic table 30 are almost the same data table, but differ only in the section related to the code page in item D.

【0042】また図10において、ロシア向けCGでか
つコードページを追加した増設ROM3が搭載された場
合の自己印字出力例が示されており、項目A〜項目Dは
図9(b)の基本テーブル30を用いて印字され、項目
Eは標準書体テーブル31を用いて印字されている。各
項目の中の小項目は、不揮発性メモリ5に設定されるソ
フトウェアディップスイッチの各ビットに対応してお
り、太字が現在設定値であることを示す。ここで、項目
Dのコードページ(Code Page )欄の領域40に注目す
ると、増設ROM3によって追加されたコードページが
2種類あり、それらの名称は「Option-1、 Option-2」で
あって、前者を希望する場合にはディップスイッチの3
ビット〜5ビットをオン、オフ、オフに設定し、後者を
希望する場合にはオフ、オフ、オフに設定すればよいこ
とが判る。
FIG. 10 shows an example of self-printing output when an additional ROM 3 with a CG for Russia and an added code page is mounted, and items A to D are the basic tables in FIG. 9B. The item E is printed using the standard typeface table 31. Small items in each item correspond to each bit of the software dip switch set in the nonvolatile memory 5, and bold characters indicate that the current setting value is set. Here, paying attention to the area 40 in the code page (Code Page) column of the item D, there are two types of code pages added by the additional ROM 3, and their names are "Option-1, Option-2". If you want the former, use DIP switch 3
It can be seen that bits to 5 are set to on, off, and off, and if the latter is desired, they can be set to off, off, and off.

【0043】なお、コードページの追加が無い場合は、
項目Dの領域40が「(Reserved)、 (Reserved)」と
いう書式である基本テーブル20を用いて印字すること
によって、使用者にコードページ追加が無いことを表示
する。また、オプション書体がある場合は、オプション
書体テーブル22または32を用いて印字すると、図1
0の項目Eに対してさらに小項目を追加した書式に変更
される。
If no code page is added,
By printing using the basic table 20 in which the area 40 of the item D has the format of “(Reserved), (Reserved)”, the user is notified that there is no code page added. If there is an optional font, printing is performed using the optional font table 22 or 32.
The format is changed to a format in which small items are further added to item E of 0.

【0044】なお以上の説明において、コードページ追
加の有無によってEEPROM基本初期値テーブルを適
宜選択する例を示したが、書体追加の有無によって基本
初期値テーブルを適宜選択することも可能である。
In the above description, an example has been shown in which the EEPROM basic initial value table is appropriately selected depending on whether or not a code page is added. However, the basic initial value table may be appropriately selected depending on whether or not a font is added.

【0045】[0045]

【発明の効果】以上詳説したように本発明によれば、第
2固定メモリの増設状態に応じた自己印字が行われるた
め、使用者の便宜が図られる。
As described in detail above, according to the present invention, self-printing is performed according to the state of extension of the second fixed memory, so that the convenience of the user is achieved.

【0046】また、第2固定メモリの増設状態に応じて
不揮発性メモリの初期化動作が行われるため、使用者の
便宜が図られる。
Further, the initialization operation of the non-volatile memory is performed according to the state of addition of the second fixed memory, so that the convenience of the user is achieved.

【0047】このように、たとえばROMの増設状態に
応じて自己印字内容やEEPROMの初期値が適切に切
換るプリンタが得られる。
In this way, a printer can be obtained in which the contents of self-printing and the initial values of the EEPROM are appropriately switched according to, for example, the state of addition of the ROM.

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

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

【図2】増設ROM3の動作条件設定情報の一例を示す
内容図である。
FIG. 2 is a content diagram showing an example of operation condition setting information of an additional ROM 3.

【図3】増設ROM3の動作条件設定情報の他の例を示
す内容図である。
FIG. 3 is a content diagram showing another example of operation condition setting information of an additional ROM 3.

【図4】自己印字データの内容を示す構成図である。FIG. 4 is a configuration diagram showing contents of self-print data.

【図5】EEPROM基本初期値テーブルの内容を示す
構成図である。
FIG. 5 is a configuration diagram showing the contents of an EEPROM basic initial value table.

【図6】電源投入時の初期化動作を示すフローチャート
である。
FIG. 6 is a flowchart showing an initialization operation at power-on.

【図7】不揮発性メモリ5であるEEPROMの初期化
動作を示すフローチャートである。
FIG. 7 is a flowchart showing an initialization operation of an EEPROM which is a nonvolatile memory 5;

【図8】自己印字動作を示すフローチャートである。FIG. 8 is a flowchart illustrating a self-printing operation.

【図9】自己印字データの書式テーブルを示す構成図で
あり、図9(a)は本体ROM2、図9(b)は増設R
OM3のものである。
9A and 9B are configuration diagrams showing a format table of self-printing data. FIG. 9A is a main body ROM 2 and FIG.
OM3.

【図10】自己印字動作における印字出力の具体例を示
す構成図である。
FIG. 10 is a configuration diagram illustrating a specific example of print output in a self-print operation.

【図11】コードページの一例を示す文字コードテーブ
ルである。
FIG. 11 is a character code table showing an example of a code page.

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

1 CPU 2 本体ROM 3 増設ROM 4 RAM 5 不揮発性メモリ 6 インタフェイス 11 ホスト装置 20、30 基本テーブル 21、31 標準書体テーブル 22、32 オプション書体テーブル DESCRIPTION OF SYMBOLS 1 CPU 2 Main body ROM 3 Additional ROM 4 RAM 5 Non-volatile memory 6 Interface 11 Host device 20, 30 Basic table 21, 31 Standard font table 22, 32 Option font table

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) B41J 29/38 B41J 5/44 B41J 29/46 G06F 3/12 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 6 , DB name) B41J 29/38 B41J 5/44 B41J 29/46 G06F 3/12

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 自己印字データを格納する第1固定メモ
リと、 増設自在に設けられ、別の自己印字データを格納する第
2固定メモリとを備え、 所定の操作によって自己印字データを記録媒体に印字す
る自己印字動作を実行するプリンタにおいて、 第2固定メモリの増設状態を判断するメモリ増設状態判
断手段と、 前記メモリ増設状態判断手段の判断結果に応じて、第1
固定メモリまたは第2固定メモリに格納された複数の自
己印字データのうち1つを選択する自己印字データ選択
手段とを備え、 前記自己印字データ選択手段により選択された自己印字
データを用いて自己印字を行なうことを特徴とするプリ
ンタ。
A first fixed memory for storing self-printing data; and a second fixed memory scalably provided for storing another self-printing data. The self-printing data is stored in a recording medium by a predetermined operation. In a printer performing a self-printing operation for printing, a memory expansion state determining means for determining an expansion state of a second fixed memory;
Self-printing data selecting means for selecting one of a plurality of self-printing data stored in the fixed memory or the second fixed memory; and self-printing using the self-printing data selected by the self-printing data selecting means. Printer.
【請求項2】 複数の初期値テーブルを格納する第1固
定メモリと、 増設自在に設けられる第2固定メモリと、 印字動作を決定する初期化データを記憶する不揮発性メ
モリとを備え、 所定の操作によって前記不揮発性メモリの初期化動作を
実行するプリンタにおいて、 第2固定メモリの増設状態を判断するメモリ増設状態判
断手段と、 前記メモリ増設状態判断手段の判断結果に応じて、第1
固定メモリに格納された複数の初期値テーブルのうち1
つを選択する初期値テーブル選択手段とを備え、 初期化動作実行時に、前記初期値テーブル選択手段によ
り選択された初期値テーブルの初期化データを用いて前
記不揮発性メモリを初期化することを特徴とするプリン
タ。
A first fixed memory for storing a plurality of initial value tables, a second fixed memory which can be freely added, and a non-volatile memory for storing initialization data for determining a printing operation; In the printer which executes the initialization operation of the non-volatile memory by an operation, a memory expansion state determining means for determining an expansion state of the second fixed memory;
One of the plurality of initial value tables stored in the fixed memory
Initial value table selecting means for selecting one of the two, and when the initialization operation is performed, the nonvolatile memory is initialized by using the initialization data of the initial value table selected by the initial value table selecting means. And the printer.
【請求項3】 第2固定メモリには追加的なコードペー
ジまたは書体が格納されていることを特徴とする請求項
1または2記載のプリンタ。
3. The printer according to claim 1, wherein an additional code page or typeface is stored in the second fixed memory.
JP6136153A 1994-06-17 1994-06-17 Printer Expired - Lifetime JP2907723B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6136153A JP2907723B2 (en) 1994-06-17 1994-06-17 Printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6136153A JP2907723B2 (en) 1994-06-17 1994-06-17 Printer

Publications (2)

Publication Number Publication Date
JPH082069A JPH082069A (en) 1996-01-09
JP2907723B2 true JP2907723B2 (en) 1999-06-21

Family

ID=15168557

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6136153A Expired - Lifetime JP2907723B2 (en) 1994-06-17 1994-06-17 Printer

Country Status (1)

Country Link
JP (1) JP2907723B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5545352A (en) * 1978-09-26 1980-03-31 Tatsukichi Mihara Preparation of fish meat free from fishy smell

Also Published As

Publication number Publication date
JPH082069A (en) 1996-01-09

Similar Documents

Publication Publication Date Title
JPH01183729A (en) Printer containing automatic initializing function of memory
JPH09152859A (en) Printer
US8786868B2 (en) Output control data generating device, data generating method, and program
JP3209102B2 (en) Print system, printer driver and printer
JP2755308B2 (en) Output method and device
JPH0719192B2 (en) How to use memory in printer
JP2907723B2 (en) Printer
JPS60232974A (en) Printer
JPH1173368A (en) Memory module, method for control information processor and recording medium
JP2806886B2 (en) Printer character command control method
JP3001213B2 (en) Printer control device
JP3121103B2 (en) Character processing apparatus and method
JPH04318616A (en) Printer device
JP2821309B2 (en) Printing apparatus and method
JPH046301B2 (en)
JPH07106654B2 (en) Information processing method
JP2517434B2 (en) Outline font saving method in character data processing device
JPH0442322A (en) Document output device
JPS61179756A (en) Pattern converting apparatus
JP2805642B2 (en) Printer device
JPH09146521A (en) Device and method for output control
JPH04279369A (en) Printer
JPS6220029Y2 (en)
JPH09188006A (en) Output device
JPH08230254A (en) Printer