JPS63239516A - Emulation method for plural input device - Google Patents
Emulation method for plural input deviceInfo
- Publication number
- JPS63239516A JPS63239516A JP62071453A JP7145387A JPS63239516A JP S63239516 A JPS63239516 A JP S63239516A JP 62071453 A JP62071453 A JP 62071453A JP 7145387 A JP7145387 A JP 7145387A JP S63239516 A JPS63239516 A JP S63239516A
- Authority
- JP
- Japan
- Prior art keywords
- keyboard
- code
- input
- board
- input device
- 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
- 238000000034 method Methods 0.000 title claims description 33
- 238000006467 substitution reaction Methods 0.000 claims description 2
- 230000000994 depressogenic effect Effects 0.000 abstract 1
- 238000002360 preparation method Methods 0.000 abstract 1
- 238000006243 chemical reaction Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- FFBHFFJDDLITSX-UHFFFAOYSA-N benzyl N-[2-hydroxy-4-(3-oxomorpholin-4-yl)phenyl]carbamate Chemical compound OC1=C(NC(=O)OCC2=CC=CC=C2)C=CC(=C1)N1CCOCC1=O FFBHFFJDDLITSX-UHFFFAOYSA-N 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
Landscapes
- Input From Keyboards Or The Like (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はパーソナルコンピュータの入力方法に係り、特
に1台のパーソナルコンピュータに複数の入力装置を接
続しである任意の入力装置に他の任意の入力装置の代用
を可能とするに好適な複数入力装置エミュレーション方
法に関する。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to an input method for a personal computer, and in particular, a plurality of input devices are connected to one personal computer, and any input device is connected to any other input device. The present invention relates to a multiple input device emulation method suitable for enabling substitution of input devices.
従来のパーソナルコンピュータの入力方法を第4図(a
)、(b)の標準的なキーボード処理フロー図により説
明する。キーボード処理は第4図(a)の割込み処理ル
ーチンと第4図(b)のA。The conventional input method for personal computers is shown in Figure 4 (a).
), (b) will be explained using standard keyboard processing flow diagrams. The keyboard processing is the interrupt processing routine in FIG. 4(a) and A in FIG. 4(b).
P、(アプリケーションプログラム)呼出しルーチンと
に大きく2分される。第4図(a)の割込み処理ルーチ
ンではキーボードのキーが入力されるとスキャンコード
を読み出しく処理4o)、そのスキャンコードをそのキ
ーボード専用のキーコードに変換しく処理41)、その
キーコードを専用のキーボードバッファに格納する(処
理42)。It is roughly divided into two parts: P and (application program) calling routine. In the interrupt processing routine shown in FIG. 4(a), when a key on the keyboard is input, the scan code is read out (4o), the scan code is converted into a key code exclusively for that keyboard (41), and the key code is dedicated to the keyboard. (processing 42).
第4図(b)のA、P、呼出しルーチンではキーコード
読出しかいなかを判断しく処理43)、キーコード読出
しであれば割込み処理で格納した(処理42)キーコー
ドを専用のキーボードバッファから読み出しく処理44
)、またキーコード読出しでなければ専用のキーボード
バッファ内のキーコードの有/無のチェックを行なうべ
くキーコード有り情報を設定しく処理45)、専用のキ
ーボードバッファにキーコード有りかいなかを判断して
(処理46)、キーコード有りであれば処理を終えキー
コード有りでなければキーコード無し情報を設定して処
理を終える(処理47)。In the A and P call routines in FIG. 4(b), it is determined whether the key code is being read or not (process 43), and if it is a key code reading, the key code stored in the interrupt process (process 42) is read from the dedicated keyboard buffer. Processing 44
), and if the key code is not read, the key code presence information is set to check the presence/absence of the key code in the dedicated keyboard buffer (45), and it is determined whether there is a key code in the dedicated keyboard buffer. (Process 46), and if there is a key code, the process ends; if there is no key code, information on the absence of a key code is set and the process ends (Process 47).
この従来の標準的なキーボードの割込み処理では、スキ
ャンコードを読み出しく処理40)、スキャンコードを
キーコードに変換すると(処理41)、必ずそれ自身の
キーボードバッファに格納しているため(処理30)、
1台のパーソナルコンピュータに複数のキーボードが接
続されていても1つのキーボードが故障等で使用不可と
なった場合に他のキーボードで代用することができない
ので交換するしかなかった。In this conventional standard keyboard interrupt processing, when the scan code is read (process 40) and converted into a key code (process 41), it is always stored in its own keyboard buffer (process 30). ,
Even if a plurality of keyboards are connected to one personal computer, if one keyboard becomes unusable due to a failure or the like, it cannot be replaced with another keyboard, so the only option is to replace it.
上記従来技術は1台のパーソナルコンピュータに複数の
入力装置を接続しである入力装置に他の入力装置の代用
を可能にする点について配慮されておらず、たとえば2
つの入力装置llと入力装置2を接続して入力装置1で
入力装置2!2の代用を図るものとすると、入力装置1
からの入力情報を入、力装置2用の入力情報に対応させ
て変換したのち入力装置2用の入力情報退避エリアにセ
ーブする必要があり、また入力装置2から入力があった
場合には入力情報の混在を避けるため上記と逆の処理を
行なうか入力情報を捨てるかの処理を行なわなければな
らないのに対して、従来は入力情報の読出し部と入力情
報退避エリアとを切り離すことができなかったため1つ
の入力装置が故障等を使用不可となると同一製品と交換
するしかないという問題があった。The above-mentioned conventional technology does not take into account the fact that a plurality of input devices can be connected to one personal computer and one input device can be used as a substitute for another input device.
If two input devices 1 and 2 are connected, and input device 1 is intended to substitute for input device 2!2, input device 1
It is necessary to input the input information from input device 2, convert it to correspond to the input information for input device 2, and then save it in the input information save area for input device 2. Also, if there is input from input device 2, the input information In order to avoid mixing of information, it is necessary to either perform the opposite process to the above or discard the input information, whereas in the past, the input information reading section and the input information save area could not be separated. Therefore, if one input device becomes unusable due to a failure or the like, there is a problem in that the only option is to replace it with the same product.
本発明の目的は、パーソナルコンピュータの入力情報の
読出し部と入力情報退避エリアとを切り離して他の入力
装置のそれらを組み合わせることにより入力装置の代用
を可能とする複数入力装置エミュレーション方法を提供
するにある。SUMMARY OF THE INVENTION An object of the present invention is to provide a multi-input device emulation method that makes it possible to substitute an input device by separating the input information reading section and input information save area of a personal computer and combining them with other input devices. be.
上記目的は、たとえば1台のパーソナルコンピュータに
2つのキーボード1,2を接続してキーボード1でキー
ボード2の代用を図るものとすると、第1図のキーボー
ド1用割込み処理フローに例示するように、あらかじめ
キーボード1,2のスキャンコード対応表を用意してキ
ーボード1,2変換モードに設定しておき、まずキーボ
ード1のあるキーが入力されるとキーボード1用割込み
処理ルーチンに制御が移ってキートップに対、応した物
理的コード(スキャンコード)を読み出し、ついで。The above purpose is achieved by, for example, assuming that two keyboards 1 and 2 are connected to one personal computer and keyboard 1 is used in place of keyboard 2, as illustrated in the interrupt processing flow for keyboard 1 in FIG. Prepare a scan code correspondence table for keyboards 1 and 2 in advance and set the keyboard 1 and 2 conversion mode.When a key on keyboard 1 is input, control is transferred to the keyboard 1 interrupt processing routine and the key top is input. Then, read out the corresponding physical code (scan code).
キーボード1,2交換モードに設定しであるのでスキャ
ンコード対応表を用いてキーボード2用スキヤンコード
に変換し、あとはキーボード2用割込み処理を同様にキ
ーボード2用キーコードに変換してキーボード2用バツ
フアに格納することにより、その後にA、P、が従来通
りのキーボード2用A、P、呼出しルーチンを呼び出せ
ばキーボード2用キーコードがA、P、に渡るようにし
た複数入力装置エミュレーション方法により達成される
。Since the keyboard 1 and 2 exchange mode is set, convert it to the scan code for keyboard 2 using the scan code correspondence table, and then convert the interrupt processing for keyboard 2 to the key code for keyboard 2 in the same way. By storing the key code in the buffer, if A, P then calls the conventional A, P, calling routine for keyboard 2, the key code for keyboard 2 will be passed to A, P. achieved.
上記の複数入力装置エミュレーション方法では。 In the multiple input device emulation method described above.
たとえばキーボード1,2交換モードでキーボード1か
ら入力があった場合にはキーボード2用バツフアに格納
することによりキーボード1からの入力をキーボード2
からの入力とみせるのを狙いとしていて、これはスキャ
ンコード請出し部とキーコードのバッファストア部とを
切り離して考えて他のキーボードのそれらと組合わせる
ことにより可能となり、また必ず1対1の組合わせとす
ることにより複数キーボードのキーコードが1つのキー
ボードバッファに混在するという不具合も生じることな
く、これにより1つのキーボードが2つのキーボードの
役目を兼ねることが可能となり、また片方のキーボード
が故障した場合にも他方のキーボードで代用が可能とな
る。For example, if there is an input from keyboard 1 in keyboard 1, 2 exchange mode, the input from keyboard 1 is transferred to keyboard 2 by storing it in the keyboard 2 buffer.
This is possible by separating the scan code fetching section and the key code buffer store section and combining them with those of other keyboards, and also ensuring that there is a one-to-one correspondence between them. This combination eliminates the problem of key codes from multiple keyboards being mixed in one keyboard buffer, allowing one keyboard to serve as two keyboards, and also preventing one keyboard from malfunctioning. In this case, you can use the other keyboard instead.
以下に本発明の一実施例を第1図ないし第3図により説
明する。An embodiment of the present invention will be described below with reference to FIGS. 1 to 3.
まず第3図は本発明による複数入力装置エミュレーショ
ン方法の一実施例を示すパーソナルコンピュータの外観
斜視図である。第3図において、パーソナルコンピュー
タは入出力装置と記憶装置と表示装置と制御装置より成
り、1はキーボード1,2はキーボード2,3はフロッ
ピーディスクドライバ、4はCRTである。ここでバー
ツルコンピュータに2つのキーボード1とキーボード2
を接続し、キーボード1でキーボード2を代用するとと
もに、キーボード2でキーボード1を代用するものとす
る。First, FIG. 3 is an external perspective view of a personal computer showing an embodiment of the multiple input device emulation method according to the present invention. In FIG. 3, a personal computer consists of an input/output device, a storage device, a display device, and a control device, 1 is a keyboard 1, 2 is a keyboard 2, 3 is a floppy disk driver, and 4 is a CRT. Here, there are two keyboards 1 and 2 on the computer.
It is assumed that keyboard 1 is used in place of keyboard 2, and keyboard 2 is used in place of keyboard 1.
つぎに第1図は本発明による複数入力装置エミュレーシ
ョン方法の一実施例を示すキーボード1用割込み処理フ
ロー図である。ここでキーボード1とキーボード2は機
能は異なるがキートップの数は同じものとする。まずキ
ーボード1,2のスキャンコード対応表を用意し、つぎ
にキーボード1−.2交換モードに設定しておく (コ
マンドを設は実行しておく)。そしてキーボード1のス
キャンコード(キートップ)Aとキーボード2のスキャ
ンコード(キートップ)Bとが対応するものとす、る。Next, FIG. 1 is a flowchart of interrupt processing for the keyboard 1 showing an embodiment of the multiple input device emulation method according to the present invention. Here, keyboard 1 and keyboard 2 have different functions but have the same number of key tops. First, prepare a scan code correspondence table for keyboards 1 and 2, then keyboard 1-. 2 Set to exchange mode (set and execute the command). It is assumed that the scan code (key top) A of the keyboard 1 corresponds to the scan code (key top) B of the keyboard 2.
いまキーボード1のキートップAを押したとすると、キ
ーボード1用割込み処理ルーチンが働き。If you now press key top A on keyboard 1, the interrupt handling routine for keyboard 1 will work.
キーボード土用スキャンコードAを読み出す(処理10
)。Read keyboard Doyo scan code A (process 10
).
ついでキーボード1.2交換モードかいなかを判断しく
処理11)、キーボード1,2交換モードに設定しであ
るので、上記のスキャンコード対応表を用いてキーボー
ド1用スキヤンコードAをキーボード2用スキヤンコー
ドBに変換する(処理12)。つぎにキーボード2用ス
キヤンコードBをキーボード2用キーコードに変換しく
処理13)、そしてキーボード2用キーコードをキーボ
ード2用バツフアに格納する(処理14)。上記処理1
0〜14はキーボード1割込み処理用キーボード1.2
コ一ド変換部をなす。その後にA、P、がキーボード2
用A、P、呼出しルーチンを呼び出すと、A、P、呼出
しルーチンは第4図(b)の従来通りとするので、上記
の割込み処理で格納したキーボード2用のキーコードを
キーボード2用バツフアから読み出すため、キーボード
1のキートップAとキーボード2のキートップBを入力
するのは同じ結果をうることになる。なおキーボード1
,2変換モードに設定しておかない場合には第4図(a
)の従来通りとするので、キーボード1用スキヤンコー
ドAをキーボード1用キーコードに変換しく処理15)
、そのキーボード1用キーコードをキーボード1用バツ
フアに格納する。Next, process 11) to determine whether the keyboard 1 and 2 exchange mode is set. Since the keyboard 1 and 2 exchange mode is set, use the scan code correspondence table above to change the scan code A for keyboard 1 to the scan code for keyboard 2. Convert to B (process 12). Next, the scan code B for keyboard 2 is converted into a key code for keyboard 2 (process 13), and the key code for keyboard 2 is stored in the buffer for keyboard 2 (process 14). Above process 1
0 to 14 are keyboard 1 and 2 for keyboard 1 interrupt processing.
Forms the code converter. After that, A, P, are keyboard 2
When the A, P, calling routine is called, the A, P, calling routine is the same as the conventional one shown in Figure 4(b), so the key code for keyboard 2 stored in the above interrupt processing is transferred from the keyboard 2 buffer. For reading, inputting key top A on keyboard 1 and key top B on keyboard 2 will yield the same result. Furthermore, keyboard 1
, 2 If the conversion mode is not set, the
), so convert the scan code A for keyboard 1 to the key code for keyboard 1 15)
, the key code for keyboard 1 is stored in the buffer for keyboard 1.
また第2図は本発明による複数入力装置エミュレーショ
ン方法の一実施例を示すキーボード2用割込み処理フロ
ー図である。いまキーボード2のキートップBを押した
とすると、上記と全く同様にしてキーボード2用スキヤ
ンコードBを読み出しく処理20)、キーボード1,2
変換モードに設定しであるので(処理21)、キーボー
ド2用スキヤンコードBをキーボード〕用人キャンコー
ドAに変換しく処理23)、ついでキーボード1用スキ
ヤンコードAをキーボード1用キーコードに変換して(
処理23)、そのキーボード1用キーコードをキーボー
ド1用バツフアに格納する(処理24)。上記処理20
〜24はキーボード2割込み処理用キーボード2,1コ
一ド変換部をなす。Further, FIG. 2 is a flowchart of interrupt processing for the keyboard 2 showing an embodiment of the multiple input device emulation method according to the present invention. If we now press key top B of keyboard 2, we will read out scan code B for keyboard 2 in exactly the same way as above (20), keyboards 1 and 2.
Since the conversion mode is set (process 21), convert the scan code B for keyboard 2 to the keyboard] user scan code A (process 23), and then convert the scan code A for keyboard 1 to the key code for keyboard 1. (
Process 23), and store the key code for keyboard 1 in the buffer for keyboard 1 (process 24). Above process 20
24 constitute a keyboard 2, 1 code converter for keyboard 2 interrupt processing.
その後にA、P、がキーボード1用呼出しルーチンを呼
び出すと、従来通りにキートップA用のキーコードをう
ろことができる。なおキーボード1゜2変換モードに設
定しておかない場合には、従来通りキーボード2用スキ
ヤンコードBをキーボード2用キーコードに変換しく処
理25)、そのキーボード2用キーコードをキーボード
2用バツフアに格納する(処理26)。After that, when A and P call the keyboard 1 calling routine, they can retrieve the key code for key top A as before. If the keyboard 1゜2 conversion mode is not set, the scan code B for keyboard 2 will be converted to the key code for keyboard 2 as before (25), and the key code for keyboard 2 will be converted to the buffer for keyboard 2. Store (process 26).
以上のように本実施例によればキーボード1゜2変換モ
ードに設定しておくと、キーボード1用スキヤンコード
をキーボード2用キーコードに変換してキーボード2用
バツフアに格納し、またキーボード2用スキヤンコード
をキーボード1用キーコードに変換してキーボード1用
バツフアに格納するため、キーボード1,2の代用が可
能となる。As described above, according to this embodiment, when the keyboard 1°2 conversion mode is set, the scan code for keyboard 1 is converted to the key code for keyboard 2, and stored in the buffer for keyboard 2, and Since the scan code is converted into a key code for keyboard 1 and stored in the buffer for keyboard 1, keyboards 1 and 2 can be substituted.
本発明によれば、1台のパーソナルコンピュータに複数
の入力装置を接続して1つの入力装置がいくつもの入力
装置の役目を果たすことが可能となり、またある任意の
入力装置が故障等で使用不可となったときには他の任意
の入力装置で代用することが可能となる効果がある6According to the present invention, it is possible to connect a plurality of input devices to one personal computer so that one input device can serve as multiple input devices, and it is also possible for a certain arbitrary input device to become unavailable due to a malfunction or the like. When this happens, it has the effect of allowing any other input device to be substituted6.
第1図は本発明による複数入力装置エミュレーション方
法の一実施例を示すキーボード1用割込み処理フロー図
、第2図は同じくキーボード2用割込み処理フロー図、
第3図は同じくパーソナルコンピュータの外観図、第4
図(a)、(b)は従来のS準的なキーボード処理フロ
ー図である。
1・・・パーソナルコンピュータのキーボード1゜2・
・・キーボード2.3・・・フロッピーディスクドライ
バ、4・・・CRT、10〜14・・・キーボード1割
込み処理用キーボード1,2コ一ド変換部、20〜24
・・・キーボード2割込み処理用2,1コ一ド変換部、
43〜47・・・従来キーボードA、P、呼出しルーチ
ン。
$ 1 図
第 2 目
(の
IIと (理ルーナソ
4 図
(b)FIG. 1 is an interrupt processing flow diagram for keyboard 1 showing an embodiment of the multiple input device emulation method according to the present invention, and FIG. 2 is a similar interrupt processing flow diagram for keyboard 2.
Figure 3 is also an external view of the personal computer, Figure 4
Figures (a) and (b) are conventional S-type keyboard processing flow diagrams. 1...Personal computer keyboard 1゜2.
... Keyboard 2.3... Floppy disk driver, 4... CRT, 10-14... Keyboard 1, 2 code converter for keyboard 1 interrupt processing, 20-24
... 2, 1 code converter for keyboard 2 interrupt processing,
43-47: Conventional keyboard A, P, calling routine. $ 1 Figure 2 (2nd II and (Rirunaso 4) Figure (b)
Claims (1)
るパーソナルコンピュータにおいて、1台のパーソナル
コンピュータに複数の入力装置を接続し、ある任意の第
1の入力装置からの入力情報を他のある任意の第2の入
力装置用の入力情報に変換し、その変換した入力情報を
第2の入力装置用の入力情報退避エリアに退避させるこ
とにより、第1の入力装置によって第2の入力装置の代
用を可能とすることを特徴とする複数入力装置エミュレ
ーション方法。1. In a personal computer consisting of an input/output device, a storage device, a display device, and a control device, a plurality of input devices are connected to one personal computer, and input information from one arbitrary first input device is transmitted to another. By converting the input information into input information for an arbitrary second input device and saving the converted input information to the input information save area for the second input device, the first input device can input the input information of the second input device. A multiple input device emulation method characterized by enabling substitution.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP62071453A JPS63239516A (en) | 1987-03-27 | 1987-03-27 | Emulation method for plural input device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP62071453A JPS63239516A (en) | 1987-03-27 | 1987-03-27 | Emulation method for plural input device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS63239516A true JPS63239516A (en) | 1988-10-05 |
Family
ID=13461003
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP62071453A Pending JPS63239516A (en) | 1987-03-27 | 1987-03-27 | Emulation method for plural input device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS63239516A (en) |
-
1987
- 1987-03-27 JP JP62071453A patent/JPS63239516A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS63239516A (en) | Emulation method for plural input device | |
JPH04367924A (en) | Keyboard controller | |
JPS6125234A (en) | Keyboard system | |
JPH0720760Y2 (en) | Keyboard device | |
JP3182430B2 (en) | Man-machine interface device | |
JPH024030A (en) | Keyboard device | |
US20050066090A1 (en) | Method of using hotkeys to operate windowsTM calculatorTM and device of the same | |
JPS6093542A (en) | Keyboard device | |
JPH0412553Y2 (en) | ||
JPS5922128A (en) | Data input device | |
JPH06202759A (en) | Portable computer | |
JPH0194417A (en) | Code input device | |
JPH0350617A (en) | Intelligent keyboard | |
JPS6329826A (en) | Data inputting method | |
JPH05204523A (en) | Keyboard setting device | |
JPH02235127A (en) | Keyboard controller | |
JPH05241712A (en) | Data input controller | |
JPS6148066A (en) | Data converting device | |
JPS63282519A (en) | Computer system | |
JPS62214423A (en) | Document editing device | |
JPH04160619A (en) | Electronic computer | |
JPH06222865A (en) | Keyboard signal controller | |
JPS62126423A (en) | Computer | |
JPH04293113A (en) | Key scan method and keyboard device | |
JPH04306717A (en) | Feet operation key input device |