JPS63296156A - Input/output port control system - Google Patents

Input/output port control system

Info

Publication number
JPS63296156A
JPS63296156A JP13210187A JP13210187A JPS63296156A JP S63296156 A JPS63296156 A JP S63296156A JP 13210187 A JP13210187 A JP 13210187A JP 13210187 A JP13210187 A JP 13210187A JP S63296156 A JPS63296156 A JP S63296156A
Authority
JP
Japan
Prior art keywords
data
port
extension port
buffer
driver 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.)
Pending
Application number
JP13210187A
Other languages
Japanese (ja)
Inventor
Yukari Kato
ゆかり 加藤
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP13210187A priority Critical patent/JPS63296156A/en
Publication of JPS63296156A publication Critical patent/JPS63296156A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer

Abstract

PURPOSE:To make the modification of driver software due to the change of an extension port unnecessary, by providing an access means which makes access to plural ports equivalently. CONSTITUTION:When interruption is applied on the extension port, I/O driver software 301 senses an extension port (1)31 side first, and decides the arrival of data, and stores the data in an I/O buffer for the extension port (1)31 if the data arrives. After the above processing being completed, the 301 senses an extension port (2)32 side, and stores the data in an I/O buffer for the extension port (2)32 if the data exists. Thus, the extension port is sensed alternately until no more data exists, and a state is shifted to an interruption waiting state. Similarly, an I/O buffer for a reference port 30 is prepared for the reference port 30, and a data read request from interface software 300 is delivered from the I/O buffer. In such a way, it is possible to control the data from plural ports with one driver software.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は入出力ポート制御方式に関し、特に複数の標準
インタフェースを持つ入出力ポートをアクセスするため
の入出力ポート制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an input/output port control method, and particularly to an input/output port control method for accessing an input/output port having a plurality of standard interfaces.

〔従来の技術〕[Conventional technology]

従来、標準インタフェースを複数個利用して装置間でデ
ータ通信を行う場合、各装置上には標準インタフェース
で接続された入出力(以下工10)ポートをアクセスす
るためのI10ドライバソフトをその装置上で動作する
オペレーティングシステム(以下O8)に組み込んで用
意している。
Conventionally, when data communication is performed between devices using multiple standard interfaces, I10 driver software is installed on each device to access the input/output (hereinafter referred to as step 10) port connected by the standard interface. It is prepared by being built into the operating system (hereinafter referred to as O8) that runs on .

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のI10ポート制御方式は、例えばパーソ
ナルコンピュータのように標準装備で標準インタフェー
スが1つのみの装置では拡張ボードが必要となり、その
拡張ボードがその装置の標準の拡張ボードでないときは
組込みのドライバソフトを改造しなければならないとい
う欠点があった。また、O8組込みのドライバソフトは
、自由に通信速度等を変更することができないため、ド
ライバソフトを利用するアプリケーションソフトの融通
性に欠けるという欠点があった。
The conventional I10 port control method described above requires an expansion board for devices that are standard equipment and have only one standard interface, such as a personal computer, and if that expansion board is not the standard expansion board for that device, a built-in The drawback was that the driver software had to be modified. Further, since the driver software built into the O8 cannot freely change the communication speed, etc., there is a drawback that application software that uses the driver software lacks flexibility.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の入出力ポート制御方式は、標準I10ポートに
加えて拡張ポートI10ポートを使用するシステムにお
いて複数のポートを等価的にアクセスするアクセス手段
を備えている。
The input/output port control method of the present invention includes access means for equivalently accessing a plurality of ports in a system that uses an expansion port I10 port in addition to a standard I10 port.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明のI10ポート制御方式の一実施例を示
すブロック図である。一般的な装置1と、この装置1と
データを送受する装置6.装置7との3者の間にあって
データを仲介するパーソナルコンピュータ3と、装Wt
1とパーソナルコンピュータ3とが接続される標準イン
タフェース2と、パーソナルコンピュータ3と装置6と
が接続される標準インタフェース4と、パーソナルコン
ピュータ3と装置7とが接続される標準インタフェース
5とで構成される。パーソナルコンピュータ3は標準イ
ンタフェース2,4.5をアクセスするインタフェース
ソフト300ならびにインタフェースソフト300から
コールされるI10ドライバソフト301を備えている
。また、標準ボー)30.拡張ポートrlJ 31.拡
張ポート’2J 32を備えている。
FIG. 1 is a block diagram showing an embodiment of the I10 port control method of the present invention. A general device 1 and a device 6 that sends and receives data to and from this device 1. A personal computer 3 that mediates data between the device 7 and the device Wt.
1 and a personal computer 3, a standard interface 4 where the personal computer 3 and the device 6 are connected, and a standard interface 5 where the personal computer 3 and the device 7 are connected. . The personal computer 3 includes interface software 300 for accessing standard interfaces 2, 4.5, and I10 driver software 301 called by the interface software 300. Also, standard baud) 30. Expansion port rlJ 31. Equipped with expansion port '2J32.

なお、標準インタフェース2,4.5はいずれもCCI
TT(国際電信電話諮問委員会)、ErA(米国電子工
業会)規格、JIS(日本工業規格)などを満足する汎
用の標準インタフェースである。
Note that standard interfaces 2 and 4.5 are both CCI
It is a general-purpose standard interface that satisfies TT (International Telegraph and Telephone Advisory Committee), ErA (Electronic Industries Association) standards, JIS (Japanese Industrial Standards), etc.

次に本実施例の動作についてI10ポート制御処理のフ
ローチャートの第2図を併用して説明する。
Next, the operation of this embodiment will be explained with reference to FIG. 2, which is a flowchart of I10 port control processing.

ここでは、I10ドライバソフト301はインタフェー
スソフト300により割込み処理を初期化されているも
のとして説明する。拡張ポートに割込みがあった場合、
I10ドライバソフト301はまず拡張ポート「1」3
1側をセ′ンスし、データが到着しているかどうか判定
し、到着していれば拡張ポートrl」31用のI10バ
ッファ(図示省略)にこのデータを格納する。その処理
が終了すると拡張ポート’2J 32側をセンスし、デ
ータがあれば拡張ポートr2」32用のI10バッファ
(図示省略)にこのデータを格納する。このようにして
データがなくなるまで拡張ポートを交互にセンスし、割
込み待ち状態へ遷移する。同様に標準ポート30に対し
ても標準ポート30用のI10バッファ(図示省略)が
存在し、インタフェースソフト300からのデータリー
ド要求はこのI10バッファからデータ渡されることに
なる。
Here, the description will be made assuming that the I10 driver software 301 has initialized interrupt processing by the interface software 300. If there is an interrupt on the expansion port,
I10 driver software 301 first connects expansion port "1" 3
1 side and determines whether data has arrived. If so, this data is stored in the I10 buffer (not shown) for the expansion port rl'31. When the processing is completed, the expansion port '2J 32 side is sensed, and if there is data, this data is stored in the I10 buffer (not shown) for the expansion port '2J' 32. In this way, the expansion ports are sensed alternately until there is no more data, and the state transitions to an interrupt wait state. Similarly, an I10 buffer (not shown) for the standard port 30 exists for the standard port 30, and data read requests from the interface software 300 are passed from this I10 buffer.

このようにして本実施例によれば1つのドライバソフト
で複数のI10ポートからのデータを制御することがで
きる。
In this way, according to this embodiment, data from a plurality of I10 ports can be controlled with one driver software.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明のI10ポート制御方式によ
れば単一のドライバソフトで複数のポートを制御でき、
またO8組込みのドライバでないため拡張ポートが変更
されてもドライバソフトの変更が容易なので、拡張ボー
ドの変更に対して融通性があるという効果がある。
As explained above, according to the I10 port control method of the present invention, multiple ports can be controlled with a single driver software.
Furthermore, since it is not a built-in driver for O8, it is easy to change the driver software even if the expansion port is changed, so there is an effect that there is flexibility when changing the expansion board.

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

第1図は本発明のI10ポート制御方式の一実施例を示
すブロック図、第2図は第1図に示す実施例におけるI
10ポート制御処理のフローチャートである。 1.6,7.・・・装置、2.4.5・・・標準インタ
フェース、3・・・パーソナルコンピュータ、30・・
・標準ポート、31.32・・・拡張ボー) rlJ 
。 ’2J 、300・・・インタフェースソフト、301
・・・I10ドライバソフト。
FIG. 1 is a block diagram showing an embodiment of the I10 port control method of the present invention, and FIG. 2 is a block diagram showing an embodiment of the I10 port control method of the present invention.
It is a flowchart of 10 port control processing. 1.6,7. ...Device, 2.4.5...Standard interface, 3...Personal computer, 30...
・Standard port, 31.32...Expansion baud) rlJ
. '2J, 300...Interface software, 301
...I10 driver software.

Claims (1)

【特許請求の範囲】[Claims] 標準入出力ポートに加えて拡張入出力ポートを使用する
システムにおいて複数のポートを等価的にアクセスする
アクセス手段を有することを特徴とする入出力ポート制
御方式。
An input/output port control method characterized by having access means for equivalently accessing a plurality of ports in a system that uses extended input/output ports in addition to standard input/output ports.
JP13210187A 1987-05-27 1987-05-27 Input/output port control system Pending JPS63296156A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13210187A JPS63296156A (en) 1987-05-27 1987-05-27 Input/output port control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13210187A JPS63296156A (en) 1987-05-27 1987-05-27 Input/output port control system

Publications (1)

Publication Number Publication Date
JPS63296156A true JPS63296156A (en) 1988-12-02

Family

ID=15073485

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13210187A Pending JPS63296156A (en) 1987-05-27 1987-05-27 Input/output port control system

Country Status (1)

Country Link
JP (1) JPS63296156A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4592242B2 (en) * 1999-10-05 2010-12-01 富士通フロンテック株式会社 Server / client system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4592242B2 (en) * 1999-10-05 2010-12-01 富士通フロンテック株式会社 Server / client system

Similar Documents

Publication Publication Date Title
JPH04318654A (en) Redirection system for interruption to microprocessor
JPS63296156A (en) Input/output port control system
CN1181441C (en) Direct access controller system of storage
JP2000155738A (en) Data processor
JPS615361A (en) Communication interface circuit
JP3399776B2 (en) Computer and method for transferring peripheral device control data in computer
JPH01291343A (en) Memory managing device
KR100252084B1 (en) Method for writing/reading data and data access apparatus in multi-process system
JPH02299055A (en) Information transfer system between multi-bus constitution devices
JPH03290750A (en) Dma transfer method
JPH09186836A (en) Digital copying machine
JPH02108150A (en) Parallel decentralized processor of computer
JPH0512221A (en) Data exchange speeding up system between multi cpu
JPS62297960A (en) Data transfer system
JPS60123953A (en) Controlling system of channel changeover
JPH10320352A (en) Bus master transfer system
JPH02222058A (en) Multiprocessor system
JPH04336649A (en) Data reception control circuit
JPS634363A (en) Multi-cpu device
JPS6215638A (en) Process control method in svc routine
JPH04274546A (en) Cycle steal control system
JP2000035939A (en) Intelligent type pc add-in board
JPH04137061A (en) Data transmission control circuit
JPH04205365A (en) Data communication equipment
JPH04336639A (en) Data writing method