JPH0410020A - Keyboard system - Google Patents
Keyboard systemInfo
- Publication number
- JPH0410020A JPH0410020A JP2110454A JP11045490A JPH0410020A JP H0410020 A JPH0410020 A JP H0410020A JP 2110454 A JP2110454 A JP 2110454A JP 11045490 A JP11045490 A JP 11045490A JP H0410020 A JPH0410020 A JP H0410020A
- Authority
- JP
- Japan
- Prior art keywords
- keyboard
- main body
- key
- external
- external keyboard
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Input From Keyboards Or The Like (AREA)
Abstract
Description
【発明の詳細な説明】
[発明の目的コ
(産業上の利用分野)
この発明は特にパーソナルコンピュータに採用して好適
なキーボードシステムに関する。DETAILED DESCRIPTION OF THE INVENTION [Objective of the Invention (Field of Industrial Application) This invention relates to a keyboard system particularly suitable for use in a personal computer.
(従来の技術)
パーソナルコンピュータの分野では従来のディスクトッ
プタイプに代わり、小形、軽量、携帯に便利なラップト
ツブタイプか普及し、その主役の座を占めつつある。こ
の種ラップトツブパーソナルコンピュータは内蔵のキー
ボードの他に外部に標準キーボードもしくはキーバッド
等を接続し、使用することがある。これらキーボードに
はワンチップマイクロコンピュータが内蔵され、キース
キャン制御ならびにコード変換を行い、変換されたコー
ド(キーコード)をコンピュータ本体へ転送する処理を
行う。(Prior Art) In the field of personal computers, the laptop type, which is small, lightweight, and convenient to carry, has become popular and is taking the leading role, replacing the conventional desktop type. In addition to the built-in keyboard, this type of laptop personal computer may be used by connecting an external standard keyboard or keypad. These keyboards have a built-in one-chip microcomputer that performs key scanning control, code conversion, and transfers the converted codes (key codes) to the computer itself.
従来、キーボードを制御するワンチップマイクロコンピ
ュータ(以降KBCと称する)は以下の処理によりキー
コードを生成していた。まずKBCはキーマトリクス上
のスキャンしようとするスキャンラインを指定すること
で、各ラインに接続された複数のキーの入力状態(Ma
ke;押されている/ B r e a k ;離れて
いる)を得る。Conventionally, a one-chip microcomputer (hereinafter referred to as KBC) that controls a keyboard has generated key codes through the following process. First, KBC specifies the scan line to be scanned on the key matrix, and the input state of multiple keys connected to each line (Ma
ke; pressed / B r e a k ; released).
こうして得られるキー人力情報は中間コードの形でKB
C内で処理される。ここで、キーマトリクスとは複数の
キーが接続されたスキャンラインを集合した回路である
。第4図にその概要を示す。The key human power information obtained in this way is in the form of intermediate code in KB
Processed within C. Here, the key matrix is a circuit that is a collection of scan lines to which a plurality of keys are connected. Figure 4 shows the outline.
また、中間コードとはある1つのキーの入力状態を示す
通常1バイトの値であり、第5図にその概要を示す。中
間コードの下位7ビツトは各キー固有の値である。また
、中間コードは以下の変換式(1)によりテーブルを用
いることなしに得られる。Further, the intermediate code is usually a 1-byte value indicating the input state of a certain key, and its outline is shown in FIG. The lower 7 bits of the intermediate code are values unique to each key. Further, the intermediate code can be obtained without using a table using the following conversion formula (1).
中間コード−(Key Make)x80h+KBO
T No、*8h
+ K B RT N o 、 −−−−= (1
)なお、上記(1)式において、hは16進表現である
ことを示す。Intermediate code - (Key Make) x80h + KBO
T No, *8h + K B RT No, ----= (1
) Note that in the above equation (1), h indicates hexadecimal representation.
さて、外部キーボード側のKBCはキーマトリクスより
中間コードを得ると、同コードを通信用コード(以降C
0DEIと称する)に変換した後にコンピュータ本体側
のKBCへ送出する。本体側KBCは、外部キーボード
側KBCから受は取ったC0DEIをCPUが認識可能
なキーコード(以降C0DE2と称する)に例えば変換
テーブルを用いて変換する。また本体側KBCは、本体
側キーボードの入力に対しても、本体側キーマトリクス
から得た中間コードを変換テーブルを用いてC0DE2
に変換する。ここで、通信用コードとは標準的仕様とし
て決められたコード体系であり、これを適用する外部キ
ーボード側MBCが送出するコードは、この仕様に対応
した本体側KBCによって認識され得る。つまり、この
コードを適用すれば多くのシステムに接続可能な外部キ
ーボードを実現することが可能である。Now, when the KBC on the external keyboard side obtains the intermediate code from the key matrix, the same code is the communication code (hereinafter C
0DEI) and then sent to the KBC on the computer main body side. The main unit side KBC converts the C0DEI received from the external keyboard side KBC into a key code (hereinafter referred to as C0DE2) that can be recognized by the CPU using, for example, a conversion table. In addition, the main body KBC converts the intermediate code obtained from the main body key matrix into C0DE2 using a conversion table for input from the main body keyboard.
Convert to Here, the communication code is a code system determined as a standard specification, and the code sent by the external keyboard side MBC to which this code is applied can be recognized by the main body side KBC compatible with this specification. In other words, by applying this code, it is possible to create an external keyboard that can be connected to many systems.
しかし、1つのシステム専用の外部キーボードを必要と
する場合には、この様なコードを適用する必然性はない
。また、本体側KBCが上記通信用コードに対応する場
合、外部と本体側のキー入力情報のフード体系が異なる
ことから、両キーボードの状態を別々に管理する必要が
生じ、処理が複雑となる。However, if an external keyboard dedicated to one system is required, there is no necessity to apply such a code. Further, when the main body side KBC supports the communication code described above, since the external and main body side key input information hood systems are different, it becomes necessary to manage the states of both keyboards separately, which complicates the processing.
(発明が解決しようとする課題)
上述したように従来例に従えば以下に列挙する不都合が
あった。(Problems to be Solved by the Invention) As described above, following the conventional example has the following disadvantages.
■外部キーボード側のキー人力からキーコード生成迄の
処理量は、本体側の数倍に及ぶ。■The amount of processing required on the external keyboard, from manual input to key code generation, is several times that of the main unit.
■データの変換処理に必要なテーブルとプログラムがキ
ーボード制御プログラム全体の中で最もROM容量を消
費する部分であり、2つの変換処理を行う本体側KBC
でのプログラムは負担が重い。■Tables and programs necessary for data conversion processing are the parts that consume the most ROM capacity in the entire keyboard control program, and the main unit side KBC performs two conversion processes.
The program is a heavy burden.
■KBCのプログラムに要求される処理が複雑な為、プ
ログラム開発効率が低下する。■Program development efficiency decreases because the processing required for KBC programs is complex.
この発明は上記事情に鑑みてなされたものであり、外部
に付加されたキーボードのキー人力を、標準的なキーコ
ードへ変換するプログラム処理の最適化を計ることで、
当該プログラムの開発効率の向上、ハードウェアを含め
たシステム全体のコストの低減をはかるキーボードシス
テムを提供することを目的とする。This invention was made in view of the above circumstances, and by optimizing the program processing that converts the key power of an externally added keyboard into standard key codes,
The purpose is to provide a keyboard system that improves the development efficiency of the program and reduces the cost of the entire system including hardware.
[発明の構成]
(課題を解決するための手段)
本発明のキーボードシステムは、コンピュータ本体に内
蔵の本体キーボードと、コンピュータ本体とはケーブル
で接続され、本体キーボードとキーマトリクスが共通の
外部キーボードと、外部キーボードの入力情報を同キー
ボードのキーマトリクスを介して検出し、その検出結果
に基づいて得られるキーコードをコンピュータ本体へ転
送する外部キーボードコントローラ(外部キーボード側
KBC)と、この外部キーボードコントローラから受信
したキーコードまたは本体キーボードから得られるキー
コードをコンピュータ本体が処理可能なキーコードに変
換する本体側キーボードコントローラ(本体側KBC)
とを具備することを特徴とする。[Structure of the Invention] (Means for Solving the Problems) The keyboard system of the present invention has a main body keyboard built into a computer main body, which is connected to the computer main body by a cable, and an external keyboard having a common key matrix with the main body keyboard. , an external keyboard controller (external keyboard side KBC) that detects the input information of the external keyboard via the key matrix of the keyboard and transfers the key code obtained based on the detection result to the computer main body, and from this external keyboard controller. Main unit side keyboard controller (main unit side KBC) that converts the received key code or key code obtained from the main unit keyboard into a key code that can be processed by the computer main unit.
It is characterized by comprising the following.
(作 用)
上述した構成にて、外部キーボードコントロ−ラは、外
部キーボード上のキー人力を検出すると、外部キーボー
ドのキーマトリクスか本体キーボード側と共通であるこ
とから、そのキー人力情報を他のコード(CODEI)
へ変換することなく中間コードのまま本体側キーボード
コントローラへ伝達し、本体側キーボードコントローラ
では外部キーボードコントローラから中間コードを受取
ると、これをコンピュータ本体(のCPU)が処理可能
なキーコード(CODE2)へ直接変換することにより
、外部キーボードのキー人力を検出し、そのキーコード
を生成する迄のプログラム処理の最適化を実現する。(Function) In the above-described configuration, when the external keyboard controller detects a key force on the external keyboard, it transfers the key force information to other keys since the key matrix of the external keyboard is the same as that of the main keyboard. Code (CODEI)
The intermediate code is transmitted to the keyboard controller on the main body side without being converted to , and when the main body keyboard controller receives the intermediate code from the external keyboard controller, it converts it into a key code (CODE2) that can be processed by the computer main body (CPU). By performing direct conversion, it is possible to optimize the program processing up to detecting the keystrokes on the external keyboard and generating the key code.
このことにより、外部キーボード側及び本体側の両キー
ボードコントローラで実行されるプログラムは、その処
理量が従来の約半分に減少し、プログラムの自由度が増
し、プログラムの開発効率、保守性の向上、更にはコス
ト低減が見込める。As a result, the amount of processing for programs executed by both the external keyboard and the keyboard controllers on the main unit is reduced to approximately half of the previous level, increasing the degree of program freedom, improving program development efficiency, maintainability, and Furthermore, cost reduction can be expected.
(実施例) 以下、図面を使用して本発明実施例について説明する。(Example) Embodiments of the present invention will be described below with reference to the drawings.
第1図は本発明の実施例を示すブロック図である。図に
おいて、符号2ユはコンピュータ本体であり、外部キー
ボード26とケーブル27て接続される。符号22はコ
ンピュータ本体21の中央処理装置(CP U)であり
、本体側KBC23からキーコードを受は取る。符号2
3は本体側KBCであり、外部キーボード側KBC24
からケーブル27を介して外部キーのデータを受けとり
、これをキーコード(CODE2)に変換し、中央処理
装置22へ渡す。FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, reference numeral 2 represents a computer main body, which is connected to an external keyboard 26 and a cable 27. Reference numeral 22 is a central processing unit (CPU) of the computer main body 21, which receives the key code from the KBC 23 on the main body side. code 2
3 is the main body side KBC, and the external keyboard side KBC24
It receives external key data from the computer via cable 27, converts it into a key code (CODE2), and passes it to central processing unit 22.
符号24は外部キーボード側キーボードコントローラ(
外部キーボード側KBC)であり、外部キーボードキー
マトリクス25によりキー人力を検出し、これを中間コ
ードのまま、ケーブル27を介して本体側KBC23へ
送出する。符号25.28はキーマトリクス(外部キー
ボードキーマトリクス、本体側キーボードキーマトリク
ス)であり、キー人力の状態をそれぞれに接続されたK
BC24,23へ伝える。符号26は外部キーボードで
あり、コンピュータ本体21とケーブル27で接続され
る。符号27はケーブルであり、KBC23,24間の
データを伝送する。Reference numeral 24 is the external keyboard side keyboard controller (
The external keyboard key matrix 25 detects the key force and sends it as an intermediate code to the main body KBC 23 via the cable 27. Reference numerals 25 and 28 are key matrices (external keyboard key matrix, main body side keyboard key matrix), which indicate the state of the keys connected to each key matrix.
Tell BC24, 23. Reference numeral 26 denotes an external keyboard, which is connected to the computer main body 21 with a cable 27. A cable 27 transmits data between the KBCs 23 and 24.
第2図及び第3図は本発明実施例の動作を説明するため
の図であり、第2図は外部キーボード側KBC24のプ
ログラム処理のフローチャート、第3図は本体側KBC
2Bのキーコード生成処理のための処理手順を示すフロ
ーチャートである。2 and 3 are diagrams for explaining the operation of the embodiment of the present invention. FIG. 2 is a flowchart of the program processing of the external keyboard side KBC 24, and FIG. 3 is a flowchart of the program processing of the external keyboard side KBC 24.
2 is a flowchart showing a processing procedure for key code generation processing of 2B.
第2図において、符号S31はキー人力状態を検出する
ステップであり、外部キーボードキーマトリクス25に
対しスキャンするスキャンラインを指定するデータを出
力し、キーマトリクス25からスキャンラインに接続さ
れた各キーの状態を検出する。符号S32はキー人力状
態の変化を検出するステップであり、前回保存しておい
たスキャン処理の結果と、今回のスキャン処理の結果を
比較し、異なっていればキー人力状態が変化したと認識
する。符号833は中間コードを算出するステップであ
り、スキャン結果を基に変化が検出されたキーに対応す
る中間コードを前記変換式(1)により算出する。符号
S34は中間コードを送出するステップであり、ステッ
プS33で得られた中間コードをそのまま、本体側MB
C23へ送出する。In FIG. 2, reference numeral S31 is a step of detecting the state of key manual operation, in which data specifying the scan line to be scanned is outputted to the external keyboard key matrix 25, and each key connected to the scan line is output from the key matrix 25. Detect conditions. Reference numeral S32 is a step for detecting a change in the state of key human power; the result of the previously saved scan process is compared with the result of the current scan process, and if they are different, it is recognized that the state of key human power has changed. . Reference numeral 833 is a step of calculating an intermediate code, in which the intermediate code corresponding to the key whose change is detected based on the scan result is calculated using the conversion formula (1). Symbol S34 is a step of sending an intermediate code, and the intermediate code obtained in step S33 is directly sent to the main body side MB.
Send to C23.
第3図において、符号S41は本体側キーホトキーマト
リクス28をスキャンするステップであり、外部キーボ
ード側KBC24におけるステップ8.31と全く同じ
処理をする。符号S42は中間コードを受信するステッ
プであり、これにより、外部キーボード26上のキー人
力変化を本体側KBCは23は検出する。符号843は
中間コードを算出するステップであり、スキャン結果を
基に変化が検出されたキーに対応する中間コードを前記
変換式(1)により算出する。符号S44はキーコード
(CODE2)を生成するステップであり、外部キーボ
ード側WBC24から受信した中間コード、または本体
側キーボードキーマトリクス28をスキャンして得た中
間コードをキーコードに変換する。In FIG. 3, reference numeral S41 is a step of scanning the main body side key hot key matrix 28, and the process is exactly the same as step 8.31 on the external keyboard side KBC 24. Reference numeral S42 is a step of receiving an intermediate code, whereby the main body side KBC 23 detects a change in key pressure on the external keyboard 26. Reference numeral 843 is a step for calculating an intermediate code, in which an intermediate code corresponding to a key whose change has been detected is calculated based on the scan result using the conversion formula (1). Reference numeral S44 is a step of generating a key code (CODE2), in which the intermediate code received from the external keyboard side WBC 24 or the intermediate code obtained by scanning the main body side keyboard key matrix 28 is converted into a key code.
以下、本発明実施例の動作について説明する。The operation of the embodiment of the present invention will be described below.
まず外部キーボード側KBC24は、外部キーボード2
6の状態を外部キーボードキーマトリクス25から検出
しくステップS31,532)、それを基に前記変換式
(1)により中間コードを算出する(ステップ833)
。そして外部キーボード側KBC24は、算出した中間
コードを本体側KBC23へケーブル27を介して送出
する(ステップ534)。従来は、中間コードを一旦前
述したC0DEIに変換し、このC0DE 1を本体側
に送出しており、本発明によればこの変換処理が不要と
なる。First, the external keyboard side KBC24 is the external keyboard 2.
6 is detected from the external keyboard key matrix 25 (steps S31, 532), and based on it, an intermediate code is calculated using the conversion formula (1) (step 833).
. Then, the external keyboard side KBC 24 sends the calculated intermediate code to the main body side KBC 23 via the cable 27 (step 534). Conventionally, the intermediate code was once converted to the above-mentioned C0DEI, and this C0DE 1 was sent to the main body, but according to the present invention, this conversion process is no longer necessary.
一方、本体側KBC23は、外部キーボード側KBC2
4がら中間コードを受は取ると(ステップ542)、あ
るいは本体側キーボードキーマトリクス28をスキャン
しくステップ541)、外部キーボード側WBC24と
同じ方法で中間コードを算出すると(ステップ543)
、その中間コードを前述したC0DE2へ変換する(ス
テップ544)。On the other hand, the main body side KBC23 is the external keyboard side KBC2.
When the intermediate code is received from 4 (step 542), or when the main body side keyboard key matrix 28 is scanned (step 541), the intermediate code is calculated using the same method as the external keyboard side WBC 24 (step 543).
, converts the intermediate code into the above-mentioned C0DE2 (step 544).
本実施例において、以上の2つのキーボードから得られ
た中間コードをC0DE2へ変換する処理は唯−通りで
ある。何故なら両キーボードから得られる中間コードと
各キーの対応は両キーボードのキーマトリクス2528
が同一であることから全く同じとなる為、中間コードと
C0DE2の対応もまた同じとなるからである。In this embodiment, there is only one process for converting the intermediate codes obtained from the above two keyboards into C0DE2. This is because the correspondence between the intermediate code obtained from both keyboards and each key is the key matrix 2528 of both keyboards.
Since they are the same, they are exactly the same, and the correspondence between the intermediate code and C0DE2 is also the same.
従来は、本体側KBC(23)で実行されるキーボード
制御用のプログラムは、本体側で算出される中間コード
をC0DE2に変換する処理に加えて、外部キーボード
側WBC(24)からは中間コードではなく C0DE
1を受は取る為、C0DE1をC0DE2へ変換する
処理がもう1つ必要であった。Conventionally, the keyboard control program executed on the main body side KBC (23) not only converts the intermediate code calculated on the main body side into C0DE2, but also converts the intermediate code from the external keyboard side WBC (24). Without C0DE
In order to receive a 1, one more process was required to convert C0DE1 to C0DE2.
このように、本体側KBCと外部キーボード側KBCに
おいて、従来は3回の変換処理が必要であったのが、本
実施例によれば1回で済み、キーボード制御プログラム
処理の最適化を実現できる。したがって本実施例は、テ
ンキーパッド等、コンピュータ本体へ付加的に接続され
るキーボードを制御するプログラムに用いて顕著な効果
が得られる。In this way, conventionally three conversion processes were required for the main unit side KBC and external keyboard side KBC, but according to this embodiment, it is only required once, and optimization of keyboard control program processing can be realized. . Therefore, this embodiment can be used with remarkable effects in a program that controls a keyboard, such as a numeric keypad, that is additionally connected to the computer main body.
[発明の効果コ
以上説明のように本発明によれば以下に列挙する効果が
得られる。[Effects of the Invention] As explained above, according to the present invention, the following effects can be obtained.
■外部キーボード側及び本体側の両キーボードコントロ
ーラ(K B C)で実行されるプログラムは、その処
理量が従来の約半分に減少し、プログラムの自由度が増
し、プログラムの開発効率、保守性の向上が見込める。■The amount of processing for programs executed by both the keyboard controllers (KBC) on the external keyboard side and the main unit side has been reduced to about half of the conventional one, increasing the degree of program freedom and improving program development efficiency and maintainability. Improvement is expected.
■プログラム容量の減少により、それを格納するROM
はより安価な低容量のものを使用することが可能となり
、システム全体のコストを低減させることができる。■Due to the decrease in program capacity, ROM to store it
It becomes possible to use a cheaper, lower-capacity one, and the cost of the entire system can be reduced.
第1図は本発明の実施例を示すブロック図、第2図及び
第3図は本発明実施例の動作を説明するためのフローチ
ャート、第4図はキーボード制御で使用されるキーマト
リクス回路の一例を示す図、第5図は中間コードの内容
の一例を示す図である。
21・・・コンピュータ本体、22・・・中央処理装置
、23・・・本体側KBC,24・・・外部キーボード
側MBC,25・・・外部キーボードキーマトリクス、
26・・・外部キーボード、27・・・ケーブル、28
・・・本体側キーボードキーマトリクス。
出願人代理人 弁理士 鈴江武彦
第
図
第
図
第
図
第
図
第
図FIG. 1 is a block diagram showing an embodiment of the present invention, FIGS. 2 and 3 are flowcharts for explaining the operation of the embodiment of the present invention, and FIG. 4 is an example of a key matrix circuit used for keyboard control. FIG. 5 is a diagram showing an example of the contents of the intermediate code. 21... Computer main body, 22... Central processing unit, 23... Main body side KBC, 24... External keyboard side MBC, 25... External keyboard key matrix,
26...External keyboard, 27...Cable, 28
...Keyboard key matrix on the main body side. Applicant's agent Patent attorney Takehiko Suzue
Claims (1)
ピュータ本体とはケーブルで接続され、上記本体キーボ
ードとキーマトリクスが共通の外部キーボードと、上記
外部キーボードの入力情報を同キーボードのキーマトリ
クスを介して検出し、その検出結果に基づいて得られる
キーコードを上記コンピュータ本体へ転送する外部キー
ボードコントローラと、この外部キーボードコントロー
ラから受信したキーコードまたは上記本体キーボードか
ら得られるキーコードを上記コンピュータ本体が処理可
能なキーコードに変換する本体側キーボードコントロー
ラとを具備することを特徴とするキーボードシステム。A main body keyboard built into the computer main body is connected to the computer main body by a cable, and an external keyboard having a common key matrix with the main body keyboard, and input information of the external keyboard is detected via the key matrix of the keyboard, An external keyboard controller that transfers a key code obtained based on the detection result to the computer main body, and a key code that the computer main body can process by processing the key code received from the external keyboard controller or the key code obtained from the main body keyboard. A keyboard system characterized by comprising a main body side keyboard controller that converts into a main body side keyboard controller.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2110454A JPH0410020A (en) | 1990-04-27 | 1990-04-27 | Keyboard system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2110454A JPH0410020A (en) | 1990-04-27 | 1990-04-27 | Keyboard system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0410020A true JPH0410020A (en) | 1992-01-14 |
Family
ID=14536122
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2110454A Pending JPH0410020A (en) | 1990-04-27 | 1990-04-27 | Keyboard system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0410020A (en) |
-
1990
- 1990-04-27 JP JP2110454A patent/JPH0410020A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7555567B2 (en) | Network based KVM switching system | |
| JP4164126B2 (en) | Protocol converter apparatus and method | |
| JPS6180325A (en) | Information input system of pointing device | |
| JPH0410020A (en) | Keyboard system | |
| TW200540629A (en) | Video card | |
| JP3212971B2 (en) | Keyboard with simultaneous push assist function | |
| WO2003003183B1 (en) | Foot operated input device and method for processing inputted data | |
| JPH03253939A (en) | Data signal converter | |
| KR100241705B1 (en) | Board monitoring method of electronic exchange | |
| KR100353878B1 (en) | The extended Keypad Controller and the controlling method | |
| JPH0720760Y2 (en) | Keyboard device | |
| JP7032181B2 (en) | Information processing equipment | |
| JPH01290015A (en) | Command converter | |
| JPH086690A (en) | Data processor | |
| JP2821218B2 (en) | Keyboard and information processing device | |
| JPH04129356A (en) | Control code converter | |
| JPS60181912A (en) | Key code sending-out system in plural stage shift keyboard | |
| JPH11134098A (en) | Keyboard system | |
| JPH0476725A (en) | Printing device | |
| JPS61255425A (en) | Keyboard inputting device | |
| JPH0423025A (en) | Keyboard input device | |
| JPH02178803A (en) | Pc coupling system | |
| JPH01273470A (en) | Input system for station data | |
| JPH05216822A (en) | Command input system in computer | |
| JPS60262257A (en) | Input and output controller |