JP2848172B2 - I / O controller - Google Patents

I / O controller

Info

Publication number
JP2848172B2
JP2848172B2 JP4339196A JP33919692A JP2848172B2 JP 2848172 B2 JP2848172 B2 JP 2848172B2 JP 4339196 A JP4339196 A JP 4339196A JP 33919692 A JP33919692 A JP 33919692A JP 2848172 B2 JP2848172 B2 JP 2848172B2
Authority
JP
Japan
Prior art keywords
input
data
screen
terminal
application software
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
JP4339196A
Other languages
Japanese (ja)
Other versions
JPH06187280A (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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor Co 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 Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP4339196A priority Critical patent/JP2848172B2/en
Publication of JPH06187280A publication Critical patent/JPH06187280A/en
Application granted granted Critical
Publication of JP2848172B2 publication Critical patent/JP2848172B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、入出力制御装置に関
し、特に、工場や事務所内における情報や作業工程等を
総合的に管理、運営するための情報処理装置に用いられ
る入出力制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an input / output control device, and more particularly to an input / output control device used for an information processing device for comprehensively managing and operating information and work processes in a factory or office. .

【0002】[0002]

【従来の技術】FAやOA等、工場や事務所内における
情報や作業工程等を高度に自動化し、総合的に管理運営
するための装置を構築する上で、コンピュータ端末や作
業ロボット等において、そのメーカーやコンピュータ上
のOS等にとらわれずに自由にFAやOAのシステムを
組むことができるいわゆるマルチベンダー環境がユーザ
ーサイドから求められている。
2. Description of the Related Art Computer terminals, work robots, and the like are required to construct devices for highly automated information and work processes in factories and offices, such as FAs and OAs, and for comprehensively managing and operating them. There is a demand from the user side for a so-called multi-vendor environment in which an FA or OA system can be freely set up regardless of a manufacturer or an OS on a computer.

【0003】このような異機種間(または異なるOS)
でのプログラムやデータの相互利用が可能なマルチベン
ダー対応の情報処理装置を開発するに当たっての問題点
の一つに、アプリケーションソフトとキーボードやディ
スプレイなどの端末との間で入出力の制御を行なうイン
ターフェース方式の違いがある。
[0003] Such heterogeneous (or different OS)
One of the problems in developing a multi-vendor compatible information processing device that can mutually use programs and data on the Internet is an interface that controls input and output between application software and terminals such as a keyboard and display. There is a difference in the method.

【0004】このインターフェース方式には、大きく分
けると、画面ドライバ方式とターミナル方式の2つの方
式がある。画面ドライバ方式では、図4に示すように、
アプリケーションソフト14が起動されることにより発
生する入出力データは、一旦データベース13に蓄えら
れ、端末からの入力が必要な場合は、画面ドライバ11
を通じて行われる。画面ドライバ方式を用いているアプ
リケーションソフトの場合、画面ドライバは、通常、処
理装置内在り、一般的にはGUI(グラフィックユーザ
ーインターフェース)と呼ばれている。この画面ドライ
バ11は、画面データベース12のデータに基づき画面
上に表示されているキャラクタを端末10からのキー入
力により変化したことで、そのキー入力によって変化し
た部分がアプリケーションソフト14が要求している入
力である場合には、画面上の変化したキャラクタを入力
データに変換して、データベース13へ送るものであ
る。これによって、アプリケーションソフト14は入力
データをデータベース13を介して得るものである。
The interface system is roughly classified into a screen driver system and a terminal system. In the screen driver method, as shown in FIG.
Input / output data generated when the application software 14 is started is temporarily stored in the database 13, and when input from a terminal is required, the screen driver 11
Done through. In the case of application software using the screen driver method, the screen driver is usually provided in the processing device, and is generally called a GUI (graphic user interface). In the screen driver 11, the character displayed on the screen is changed by a key input from the terminal 10 based on the data in the screen database 12, and the application software 14 requests a portion changed by the key input. In the case of input, the changed character on the screen is converted into input data and sent to the database 13. Thus, the application software 14 obtains the input data via the database 13.

【0005】一方、ターミナル方式では、図5に示すよ
うに、アプリケーションソフト20自体が端末とのイン
ターフェース機能21を持ち、端末10からの入力があ
る場合には、このインターフェース機能21によって直
接アプリケーションソフト20に指示が入力されるもの
である。
On the other hand, in the terminal system, as shown in FIG. 5, the application software 20 itself has an interface function 21 with the terminal. Is input.

【0006】このようなアプリケーションソフトと端末
のインターフェースの違いは、アプリケーションソフト
がOSによって供給される関数等が一致することにより
互換性があって、処理自体は、機種が異なっても基本的
に可能な場合でも、このインターフェースが異なること
により入力操作を行なうことができないため、実際には
完全な互換性があるとはいえず、マルチベンダー環境に
対応したものとならない。すなわち、例えば、画面ドラ
イバ方式でGUIを持つ処理装置上で、ターミナル方式
のアプリケーションソフトを走らせるような場合には、
アプリケーションソフトのインターフェース機能部分の
修正変更が必要となるといった問題がある。
The difference between the interface between the application software and the terminal is that the application software is compatible because the functions and the like supplied by the OS match, and the processing itself is basically possible even if the model is different. Even in such a case, since the input operation cannot be performed due to the difference in the interface, it cannot be said that it is actually completely compatible and does not support a multi-vendor environment. That is, for example, when running terminal-type application software on a processing device having a GUI in a screen driver method,
There is a problem that the interface function of the application software needs to be modified and changed.

【0007】[0007]

【発明が解決しようとする課題】そこで、本発明の目的
は、アプリケーションソフトと入出力端末との間でデー
タの受渡しを行なう入出力制御方式が異なるアプリケー
ションソフトを用いた場合でも、端末を共有して使うこ
とのできる入出力制御装置を提供することにある。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to share a terminal even when application software having different input / output control systems for transferring data between the application software and the input / output terminal is used. It is an object of the present invention to provide an input / output control device which can be used by using.

【0008】[0008]

【課題を解決するための手段】上記諸目的は、アプリケ
ーションソフトと入出力端末との間でデータの受渡しを
行なう入出力制御装置において、データの受渡しを行な
うための入出力制御機能を持たないアプリケーションソ
フトと入出力端末との間でデータの受渡しを行なうため
の入出力制御手段と、データの受渡しを行なうための入
出力制御機能を持ったアプリケーションソフトと入出力
端末との間でデータの受渡しを行なうために前記入出力
制御手段を通さずにデータの受渡しを入出力端末との間
で行なうことができるようにデータの受渡しを切換る切
換手段を有することを特徴とする入出力制御装置により
達成される。
An object of the present invention is to provide an input / output control device for transferring data between application software and an input / output terminal, the application having no input / output control function for transferring data. Input / output control means for transferring data between the software and the input / output terminal, and transfer of data between the input / output terminal and application software having an input / output control function for transferring the data. A data input / output control device having switching means for switching data transfer so that data can be transferred to / from an input / output terminal without passing through the input / output control means. Is done.

【0009】[0009]

【作用】本発明は、データの受渡しを行なうための入出
力制御機能を持ったアプリケーションソフトと入出力端
末との間でデータの受渡しを行なうために入出力制御手
段を通さずに、データの受渡しを行なうための入出力制
御機能を持ったアプリケーションソフトと入出力端末と
の間でデータの受渡しができるようにデータの受渡しを
切換る切換手段を有することによって、入出力制御方式
であるインターフェース方式の違う複数のアプリケーシ
ョンソフトを、アプリケーションソフトの修正を行なう
ことなしに一つの端末から入出力を行なうことができる
ものである。
According to the present invention, in order to transfer data between application software having an input / output control function for transferring data and an input / output terminal, data is transferred without passing through input / output control means. Interface means, which is an input / output control method, having switching means for switching data transfer so that data can be transferred between application software having an input / output control function for performing data transfer and an input / output terminal. A plurality of different application software can be input and output from one terminal without modifying the application software.

【0010】[0010]

【実施例】以下、本発明の実施例を添付図面を参照しな
がら説明する。
Embodiments of the present invention will be described below with reference to the accompanying drawings.

【0011】図1は、本発明による入出力制御装置の一
実施例のブロック図である。なお、図示する場合には、
従来と同一の機能を有するものについては同一の付号を
付した。この入出力制御装置は、アプリケーションソフ
トA14およびアプリケーションソフトB20と端末1
0との入出力を行う画面ドライバ1、アプリケーション
ソフトA14の入出力データを蓄積するデータベース
(図中、D/Bと略記する)13、アプリケーションソ
フトB20とアプリケーションソフトB20の端末イン
ターフェース(図中、I/Fと略記する)21から入出
力ライブラリ22を介して入出力の受渡しを行なう入出
力バッファ34よりから構成され、画面ドライバ1は端
末10のディスプレイ上に表示するデータを記憶させて
おく画面データベース12、アプリケーションソフトA
14およびアプリケーションソフトB20にイベントお
よび起動命令のデータを流すデータ処理部30、インタ
ーフェース方式の切換情報を記憶しておく切換情報デー
タベース32、およびインターフェース方式の違いによ
るデータを切換えるデータ切換部31により構成され
る。ここで、アプリケーションソフトA14は、画面ド
ライバ(以下、ドライバと称する)方式に対応したアプ
リケーションソフトであり、アプリケーションソフトB
20は、アプリケーションソフト自体に端末インターフ
ェース21を持つターミナル方式に対応したアプリケー
ションソフトである。
FIG. 1 is a block diagram of an input / output control device according to an embodiment of the present invention. In the case shown,
Components having the same functions as those in the related art are given the same reference numerals. This input / output control device includes application software A14 and application software B20 and terminal 1
0, a database for storing input / output data of the application software A14 (abbreviated as D / B in the figure) 13, a terminal interface between the application software B20 and the application software B20 (I in the figure). / F) 21 and an input / output buffer 34 for passing input / output via an input / output library 22. The screen driver 1 stores a screen database for storing data to be displayed on the display of the terminal 10. 12. Application software A
14 and a data processing unit 30 for flowing data of an event and a start command to the application software B20, a switching information database 32 for storing switching information of an interface system, and a data switching unit 31 for switching data depending on the interface system. You. Here, the application software A14 is an application software compatible with a screen driver (hereinafter, referred to as a driver) method, and the application software B
Reference numeral 20 denotes application software compatible with a terminal system having a terminal interface 21 in the application software itself.

【0012】各部の機能について説明すると、まず、画
面データベース12は、アプリケーションソフトA14
が実行されることにより端末10のディスプレイ上に表
示させる画面データが記憶されているものである。画面
データは図2に示すように、表示データのほかにモード
切換えのためのキー設定やその画面が動作するモード
(ドライバモードまたはターミナルモード)のデータが
入っているもので、図2aおよび図2bはアプリケーシ
ョンソフトA14もしくは図示しない他のインターフェ
ース機能を持たないアプリケーションソフトの画面を表
示するためのデータの例であり、図2cはアプリケーシ
ョンソフトB20もしくは図示しないインターフェース
機能を持つアプリケーションソフトの画面データの一例
である。
The function of each unit will be described. First, the screen database 12 stores application software A14.
Is executed, the screen data to be displayed on the display of the terminal 10 is stored. As shown in FIG. 2, the screen data includes, in addition to the display data, key setting for mode switching and data of a mode in which the screen operates (driver mode or terminal mode). FIG. 2C is an example of data for displaying a screen of the application software A14 or another application software not having an interface function (not shown). FIG. 2C is an example of screen data of the application software B20 or application software having an interface function not shown. is there.

【0013】データ処理部30は、画面データベース1
2の画面データとその画面を端末のキー入力によりキャ
ラクタの変化が行われたときに、変化したキャラクタを
データとしてアプリケーションソフトA14にイベント
として送信し、また、端末からのアプリケーションソフ
トB20の起動命令を受けた場合にアプリケーションソ
フトB20を起動させ、さらに、画面データに含まれて
いるモード切換情報によりその画面上で必要となるモー
ド切換の処理を行なうものである。
The data processing unit 30 includes a screen database 1
When the character of the screen data and its screen is changed by the key input of the terminal, the changed character is transmitted as data to the application software A14 as an event, and a start command of the application software B20 from the terminal is transmitted. When it is received, the application software B20 is activated, and further, a mode switching process required on the screen is performed according to the mode switching information included in the screen data.

【0014】データ切換部31は、後述する切換情報に
基づき、ドライバモードとターミナルモードで、アプリ
ケーションソフトA14またはアプリケーションソフト
B20と端末10との間の入出力データの受け渡しを切
換るものである。
The data switching section 31 switches input / output data transfer between the application software A14 or the application software B20 and the terminal 10 in the driver mode and the terminal mode based on switching information described later.

【0015】切換情報データベース32は、データ処理
部からの画面データに含まれているモード情報により、
モードが切換られたときのモード状態、復帰キーの設
定、復帰画面などの情報を記憶しておくもので、記憶内
容は、例えばドライバモードからターミナルモードへの
切換が行われた際には、モード切換時のモード情報とし
ては、切換前がドライバモードで切換後はターミナルモ
ードであること、復帰キーとしてエスケープキー(ES
C)が設定され、復帰画面は切換前の画面であることな
どである。
The switching information database 32 uses the mode information included in the screen data from the data processing unit to store
Information such as the mode state when the mode is switched, the setting of the return key, and the return screen are stored. For example, when the mode is switched from the driver mode to the terminal mode, the mode is stored. The mode information at the time of switching includes the driver mode before switching and the terminal mode after switching, and the escape key (ES
C) is set, and the return screen is the screen before switching.

【0016】入出力バッファ34は、アプリケーション
ソフトB20が端末インターフェース21から出力した
端末10への表示データを入出力ライブラリ22を介し
て一旦蓄積し、また、端末からのキー入力をデータ切換
部31から受け、蓄積し、入出力ライブラリ22を介し
てアプリケーションソフト20の端末インターフェース
21へ送るものである。これは、アプリケーションソフ
ト20から見た場合には、あたかも直接端末へ入出力し
ている状態を作り出している。
The input / output buffer 34 temporarily stores display data to the terminal 10 output from the terminal interface 21 by the application software B 20 via the input / output library 22, and receives a key input from the terminal from the data switching unit 31. The data is received, stored, and sent to the terminal interface 21 of the application software 20 via the input / output library 22. This creates a state where input / output is performed directly to the terminal when viewed from the application software 20.

【0017】入出力ライブラリ22は、画面ドライバ1
がターミナルモード時に使用する入出力バッファ34に
データを書き込んだり、そこからデータを取り出したり
するライブラリ関数群のことである。アプリケーション
ソフトB20は端末の入出力に対して、一般的にこれと
は異なる関数コールをしているので、この違いを吸収す
るのが、端末I/F21と言うことになる。こうするこ
とによりアプリケーションソフトB20は、端末直結の
場合とまったく同一のコードとなる。
The input / output library 22 includes the screen driver 1
Are a group of library functions for writing data to and extracting data from the input / output buffer 34 used in the terminal mode. Since the application software B20 generally makes a different function call for input and output of the terminal, the terminal I / F 21 absorbs this difference. By doing so, the application software B20 has exactly the same code as in the case of direct connection to the terminal.

【0018】次に、この入出力制御装置の動作について
説明する。図3は動作の流れを説明するためのフローチ
ャートである。まず、動作開始時点でのモード状態に識
別が行われ(S1)、ドライバモードが検知されたなら
ば、初期表示(S2)が行われる。ここでは、図2aの
画面データによる表示が行われる。端末10のディスプ
レイへの表示は、画面データベース12から図2aの画
面データがデータ処理部30へ送られ、表示画面が画面
データに基づいて形成されて端末10のディスプレイに
表示される。
Next, the operation of the input / output control device will be described. FIG. 3 is a flowchart for explaining the flow of the operation. First, the mode state at the start of the operation is identified (S1), and if the driver mode is detected, an initial display (S2) is performed. Here, the display is performed by the screen data of FIG. 2A. 2A is sent from the screen database 12 to the data processing unit 30, and a display screen is formed based on the screen data and displayed on the display of the terminal 10.

【0019】次に、キー入力待機状態となり、キー入力
が検知(S3)されたならば、入力されたキー入力が画
面変換のためのキー入力か、通常のキー入力かの判断
(S4)が行われ、通常のキー入力の場合にはキー入力
処理(S5)が行われて端末10からのキー入力がデー
タ切換部31を介してデータ処理部30に送られて、キ
ー入力による物理データが論理データに変換され、デー
タベース13に送られる。
Next, a key input standby state is set, and if a key input is detected (S3), it is determined whether the input key input is a key input for screen conversion or a normal key input (S4). In the case of a normal key input, a key input process (S5) is performed, and a key input from the terminal 10 is sent to the data processing unit 30 via the data switching unit 31, and physical data by the key input is transmitted. The data is converted into logical data and sent to the database 13.

【0020】一方、ステップ4(S4)でのキー入力が
画面変換キーであることが検知されたならば、切換後の
次画面データの取り込み(S6)が行われ、次画面の画
面データが画面データベース12よりデータ処理部30
に送られ、ステップ2(S2)の画面表示同様にして端
末10のディスプレイに表示される。そして、切換情報
がセット(S7)され、画面データに含まれるモード情
報が切換情報データベース32に送られて、モードが切
換られたときのモード状態、復帰キーの設定、復帰画面
などの情報として、ドライバモードからターミナルモー
ドへの切換が行われた際には、モード切換時のモード情
報としては、切換前がドライバモードで切換後はターミ
ナルモードであること、復帰キーとしてエスケープキー
(ESC)が設定され、復帰画面は切換前の画面である
ことが記憶される。
On the other hand, if it is detected that the key input in step 4 (S4) is a screen conversion key, the next screen data after switching is taken in (S6), and the screen data of the next screen is displayed. Data processing unit 30 from database 12
And displayed on the display of the terminal 10 in the same manner as the screen display in step 2 (S2). Then, the switching information is set (S7), the mode information included in the screen data is sent to the switching information database 32, and the information on the mode state when the mode is switched, the setting of the return key, the return screen, etc. When the mode is switched from the driver mode to the terminal mode, the mode information at the time of the mode switching includes that the mode is the driver mode before the switching and the terminal mode after the switching, and the escape key (ESC) is set as the return key. Then, it is stored that the return screen is the screen before the switching.

【0021】画面切換のキー入力は、あらかじめ設置し
ておき、図2aの画面データの場合には、「1」が入力
されると画面Bに切換わり、「2」が入力されると画面
Cに切換わるものである。
The screen switching key input is set in advance, and in the case of the screen data shown in FIG. 2A, the screen is switched to the screen B when "1" is input, and is switched to the screen C when "2" is input. Is switched to.

【0022】画面切換が行われると再びステップ1(S
1)へ戻り、モードの識別が行われ、ステップ4(S
4)での画面変更として、画面Cへの変更が入力された
場合には、画面がターミナルモードに切換わっているた
め、ターミナルモードであることが検知され、アプリケ
ーションソフト20の処理を実行するためのプロセスが
起動される(S10)。
When the screen is switched, step 1 (S
Returning to 1), the mode is identified, and step 4 (S
When the change to the screen C is input as the screen change in 4), the screen has been switched to the terminal mode, so that the terminal mode is detected and the processing of the application software 20 is executed. Is started (S10).

【0023】アプリケーションソフト20のプロセスが
起動された後、出力データの有無を識別(S11)し、
出力データがある場合には、入出力バッファ34へデー
タが出力され、入出力バッファ34へ記憶された後、デ
ータ切換部31を介して端末10に出力(S12)さ
れ、端末10のディスプレイ上に表示される。
After the process of the application software 20 is started, the presence or absence of output data is identified (S11).
If there is output data, the data is output to the input / output buffer 34, stored in the input / output buffer 34, then output to the terminal 10 via the data switching unit 31 (S12), and displayed on the display of the terminal 10. Is displayed.

【0024】次に、キー入力待機状態となり、キー入力
が検知(S13)されたならば、入力されたキー入力が
画面復帰のためのキー入力か、通常のキー入力かの判断
(S14)が行われ、通常のキー入力の場合には、端末
10からのキー入力がそのまま入出力バッファ34へセ
ット(S15)され、バッファ34から入出力ライブラ
リ22を介してアプリケーションソフト20の端末イン
ターフェース21に送られる。
Next, a key input standby state is set, and if a key input is detected (S13), it is determined whether the input key input is a key input for returning to the screen or a normal key input (S14). In the case of a normal key input, the key input from the terminal 10 is set as it is in the input / output buffer 34 (S15), and transmitted from the buffer 34 to the terminal interface 21 of the application software 20 via the input / output library 22. Can be

【0025】一方、ステップ14(S14)でのキー入
力が画面復帰キーであることが検知されたならば、切換
後の次画面データの取り込み(S17)が行われる。次
画面の画面データは切換情報データベースにある復帰画
面の情報に基づいて成され、画面データベース12より
データ処理部30に送られ、ステップ2(S2)の画面
表示同様にして端末10のディスプレイに表示される。
そして、切換情報がステップ7(S7)と同様にセット
(S18)される。
On the other hand, if it is detected that the key input in step 14 (S14) is the screen return key, the next screen data after switching is taken in (S17). The screen data of the next screen is generated based on the information of the return screen in the switching information database, sent from the screen database 12 to the data processing unit 30, and displayed on the display of the terminal 10 in the same manner as the screen display of step 2 (S2). Is done.
Then, the switching information is set (S18) as in step 7 (S7).

【0026】[0026]

【発明の効果】以上説明したように、本発明の入出力制
御装置は、画面ドライバ方式に対応したアプリケーショ
ンソフトと入出力端末との間およびターミナル方式に対
応したアプリケーションソフトと入出力端末との間で各
々データの受渡しができるようにデータの受渡しを切換
る切換手段を有することとしたので、一つの端末から、
異なるインターフェース方式に準拠したアプリケーショ
ンソフトとの入出力を行うことが可能となり、メーカー
やコンピュータ上のOS等にとらわれず、自由にFAや
OAのシステムを組むマルチベンダー環境が達成でき
る。
As described above, the input / output control device of the present invention is provided between the application software compatible with the screen driver system and the input / output terminal and between the application software compatible with the terminal system and the input / output terminal. In order to have a switching means for switching the delivery of data so that each of the data can be delivered, from one terminal,
Input and output with application software conforming to different interface methods can be performed, and a multi-vendor environment in which a system of FA and OA can be freely configured can be achieved irrespective of a maker or an OS on a computer.

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

【図1】 本発明による入出力制御装置を説明するため
のブロック図である。
FIG. 1 is a block diagram illustrating an input / output control device according to the present invention.

【図2】 本発明による入出力制御装置に用いられる画
面データを説明するための図面である。
FIG. 2 is a view for explaining screen data used in the input / output control device according to the present invention.

【図3】 本発明による入出力制御装置の動作を説明す
るためのフローチャート図である。
FIG. 3 is a flowchart for explaining the operation of the input / output control device according to the present invention.

【図4】 従来の画面ドライバ方式を説明するためのブ
ロック図である。
FIG. 4 is a block diagram for explaining a conventional screen driver method.

【図5】 従来のターミナル方式を説明するためのブロ
ック図である。
FIG. 5 is a block diagram for explaining a conventional terminal method.

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

10…端末、 11…画
面ドライバ、12…画面データベース(D/B)、
13…データベース(D/B)、14,20…アプ
リケーションソフト、 22…入出力ライブラリ、
30…データ処理部、 31…デ
ータ切換部、32…切換情報。
10 terminal, 11 screen driver, 12 screen database (D / B),
13: database (D / B), 14, 20: application software, 22: input / output library,
30: Data processing unit, 31: Data switching unit, 32: Switching information.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 アプリケーションソフトと入出力端末と
の間でデータの受渡しを行なう入出力制御装置におい
て、 データの受渡しを行なうための入出力制御機能を持たな
いアプリケーションソフトと入出力端末との間でデータ
の受渡しを行なうための入出力制御手段と、 データの受渡しを行なうための入出力制御機能を持った
アプリケーションソフトと入出力端末との間でデータの
受渡しを行なうために前記入出力制御手段を通さずにデ
ータの受渡しを入出力端末との間で行なうことができる
ようにデータの受渡しを切換る切換手段を有することを
特徴とする入出力制御装置。
1. An input / output control device for transferring data between application software and an input / output terminal, comprising: an input / output terminal for transmitting / receiving data between the application software and the input / output terminal having no input / output control function for transferring data; Input / output control means for transferring data; and input / output control means for transferring data between an application software having an input / output control function for transferring data and an input / output terminal. An input / output control device comprising switching means for switching data transfer so that data transfer can be performed with an input / output terminal without passing the data.
JP4339196A 1992-12-18 1992-12-18 I / O controller Expired - Lifetime JP2848172B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4339196A JP2848172B2 (en) 1992-12-18 1992-12-18 I / O controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4339196A JP2848172B2 (en) 1992-12-18 1992-12-18 I / O controller

Publications (2)

Publication Number Publication Date
JPH06187280A JPH06187280A (en) 1994-07-08
JP2848172B2 true JP2848172B2 (en) 1999-01-20

Family

ID=18325151

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4339196A Expired - Lifetime JP2848172B2 (en) 1992-12-18 1992-12-18 I / O controller

Country Status (1)

Country Link
JP (1) JP2848172B2 (en)

Also Published As

Publication number Publication date
JPH06187280A (en) 1994-07-08

Similar Documents

Publication Publication Date Title
US6928543B2 (en) System for real-time adaptation to changes in display configuration
US6327653B1 (en) Technique for easily changing operating systems of a digital computer system using at least two pushbuttons
US7502919B2 (en) Method for selecting local or remote keyboard control in legacy USB mode within predetermined time
JP3814535B2 (en) Input device
EP1054322A2 (en) Computer system with multiple operating system operation
JPH07117931B2 (en) Computer network
US5511194A (en) Processing system and processing method capable of dynamically replacing job environment
JP2848172B2 (en) I / O controller
US6374284B1 (en) Information processing method and apparatus and a storage medium
US5555361A (en) Multiprocess input system with suppressed amount of communication between processes
US5925096A (en) Method and apparatus for localized preemption in an otherwise synchronous, non-preemptive computing environment
US5867671A (en) Virtual device for performing an operation in response to a SCSI command different than the operation of a SCSI device responding to the SCSI command
JP2642082B2 (en) Starting the communication program
JP2878201B2 (en) Printer device
JP2000057081A (en) Information processor
JPH05225083A (en) Terminal storage system for display object
JPH05257581A (en) Keyboard controller and its control system
JPH0793126A (en) Data display system and data display control method
US20060184588A1 (en) Information processing apparatus, method, and program for executing retrieval processing
JPH07319833A (en) Remote command system
JPH06231064A (en) Computer system
JPH08221287A (en) System changeover controlling method
JPH05216746A (en) Information processing system
JPH0784924A (en) Method for downloading data of network system
JPH0588919A (en) Data processing method for host computer