JPH04332032A - Printer buffer - Google Patents

Printer buffer

Info

Publication number
JPH04332032A
JPH04332032A JP3101198A JP10119891A JPH04332032A JP H04332032 A JPH04332032 A JP H04332032A JP 3101198 A JP3101198 A JP 3101198A JP 10119891 A JP10119891 A JP 10119891A JP H04332032 A JPH04332032 A JP H04332032A
Authority
JP
Japan
Prior art keywords
printer
character code
data
buffer
code
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
JP3101198A
Other languages
Japanese (ja)
Inventor
Maki Uematsu
上松 真樹
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering Ltd
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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP3101198A priority Critical patent/JPH04332032A/en
Publication of JPH04332032A publication Critical patent/JPH04332032A/en
Pending legal-status Critical Current

Links

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PURPOSE:To allow the printer buffer to correspond to plural kinds of computers by converting a character code in input data into a printer side character code by information stored in a code conversion ROM when the character code of the input data is different from the character code of the printer. CONSTITUTION:The printer buffer 2 is controlled by a microcomputer 7. Data from a computer body 1 are stored in a memory 8 through an input port 5. When printing data from the body 1 are not different from the character code of the printer 3, the data stored in the memory 8 are outputted to the printer 3 as printing data through an output port 6. When both the character codes are different from each other, the contents of the code conversion ROM 9 corresponding to the input data stored in the memory 8 are accessed to the microcomputer 7 by a conversion specification code selected by a switch 4 and the converted data are outputted to the printer 3.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はプリンタバッファに関し
、特に複数のコンピュータ本体とプリンタとの間に位置
し、コンピュータからのデータを蓄積し、その後にプリ
ンタへ中継および選択出力するプリンタバッファに関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer buffer, and more particularly to a printer buffer that is located between a plurality of computer bodies and a printer, stores data from the computer, and then relays and selectively outputs data to the printer.

【0002】0002

【従来の技術】従来、この種のプリンタバッファは、複
数のコンピュータ本体からの比較的高速なデータ転送を
ハンドシェイク方式で入力し、プリンタバッファ内部メ
モリ部に蓄積する。また同時に先に入力されたデータを
排他的に選択してプリンタの処理速度データをプリンタ
側に出力する構造になっている。
2. Description of the Related Art Conventionally, this type of printer buffer receives relatively high-speed data transfers from a plurality of computer bodies using a handshake method, and stores the data in a memory section inside the printer buffer. At the same time, it is structured to exclusively select the data input earlier and output printer processing speed data to the printer side.

【0003】0003

【発明が解決しようとする課題】上述した従来のプリン
タバッファは、コンピュータ本体からのデータをそのま
まの形式でメモリ内に蓄積し、データの加工を行わない
でそのままの形式でプリンタに出力するので、コンピュ
ータとプリンタ間で文字コードが一致していなければ正
常な文字の印字ができないという欠点がある。
[Problems to be Solved by the Invention] The conventional printer buffer described above stores data from the computer main body in its memory in its original format and outputs it to the printer in its original format without processing the data. The drawback is that unless the character codes match between the computer and the printer, characters cannot be printed correctly.

【0004】0004

【課題を解決するための手段】本発明のプリンタバッフ
ァは、印字すべきデータを送出するコンピュータ本体と
プリンタとの間に介在するプリンタバッファにおいて、
コンピュータ本体側から入力された印字データを一たん
記憶するメモリと、前記印字データの文字コードと前記
プリンタ側の文字コードとの間で相違がある場合と相違
がない場合とでスイッチングする選択手段と、前記プリ
ンタ側の文字コードに変換する情報を記憶するROMと
、前記印字データの文字コードを前記プリンタ側の文字
コードに変換する変換手段とを有する。
[Means for Solving the Problems] The printer buffer of the present invention is a printer buffer interposed between a computer main body that sends data to be printed and a printer.
A memory for temporarily storing print data input from the computer main body side, and a selection means for switching between a case where there is a difference between a character code of the print data and a character code of the printer side and a case where there is no difference. , a ROM that stores information to be converted into a character code on the printer side, and a conversion means that converts the character code of the print data into the character code on the printer side.

【0005】[0005]

【実施例】次に本発明について図面を参照して説明する
。図1は、本発明の一実施例の構成図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings. FIG. 1 is a configuration diagram of an embodiment of the present invention.

【0006】プリンタバッファ2は、マイクロコンピュ
ータ7に制御されている。コンピュータ本体1からのデ
ータは入力ポート5から入力され、メモリ8に順次格納
される。ここでコンピュータ本体1からの印字データの
プリンタ3の文字コードとの間で相違がない場合には、
プリンタ3側にメモリ8に格納されているデータをプリ
ンタ3の処理速度(機構的な遅れが入った速度)で出力
ポート6を介し印字データとして順次出力する。一方、
前述の文字モードの相違がある場合には、スイッチ4で
選択された変換指定コードで、一たんメモリ8に格納さ
れている入力データに対応するコード変換ROM9の内
容をマイクロコンピュータ7に呼び出し、変換されたデ
ータをプリンタ3に出力する。
The printer buffer 2 is controlled by a microcomputer 7. Data from the computer main body 1 is input through the input port 5 and stored in the memory 8 in sequence. If there is no difference between the print data from the computer main body 1 and the character code of the printer 3, then
The data stored in the memory 8 on the printer 3 side is sequentially outputted as print data via the output port 6 at the processing speed of the printer 3 (speed including mechanical delay). on the other hand,
If there is a difference in the character modes mentioned above, the contents of the code conversion ROM 9 corresponding to the input data stored in the memory 8 are immediately called up to the microcomputer 7 using the conversion designation code selected by the switch 4, and the conversion is performed. The resulting data is output to the printer 3.

【0007】なお、複数個のコンピュータ本体1のデー
タをプリンタバッファ2に入力してメモリ8に一たん記
憶された印字データをマイクロコンピュータ7の制御に
より順次プリンタ3に印字データを出力することも可能
である。
[0007] It is also possible to input data from a plurality of computer main bodies 1 to the printer buffer 2 and output the print data, which is temporarily stored in the memory 8, to the printer 3 under the control of the microcomputer 7. It is.

【0008】[0008]

【発明の効果】以上説明したように本発明は、プリンタ
バッファ内部にマイクロコンピュータ、コード変換RO
M、スイッチを設けて文字コードの変換機能および選択
機能を付加する事により、コンピュータ本体とプリンタ
間で文字コードの相違があっても正常な印字を行うこと
ができる。また、異なった文字コードに対応している複
数のコンピュータ本体を本プリンタバッファに接続する
ことにより、1種類のプリンタでも複数のコンピュータ
に対応できるという効果がある。
Effects of the Invention As explained above, the present invention has a microcomputer and a code conversion RO inside the printer buffer.
M. By providing a switch and adding a character code conversion function and a character code selection function, normal printing can be performed even if there is a difference in character code between the computer main body and the printer. Furthermore, by connecting a plurality of computer bodies that support different character codes to this printer buffer, there is an effect that even one type of printer can be compatible with a plurality of computers.

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

【図1】本発明の一実施例のプリンタバッファの構成図
である。
FIG. 1 is a configuration diagram of a printer buffer according to an embodiment of the present invention.

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

1    コンピュータ本体 2    プリンタバッファ 3    プリンタ 4    スイッチ 5    入力ポート 6    出力ポート 7    マイクロコンピュータ 8    メモリ 9    コード変換ROM 1    Computer body 2 Printer buffer 3. Printer 4 Switch 5 Input port 6 Output port 7. Microcomputer 8. Memory 9 Code conversion ROM

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  印字すべきデータを送出するコンピュ
ータ本体とプリンタとの間に介在するプリンタバッファ
において、コンピュータ本体側から入力された印字デー
タを一たん記憶するメモリと、前記印字データの文字コ
ードと前記プリンタ側の文字コードとの間で相違がある
場合と相違がない場合とでスイッチングする選択手段と
、前記プリンタ側の文字コードに変換する情報を記憶す
るROMと、前記印字データの文字コードを前記プリン
タ側の文字コードに変換する変換手段とを有することを
特徴とするプリンタバッファ。
Claim 1: In a printer buffer interposed between a computer main body that sends data to be printed and a printer, a memory temporarily stores print data input from the computer main body side, and a character code of the print data. a selection means for switching between a case where there is a difference between the character code on the printer side and a case where there is no difference; a ROM that stores information to be converted into the character code on the printer side; A printer buffer comprising: conversion means for converting into a character code on the printer side.
【請求項2】  プリンタバッファ本体に複数個の前記
コンピュータ本体が接続されそれぞれの印字データを前
記選択手段及び前記変換手段に入力して処理を行った後
に順次出力することを特徴とする請求項1記載のプリン
タバッファ。
2. A plurality of computer main bodies are connected to the printer buffer main body, and each print data is input to the selection means and the conversion means, processed, and sequentially output. Printer buffer mentioned.
JP3101198A 1991-05-07 1991-05-07 Printer buffer Pending JPH04332032A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3101198A JPH04332032A (en) 1991-05-07 1991-05-07 Printer buffer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3101198A JPH04332032A (en) 1991-05-07 1991-05-07 Printer buffer

Publications (1)

Publication Number Publication Date
JPH04332032A true JPH04332032A (en) 1992-11-19

Family

ID=14294242

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3101198A Pending JPH04332032A (en) 1991-05-07 1991-05-07 Printer buffer

Country Status (1)

Country Link
JP (1) JPH04332032A (en)

Similar Documents

Publication Publication Date Title
JPH04332032A (en) Printer buffer
JPS58114289A (en) Printer controller
AU588373B2 (en) Raster image memory system
JPS59171256A (en) Printer circuit
JPH041068A (en) Printer device
JPH01145718A (en) Printer
JPS6388632A (en) Printing data converting method
JPS5936314B2 (en) Display device control method
JP2607502B2 (en) Facsimile interface device
JPS6246010B2 (en)
JPH11110151A (en) Printer driver, computer having printer driver, and computer system
JPS61100472A (en) Printer-controlling system
JPH01229349A (en) Output controller
JPS622342A (en) Information transmission equipment
JPH04225423A (en) Printing device
JPH05127655A (en) Character pattern generation device
JPS6158746A (en) Printing control system
JPS63264365A (en) Computer
JPH05254184A (en) Printer device
JPH04216969A (en) Registration method for character pattern
JPH04125177A (en) Printer setting apparatus
JPH0454627A (en) Character ruled line generating device
JPH04161365A (en) Printer
JPH0316759A (en) Bicolor printer control system
JPH02217913A (en) Printer device