JPH01217657A - Communication processing system - Google Patents

Communication processing system

Info

Publication number
JPH01217657A
JPH01217657A JP63044891A JP4489188A JPH01217657A JP H01217657 A JPH01217657 A JP H01217657A JP 63044891 A JP63044891 A JP 63044891A JP 4489188 A JP4489188 A JP 4489188A JP H01217657 A JPH01217657 A JP H01217657A
Authority
JP
Japan
Prior art keywords
software
adapter
communication
circuit
data communication
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
JP63044891A
Other languages
Japanese (ja)
Inventor
Masako Sakamoto
坂本 匡子
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 JP63044891A priority Critical patent/JPH01217657A/en
Publication of JPH01217657A publication Critical patent/JPH01217657A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To omit the development of various types of communication software which are dependent on a circuit adapter by developing the automatic adapter detecting software and adding a function selecting a software module necessary for the communication supported by the circuit adapter. CONSTITUTION:A means is prepared to give a general-purpose communication interface to the high-order software of an application program, etc., together with a means which detects the type of the communication adapter contained in a communication circuit device of a data communication system. In addition, a selection means is added for selection of a software module necessary for the data communication supported by said adapter together with a means which sets the selected software module to a memory of an information processor in an optimum way. In other words, common protocol software 1 contains automatic adapter detecting function software 11 and the software selecting functions of adapters 1-3 respectively. Thus the operations can be shifted to plural circuit adapters via single software. Then it is not required to prepare the communication software for each adapter.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置のデータ通信システムの通信処理
方式に関し、特に回線アダプタに依存しない通信方式に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a communication processing method for a data communication system for an information processing device, and particularly to a communication method that does not depend on a line adapter.

〔従来の技術〕[Conventional technology]

従来、この種の通信処理方式は、異なった回線アダプタ
を使用する場合、それぞれの回線アダプタ別にそれぞれ
異なったソフトウェアを用意することとなっていた。
Conventionally, in this type of communication processing system, when different line adapters are used, different software has to be prepared for each line adapter.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の通信処理方式は、回線アダプタによりサ
ポートされるレイヤが異なっているので、回線アダプタ
の通信機能に必要な通信ソフトウェアを各アダプタ別に
用意しなければならないという欠点がある。
The conventional communication processing method described above has a drawback in that the layers supported by the line adapters are different, and therefore the communication software necessary for the communication function of the line adapter must be prepared separately for each adapter.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の通信処理方式は、情報処理装置のデータ通信シ
ステムにおいて、アプリケーションプログラム等の上位
ソフトに汎用通信インタフェースを提供する手段と、そ
のデータ通信システムの通信回線装置に実装されている
通信アダプタの種別を検出する手段と、そのアダプタが
サポートしているデータ通信に必要なソフトウェアモジ
ュールを選択する選択手段と、この選択手段により選択
されたソフトウェアモジュールを前記情報処理装置のメ
モリ上に最適配置する手段とを含んで構成される事を特
徴とする。
The communication processing method of the present invention provides a means for providing a general-purpose communication interface to upper-level software such as an application program in a data communication system of an information processing device, and a type of communication adapter installed in a communication line device of the data communication system. a selection means for selecting a software module necessary for data communication supported by the adapter; and means for optimally arranging the software module selected by the selection means on the memory of the information processing device. It is characterized by being composed of.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の通信処理における回線アダ
プタ別のアダプタ内サポートレイヤと、回線アダプタの
通信機能の実現に必要なソフトウェアの構成図である。
FIG. 1 is a configuration diagram of the support layer within the adapter for each line adapter in communication processing according to an embodiment of the present invention, and the software necessary to realize the communication function of the line adapter.

共通プロトコルソフトウェア1の中に、アダプタ自動検
出機能ソフトウェア11と、各アダプタ1〜3用のソフ
トウェア選択機能が含まれており、この1つのソフトウ
ェアで複数の回線アダプタへ動作を移す事が出来る。
The common protocol software 1 includes adapter automatic detection function software 11 and a software selection function for each adapter 1 to 3, and this one software can transfer operations to a plurality of line adapters.

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

以上説明したように本発明は、アダプタ自動検出ソフト
ウェアを開発し、回線アダプタがサポートしている通信
に必要なソフトウェアモジュールを選択する機能を追加
することにより、どの回線アダプタにも対応できる通信
ソフトウェアを使用できるので、回線アダプタに依存す
る多種の通信ソフトウェアを開発する必要が無くなると
いう効果がある。
As explained above, the present invention has developed communication software that can support any line adapter by developing automatic adapter detection software and adding a function to select the software module necessary for communication supported by the line adapter. This has the effect of eliminating the need to develop various types of communication software that depend on line adapters.

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

第1図は本発明の通信処理の回線アダプタ別のアダプタ
内でのサポートレイヤと、回線アダプタの通信機能実現
に必要なソフトウェアの構成図である。 1・・・共通プロトコルソフトウェア、2・・・アダプ
タ自動ソフトウェア。
FIG. 1 is a configuration diagram of support layers within each line adapter for communication processing according to the present invention and software necessary for realizing communication functions of the line adapters. 1... Common protocol software, 2... Adapter automatic software.

Claims (1)

【特許請求の範囲】[Claims]  情報処理装置のデータ通信システムにおいて、アプリ
ケーションプログラム等の上位ソフトに汎用通信インタ
フェースを提供する手段と、そのデータ通信システムの
通信回線装置に実装されている通信アダプタの種別を検
出する手段と、そのアダプタがサポートしているデータ
通信に必要なソフトウェアモジュールを選択する選択手
段と、この選択手段により選択されたソフトウェアモジ
ュールを前記情報処理装置のメモリ上に最適配置する手
段とを含んで構成される事を特徴とする通信処理方式。
In a data communication system of an information processing device, means for providing a general-purpose communication interface to upper-level software such as an application program, means for detecting the type of communication adapter installed in a communication line device of the data communication system, and the adapter. and means for optimally arranging the software modules selected by the selection means on the memory of the information processing device. Characteristic communication processing method.
JP63044891A 1988-02-26 1988-02-26 Communication processing system Pending JPH01217657A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63044891A JPH01217657A (en) 1988-02-26 1988-02-26 Communication processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63044891A JPH01217657A (en) 1988-02-26 1988-02-26 Communication processing system

Publications (1)

Publication Number Publication Date
JPH01217657A true JPH01217657A (en) 1989-08-31

Family

ID=12704104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63044891A Pending JPH01217657A (en) 1988-02-26 1988-02-26 Communication processing system

Country Status (1)

Country Link
JP (1) JPH01217657A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000033539A1 (en) * 1998-11-30 2000-06-08 Aimal Siraj Communication system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000033539A1 (en) * 1998-11-30 2000-06-08 Aimal Siraj Communication system

Similar Documents

Publication Publication Date Title
CA2208135A1 (en) Method, computer program product, and data structure for validating creation of and routing messages to file objects
CN108959199B (en) Log highlighting method and device, storage medium and android terminal
JPH0588859A (en) Compatible inspection method, system component and computer system
EP0394114B1 (en) Multifunctions coupler between a central processing unit of a computer and several peripheral devices of this computer
US7702789B2 (en) Apparatus, system, and method for reassigning a client
CN110457925A (en) Data isolation method, device, terminal and storage medium are applied in the storage of inside and outside
CN107656870A (en) Using adjustment method and device
CN106843857A (en) The method and apparatus that code library changes SDK are realized based on SRP
EP0744051B1 (en) I/o decoder map
US5708813A (en) Programmable interrupt signal router
JPH01217657A (en) Communication processing system
JPH03204749A (en) Programable connector
US6308167B1 (en) Computer system using a queuing system and method for managing a queue and heterogeneous data structures
JPS6159941A (en) Terminal control system of multi-drop connection
US20030027465A1 (en) Connection device
JPH1011271A (en) Version down inputting system
JPH05181735A (en) Method for managing storage device to be shared among plural information processors
CN117290278A (en) Chip hardware interconnection structure, chip, server and method
JPH0346852A (en) Protocol setting system
JPS63234749A (en) Message transmitting equipment
Kirsten A Short Description of the CAMAC Branch Highway
JPH0652127A (en) Identification system for processor function type
JPH0752429B2 (en) Master card master number setting method
JPS61273040A (en) Line trace system
JPS63292248A (en) Data processing system