JPS5818032B2 - Communication control device - Google Patents
Communication control deviceInfo
- Publication number
- JPS5818032B2 JPS5818032B2 JP53114544A JP11454478A JPS5818032B2 JP S5818032 B2 JPS5818032 B2 JP S5818032B2 JP 53114544 A JP53114544 A JP 53114544A JP 11454478 A JP11454478 A JP 11454478A JP S5818032 B2 JPS5818032 B2 JP S5818032B2
- Authority
- JP
- Japan
- Prior art keywords
- control unit
- sequence
- line
- unit
- section
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/10—Program control for peripheral devices
- G06F13/12—Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
- G06F13/124—Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware is a sequential transfer control unit, e.g. microprocessor, peripheral processor or state-machine
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
Description
【発明の詳細な説明】
本発明は、多数の通信回線と中央処理装置のメモリ又は
自装置のバッファメモリとの間で情報の送受信を蓄積プ
ログラム方式で制御する通信制御装置に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a communication control device that controls the transmission and reception of information between a large number of communication lines and a memory of a central processing unit or a buffer memory of the device itself using a storage program method.
従来この種の通信制御装置は、回線制御部、処理要求割
込発生部、共通制御部などから構成されている。Conventionally, this type of communication control device includes a line control section, a processing request interrupt generation section, a common control section, and the like.
この様な通信制御装置の動作は次のようなものである。The operation of such a communication control device is as follows.
例えば、発信の場合、回線制御部で送出情報を通信回線
に1ビツトづつ送出し、1キヤラクタが送出されたこと
を確認すると、処理要求割込発生部を起動上て共通制御
部に割込む。For example, in the case of a call, the line control section sends out transmission information to the communication line one bit at a time, and when it is confirmed that one character has been sent out, the processing request interrupt generation section is activated to interrupt the common control section.
共通制御部はプログラムにより送出情報を用意して当該
送出情報を回線制御部に送出する。The common control unit prepares sending information using a program and sends the sending information to the line control unit.
この様な制御方式め通信制御装置で、割込んだ時点での
共通制御部の処理において、回線制御に送出する情報に
は、中央処理装置CPUから読出してくる情報と通信制
御置内部で作成する情報(チェックサム、パディング等
)の2種類の情報がある。In a communication control device using such a control method, in the processing of the common control unit at the time of an interrupt, the information sent to the line control includes information read from the central processing unit CPU and information created within the communication control device. There are two types of information (checksum, padding, etc.).
従って共通制御部のプログラム処理において、送出情報
の選択および中央処理装置CPUからの読出し、作成処
理が必要であった。Therefore, in the program processing of the common control section, selection of transmission information, reading from the central processing unit CPU, and creation processing are necessary.
従って本発明は従来の技術の上記問題点を改善するもの
で、その目的は、通信制御装置のプログラムの負担を軽
くして通信制御装置の処理能力を拡大することにある。Therefore, the present invention is intended to improve the above-mentioned problems of the conventional technology, and its purpose is to reduce the load on the program of the communication control device and expand the processing capacity of the communication control device.
本発明の特徴は、送出キャラクタヲ中央処理装置のバッ
ファメモリから読み出して処理するシーケンスと、送出
キャラクタを通信制御装置内で作成して処理するシーケ
ンスとをもうけ、2つのシーケンスをシーケンス制御部
により切替えて共通舗御部への割込みを制御するごとき
通信制御装置にある。A feature of the present invention is that it has a sequence in which the sending character is read from the buffer memory of the central processing unit and processed, and a sequence in which the sending character is created and processed within the communication control device, and the two sequences are switched by the sequence control unit. The communication control device controls interrupts to the common control section.
以下図面によシ実施例を説明する。Embodiments will be described below with reference to the drawings.
添付図面は本発明に係る通信制御装置の一実施例の主要
部のブロック図である。The accompanying drawing is a block diagram of the main parts of an embodiment of a communication control device according to the present invention.
図において複数の通信回線L1L2・・・・・・恥は、
通信制御装置CCEを介して中央処理装置CPUに結合
される。In the diagram, there are multiple communication lines L1L2...
It is coupled to the central processing unit CPU via the communication control unit CCE.
1は回線とのデータの送受信を制御する回線制御部、2
は回線制御部で発生した処理要求に対するシーケンスを
判定するシーケンス制御部、3は中央処理装置CPUか
らデータを、読出す制御をするダイレクトメモリアクセ
スDMA制御部、4はシーケンス制御部で制御した要求
に対する割込を発生する割込発生部、5は割込みに対し
て所定の処理を施す共通制御部、6はバッファ、メモリ
である。1 is a line control unit that controls data transmission and reception with the line; 2
3 is a sequence control unit that determines the sequence for processing requests generated in the line control unit; 3 is a direct memory access DMA control unit that controls reading data from the central processing unit CPU; 4 is a sequence control unit that responds to requests controlled by the sequence control unit. An interrupt generating section 5 generates an interrupt, a common control section 5 performs predetermined processing on the interrupt, and a buffer 6 denotes a memory.
。次に各部の詳細な構
成について説明する。. Next, the detailed configuration of each part will be explained.
回線制御部1は、アセンブルバッファAB、キャラクタ
バッファCB及び回線要求判定部LR,Qから構成され
る。The line control section 1 includes an assemble buffer AB, a character buffer CB, and line request determination sections LR and Q.
シーケンス制御部2は、回線番号判定部L OK、シー
ケンス制御実行部SQO,処理実行回線レジスタELN
、外部記憶制御部EMO及び外部記憶EMから構成され
る。The sequence control unit 2 includes a line number determination unit L OK, a sequence control execution unit SQO, and a processing execution line register ELN.
, an external storage control unit EMO, and an external storage EM.
ダイレクトメモリアクセス制御部3は、ダイレクトメモ
リアクセス実行部DMAC1メモリアドレスレジスタM
AR及びデータレジスタDTRから構成される。The direct memory access control unit 3 includes a direct memory access execution unit DMAC1 memory address register M
Consists of AR and data register DTR.
割込発生部4は、割込要求受付部lNTR,,シーケン
ス状態格納部SQR,回線番号格納部INR及び割込番
地決定部IADから構成される。The interrupt generating section 4 is composed of an interrupt request accepting section INTR, a sequence state storing section SQR, a line number storing section INR, and an interrupt address determining section IAD.
共通制御部5は、処理演算PR及び主記憶部MMから構
成される。The common control section 5 is composed of a processing calculation PR and a main memory section MM.
これらの構成を第2図に示す。These configurations are shown in FIG.
回線制御部は、アセンブルバッファAB内のデータを回
線速度に同期して1ビツトづつ回線へ送出する。The line control section sends the data in the assemble buffer AB to the line one bit at a time in synchronization with the line speed.
AB内の最後のビットを送出すると、キャラクタバッフ
アOB内に予め設定しである次に送出すべきデータをA
Bへ移す。When the last bit in AB is sent, the data to be sent next, which is set in advance in the character buffer OB, is transferred to A.
Move to B.
OBは送出データをABへ移し終えると次に送出するデ
ータを、取出すために回線要求判定部LRQへデータ要
求を出す。After the OB finishes transferring the transmission data to the AB, it issues a data request to the line request determination unit LRQ in order to retrieve the next data to be transmitted.
LRQは各回線からの要求を優先度の高い順に受付け、
要求を受付けた回線番号と共にシーケンス制御部へ処理
を要求する。LRQ accepts requests from each line in order of priority,
Request processing to the sequence control unit along with the line number that accepted the request.
シーケンス制御部の回線番号判定部LOKは、受取った
回線番号と現在共通制御部で処理中の回線番号を保持し
ている処理実行回線レジスタELNの内容と比較して、
同一と判定すると競合による処理矛盾を防止するために
、シーケンス制御実行部SQOへの要求を一時保留する
。The line number determination unit LOK of the sequence control unit compares the received line number with the contents of the processing execution line register ELN that holds the line number currently being processed by the common control unit.
If it is determined that they are the same, the request to the sequence control execution unit SQO is temporarily suspended in order to prevent processing inconsistency due to conflict.
その後、共通制御部の処理が終了するか、あるいは、受
取った回線番号と共通制御部で処理実行中9回線番号が
異なると判定した時には、シーケンス制御実行部SQC
に回線番号を付けて処理を要求する。After that, when the processing of the common control unit is completed, or when it is determined that the received line number and the line number currently being processed by the common control unit are different, the sequence control execution unit SQC
Add a line number to the line and request processing.
シーケンス制御実行部SQOは、回線番号を外部記憶制
御部EMOへ渡し、外部記憶EMの該当エリアの情報の
読出しを要求する。The sequence control execution unit SQO passes the line number to the external storage control unit EMO and requests reading of information in the corresponding area of the external storage EM.
外部記憶EMは、回線毎にシーケンス状態SQ。The external memory EM has a sequence state SQ for each line.
送信データの格納されているバッファメモリアドレスM
A、送信データの送信バイト数BC1バッファメモリか
ら読出した送信データを一時的に格納しておくエリアD
ATAを有している。Buffer memory address M where transmission data is stored
A. Number of bytes of transmission data BC1 Area D for temporarily storing transmission data read from buffer memory
It has ATA.
外部記憶制御部EMCは、シーケンス制御実行部sQc
の要求により該当回線エリアのシーケンス状態SQを読
出す。The external storage control unit EMC is a sequence control execution unit sQc.
The sequence status SQ of the corresponding line area is read out in response to a request.
シーケンス制御実行部SQOハ、読出したシーケンス状
態がバッファメモリから送信データを取出すシーケンス
にある時は、続けて、バッファメモリアドレスMAを読
出して、ダイレクトメモリアクセス制御部のメモリアド
レスレジスタMARに設定し、バッファメモリからの送
信データの読出しをダイレクトメモリアクセス実行部D
MA0に要求する。Sequence control execution unit SQO, when the read sequence state is a sequence for extracting transmission data from the buffer memory, successively reads buffer memory address MA and sets it in memory address register MAR of the direct memory access control unit, Direct memory access execution unit D reads out transmission data from the buffer memory.
Request MA0.
又、同時に、シーケンス制御実行部8QOは割込発生部
内のシーケンス状態格納部SQRにシーケンス状態を、
回線番号格納部LNRに回線番号を設定する。At the same time, the sequence control execution unit 8QO stores the sequence status in the sequence status storage unit SQR in the interrupt generation unit.
Set the line number in the line number storage LNR.
ダイレクトメモリアクセス実行部DMA0は送信データ
読出しを要求されると、メモリアドレスレジスタMAR
に設定されたバッファメモリの内容を読出して、データ
レジスタDTRに設定スる。When the direct memory access execution unit DMA0 is requested to read the transmission data, the direct memory access execution unit DMA0 registers the memory address register MAR.
The contents of the buffer memory set in the buffer memory are read out and set in the data register DTR.
そして、シーケンス制御部SQOに送信データ読出し完
了を通知する。Then, the sequence control unit SQO is notified of the completion of reading the transmission data.
シーケンス制御部SQOは、データレジスタDTRに設
定された送信データを外部記憶BMの該当エリアDAT
Aに格納し、メモリバッファアドレスM、Aと送信バイ
ト数BOを更新する。The sequence control unit SQO transfers the transmission data set in the data register DTR to the corresponding area DAT of the external storage BM.
A, and update the memory buffer addresses M and A and the number of transmitted bytes BO.
また、ダイレクトメモリアクセス実行部DMA0は割込
発生部の割込要求受付部lNTRへ割込要求を出す。Further, the direct memory access executing unit DMA0 issues an interrupt request to the interrupt request accepting unit lNTR of the interrupt generating unit.
割込発生部では、割込要求受付部lNTRでダイレクト
メモリアクセス実行部DMA0からの要求を受付け、シ
ーケンス状態格納部SQRの内容と共に割込番地決定部
IADに入力される。In the interrupt generation section, the interrupt request reception section lNTR receives a request from the direct memory access execution section DMA0, and the request is input to the interrupt address determination section IAD together with the contents of the sequence state storage section SQR.
割込番地決定部IADはダイレクトメモリアクセス実行
部DMA0からの要求と、シーケンス状態力)ら、バッ
クアメモリから読出したデータを回線制御部のキャラク
タバッファOBに設定する処理全実行するプログラムの
番地を決定し、共通制御部内の処理演算部PR,のアド
レスレジスタIAに設定し、プログラムに割込む。The interrupt address determination unit IAD determines the address of the program to execute the entire process of setting the data read from the backup memory to the character buffer OB of the line control unit based on the request from the direct memory access execution unit DMA0 and the sequence status input. Then, it is set in the address register IA of the processing arithmetic unit PR in the common control unit, and interrupts the program.
処理演算部PRは、アドレスレジスタIAに設定され主
記憶装置MMの命令を順次取出し、プログラムを実行し
て、外部記憶EMに設定しである送信データDATAの
内容を回線制御部のキャラクタバッファOBに設定する
と共に、次のデータ要求に対するシーケンス状態をシー
ケンス制御部の外部記憶EMの該当回線エリアに設定す
る。The processing operation unit PR sequentially retrieves the instructions set in the address register IA from the main memory MM, executes the program, and transfers the contents of the transmission data DATA set in the external memory EM to the character buffer OB of the line control unit. At the same time, the sequence status for the next data request is set in the corresponding line area of the external storage EM of the sequence control unit.
次にシーケンス実行部SQOは、外部記憶EMから読出
したシーケンス状態が、チェックサム、パディング等の
通信制御装置内で作成した情報を送信する状態にあると
判定した時には、割込発生部のシーケンス状態格納部S
QRにシーケンス状態を、回線番号格納部LNRに回線
番号を設定すると共に、割込要求受付部lNTRへ割込
要求を出す。Next, when the sequence execution unit SQO determines that the sequence status read from the external storage EM is in a status to transmit information created within the communication control device such as checksum and padding, the sequence execution unit SQO determines that the sequence status of the interrupt generation unit is Storage part S
The sequence state is set in QR, the line number is set in line number storage LNR, and an interrupt request is issued to interrupt request reception unit lNTR.
割込発生部では、割込要求受付部lNTRでシーケンス
制御実行部SQOからの要求を受付け、シーケンス状態
格納部SQRの内容と共に割込番地決定部IADに入力
される。In the interrupt generation section, the interrupt request reception section lNTR receives a request from the sequence control execution section SQO, and the request is input to the interrupt address determination section IAD together with the contents of the sequence state storage section SQR.
割込番地決定部IADは、シーケンス制御実行部SQO
からの要求とシーケンス状態から送信データを作成し、
回線制御部のキャラクタバッファOBに設定する処理を
実行するプログラムの番地を共通制御部内の。The interrupt address determination unit IAD is connected to the sequence control execution unit SQO.
Create transmission data from the request and sequence state,
The address of the program that executes the process to set the character buffer OB of the line control unit in the common control unit.
処理演算部PRのアドレスレジスタIAに設定し、プロ
グラムに割込む。It is set in the address register IA of the processing arithmetic unit PR and interrupts the program.
処理演算部P゛R,はアドレスレジスタIAに設定され
た主記憶装置MMの命令を順次取出し、プログラムを実
行し、送信すべきデータを作成1回、線制御部のキャラ
クタバッファOBK設定すると共に、次のデータ要求に
対するシーケンス状態をシーケンス制御部の外部記憶E
Mの該当回線エリアに設定する。The processing arithmetic unit P'R sequentially retrieves instructions from the main memory device MM set in the address register IA, executes the program, creates data to be transmitted once, and sets the character buffer OBK of the line control unit. The sequence status for the next data request is stored in the external memory E of the sequence control unit.
Set in the corresponding line area of M.
次に通信回線にデータを送出する場合を例にとって実施
例の通信制御装置の動作を;説明する。Next, the operation of the communication control device according to the embodiment will be explained, taking as an example the case where data is sent to a communication line.
回線制御部1は通信回線にデータを送出すると次に送出
するデータを要求してシーケンス制御部2を起動する。When the line control unit 1 sends data to the communication line, it requests the next data to be sent and starts the sequence control unit 2.
ここで処理回線の状態が、バッファメモリ6のデータを
読出して送出する状態にあ・るときは、シーケンス制御
部2がダイレクトメモリアクセス制御部3を要求するシ
ーケンスを指定するごとく、あらかじめ共通制御部5の
プログラムにより指定されているものとする。Here, when the processing line is in a state where the data in the buffer memory 6 is read out and sent out, the common control unit 2 specifies a sequence requesting the direct memory access control unit 3 in advance. 5 is specified by the program.
従って回線制御部1から起動がかけられたとき、シーケ
ンス制御部2はダイレクトメモリアクセス制御部3を起
動し、バックアメモリから所定の情報を読出すと共に、
メモリアドレス、残シキャラクタ数カウンタ等の更新が
行なわれる。Therefore, when activated by the line control unit 1, the sequence control unit 2 activates the direct memory access control unit 3, reads predetermined information from the backup memory, and
Memory addresses, remaining character count counters, etc. are updated.
次にダイレクトメモリアドレス制御部3は割込み発生部
4を起動して共通制御部5のプログラムに割込みをかけ
る。Next, the direct memory address control section 3 activates the interrupt generation section 4 to interrupt the program of the common control section 5.
このとき共通制御部5は、ダイレクトメモリアクセス制
御部3によりバッファメモリ6から読み出された情報に
対し、状態の変更、シーケンスの変更などの所定の処理
を施こすと共に、情報を回線制御部1に転送する。At this time, the common control unit 5 performs predetermined processing such as changing the state and changing the sequence on the information read out from the buffer memory 6 by the direct memory access control unit 3, and also transfers the information to the line control unit 1. Transfer to.
一方、処理回線の状態が、チェックサム、パディング(
タイミングをとるだめの余分のキャラクタ)等の通信制
御装置内で作成した情報を送信する状態にあるときは、
シーケンス制御部2がダイレクトメモリアクセス制御部
を要求せずに直接割込み発生部4を起動するシーケンス
を指定するごとく、あらかじめ共通制御部5のプログラ
ムにより指定されているものとする。On the other hand, the state of the processing line is changed to checksum, padding (
When you are in the state of transmitting information created in the communication control device, such as an extra character for timing,
It is assumed that the program of the common control section 5 specifies in advance a sequence in which the sequence control section 2 directly activates the interrupt generation section 4 without requesting the direct memory access control section.
この場合、シーケンス制御部2は、回線制御部1から起
動がかけられた時、直接割込発生部4を起動して共通制
御部5に割込む。In this case, when the sequence control section 2 is activated by the line control section 1, the sequence control section 2 directly activates the interrupt generation section 4 and interrupts the common control section 5.
共通制御部5は、プログラムにより回線に送出する情報
(チェックサム、パディング等)の作成などの所定の処
理を施し、回線制御部1への作成された情報を転送する
。The common control unit 5 performs predetermined processing such as creating information (checksum, padding, etc.) to be sent to the line by a program, and transfers the created information to the line control unit 1.
ナオ、シーケンス制御部2、ダイレクトメモリアクセス
制御部3の・構成は布線論理によるハードウェアで構成
するばかりですく、回路の全部又は一部をマイクロプロ
グラムにより制御することも可能である。The structure of the sequence control section 2 and the direct memory access control section 3 is not limited to hardware based on wired logic, and it is also possible to control all or part of the circuits by a microprogram.
以上説明したように共通制御部に割込む時、回線に送出
する情報の選択及び読出し処理がハードウェアにより実
行されることにより、割込まれたプログラムで処理すべ
き負荷が軽減され通信制御装置の処理能力を向上するこ
とができる。As explained above, when interrupting the common control unit, the selection and reading process of the information sent to the line is executed by hardware, which reduces the processing load of the interrupted program and reduces the processing load on the communication control unit. Processing capacity can be improved.
第1図は本発明による通信制御装置の主要部のブロック
ダイヤグラム、第2図は第1図の装置の詳細な構成を示
すブロックダイヤグラムである。
LIL2〜Ln・・・・・・通信回路、CCE・・・・
・・通信制御装置、CPU・・・・・・中央処理装置、
1・・・・・・回線制御部、2・・・・・・シーケンス
制御部、3・・・・・・ダイレクトメモリアクセスDM
A制御部、4・・・・・・割込発生部、5・・・・・・
共通制御部、6・・・・・・バッファメモリ、AB・・
・・・・アセンブルバッファ、CB・・・・・・キャラ
クタバッファ、LRQ・・・・・・回線要求判定部、L
OK・・・・・・回線番号判定部、SQC・・・・・・
シーケンス制御実行部、ELN・・・・・・処理実行回
線レジスタ、EMC・・・・・・外部記憶制御部、EM
・・・・・・外部記憶、DMA0・・・・・・ダイレク
トメモリアクセス実行部、データレジスタ、lNTR・
・・・・・割込要求受付部、SQR・・・・・・シーケ
ンス状態格納部、LNR・・・・・・回線番号格納部、
IAD・・・・・・割込番地決定部、PR,・・・・・
・処理波X MM・・・・・・主記憶部。FIG. 1 is a block diagram of the main parts of a communication control device according to the present invention, and FIG. 2 is a block diagram showing the detailed configuration of the device shown in FIG. LIL2~Ln...Communication circuit, CCE...
...Communication control device, CPU...Central processing unit,
1...Line control unit, 2...Sequence control unit, 3...Direct memory access DM
A control section, 4... Interrupt generation section, 5...
Common control unit, 6...Buffer memory, AB...
...Assemble buffer, CB...Character buffer, LRQ...Line request determination unit, L
OK...Line number determination section, SQC...
Sequence control execution unit, ELN...Process execution line register, EMC...External storage control unit, EM
...External memory, DMA0... Direct memory access execution unit, data register, lNTR.
...Interrupt request reception section, SQR...Sequence status storage section, LNR...Line number storage section,
IAD... Interrupt address determination section, PR,...
・Processed wave X MM... Main memory section.
Claims (1)
通信回線とのデータの総受信がプログラム制御の共通制
御部によりキャラクタ単位で制御されるごとき通信制御
装置において、回線とのデータの総受信を制御する回線
制御部と前記共通制御部の間にシーケンス制御部がもう
けられ、回線制御部からのキャラクタ送信要求を前記共
通制御部に通知するとき、中央処理装置から送信するよ
うに指示された情報を送信する場合には一連の送信デー
タが格納されている中央処理装置内のバックアメモリか
ら送信キャラクタを読出し共通制御部に通知するシーケ
ンスと、通信制御装置内で作成した情報を送信する場合
には中央処理装置を介さずに共通制御部に直接通知する
シーケンスとをもうけ、2つのシーケンスが前記シーケ
ンス制御部により切替えられることを特徴とする通信制
御装置。1 inserted between the central processing unit and multiple communication lines,
In a communication control device in which the total reception of data to and from the communication line is controlled character by character by a common control unit under program control, a sequence is established between the line control unit that controls the total reception of data to and from the line and the common control unit. A control unit is provided, and when notifying the common control unit of a character transmission request from the line control unit, a series of transmission data is stored when transmitting information instructed to be transmitted from the central processing unit. A sequence in which the transmission character is read from the backup memory in the central processing unit and notified to the common control unit, and when transmitting information created in the communication control unit, it is directly notified to the common control unit without going through the central processing unit. A communication control device comprising a sequence, and the two sequences are switched by the sequence control unit.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP53114544A JPS5818032B2 (en) | 1978-09-20 | 1978-09-20 | Communication control device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP53114544A JPS5818032B2 (en) | 1978-09-20 | 1978-09-20 | Communication control device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS5542404A JPS5542404A (en) | 1980-03-25 |
| JPS5818032B2 true JPS5818032B2 (en) | 1983-04-11 |
Family
ID=14640425
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP53114544A Expired JPS5818032B2 (en) | 1978-09-20 | 1978-09-20 | Communication control device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS5818032B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107590086B (en) * | 2016-07-08 | 2022-05-10 | 中兴通讯股份有限公司 | A communication connection device and method, and a communication single board |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5222446A (en) * | 1975-08-13 | 1977-02-19 | Hitachi Ltd | Response method of communication control system |
-
1978
- 1978-09-20 JP JP53114544A patent/JPS5818032B2/en not_active Expired
Also Published As
| Publication number | Publication date |
|---|---|
| JPS5542404A (en) | 1980-03-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| AU652371B2 (en) | Data transfer system | |
| JP2539058B2 (en) | Data processor | |
| US5471638A (en) | Bus interface state machines with independent access to memory, processor and registers for concurrent processing of different types of requests | |
| JPH07225727A (en) | Computer system | |
| JPS5818032B2 (en) | Communication control device | |
| JPH02500692A (en) | Integration of computational elements in multiprocessor computers | |
| EP0376003A2 (en) | Multiprocessing system with interprocessor communications facility | |
| JP2522412B2 (en) | Communication method between programmable controller and input / output device | |
| JP3227273B2 (en) | Link processing method of programmable controller | |
| GB2038050A (en) | Data communications processing unit with magnetic disk controller | |
| JPH09305530A (en) | DMA controller | |
| JP2621315B2 (en) | Information processing device | |
| JPS638506B2 (en) | ||
| JPS6130300B2 (en) | ||
| JPH0310363A (en) | Latency time setting method for parallel computer | |
| JP2000285087A (en) | Method for data communication between nodes | |
| JPH0736374A (en) | Data link system | |
| JP2751879B2 (en) | Communication system between processors | |
| JPS6057603B2 (en) | arithmetic processing unit | |
| JPH0425581B2 (en) | ||
| JPH0414378B2 (en) | ||
| JPH06195297A (en) | DMA circuit | |
| JPS6022383B2 (en) | input/output control device | |
| JPS6146545A (en) | Input and output instruction control system | |
| JPH04205047A (en) | Data processor |