JPS63187944A - Communication control equipment - Google Patents

Communication control equipment

Info

Publication number
JPS63187944A
JPS63187944A JP62020224A JP2022487A JPS63187944A JP S63187944 A JPS63187944 A JP S63187944A JP 62020224 A JP62020224 A JP 62020224A JP 2022487 A JP2022487 A JP 2022487A JP S63187944 A JPS63187944 A JP S63187944A
Authority
JP
Japan
Prior art keywords
reception
line connection
character
dma
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
JP62020224A
Other languages
Japanese (ja)
Inventor
Yasuo Wakamiya
若宮 康夫
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 JP62020224A priority Critical patent/JPS63187944A/en
Publication of JPS63187944A publication Critical patent/JPS63187944A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent danger of occurrence of a reception overrunning error and to shorten a reception interruption processing time by executing interruption processing by means of DMA write byte counters provided in correspondence with a line connection part in a communication processing part. CONSTITUTION:Data is transferred by DMA transfer at every character between the line connection part 3 of a pacing system or a synchronous system and the communication processing part 2, and the interruption request of reception data transfer is generated from the line connection part 3 to the communication processing part 2 at every character. A write byte counter 26 group for communication lines is provided in the line connection part 3 in correspondence with a DMA request from respective line connection parts 3, and the DMA write byte counters 26 execute the interruption processing.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、通信処理部と回線接続部とからなる通信制御
装置に関する。特に、調歩式または同期式の回線接続部
と通信処理部間の受信データの転送手段に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a communication control device comprising a communication processing section and a line connection section. In particular, the present invention relates to means for transferring received data between an asynchronous or synchronous line connection section and a communication processing section.

〔概要〕〔overview〕

本発明は、受信終了文字を受信した回線接続部に優先権
を与えて受信動作を禁止する手段を有する通信処理部を
備えた通信処理装置において、回線接続部と通信処理部
間のデータ転送を1文字ごとにDMA転送で行い、1文
字ごとに受信データ転送の割込要求を回線接続部かち通
(3処理部に発生することにより、 受信割込処理時間を短縮して通信制御装置の処理能力を
向上することができるようにしたものである。
The present invention provides a communication processing device equipped with a communication processing unit having a means for giving priority to a line connection unit that has received a reception end character and prohibiting a reception operation, in which data transfer between the line connection unit and the communication processing unit is performed. DMA transfer is performed for each character, and interrupt requests for reception data transfer are sent to the line connection unit for each character (generated in the 3 processing units, thereby reducing reception interrupt processing time and processing by the communication control device. This allows you to improve your abilities.

〔従来の技術〕[Conventional technology]

調歩式および同期式の通信手順では、通信回線を伝送さ
れるデータが文字符号でありかつ一般的には伝送される
文字数を定めておくことができないので、受信側の通信
制御装置は受信文字を1文字ごとに解析してブロック終
了文字などの受信動作を終了すべき文字すなわち受信終
了文字を検出したときに受信動作を終了する。
In the start-stop and synchronous communication procedures, the data transmitted over the communication line is a character code, and generally the number of characters to be transmitted cannot be determined, so the communication control device on the receiving side does not recognize the received characters. The reception operation is ended when a character such as a block end character or the like for which the reception operation should be ended, that is, a reception end character is detected by analyzing each character.

したがって、調歩式または同期式の回線接続部を有する
通信制御装置では、受信動作に関しては通常回線接続部
が通信回線からデータを1文字受信するごとに通信処理
部に割込要求を発生し、通信処理部内のマイクロプロセ
ッサがその割込要求を受は付けたときに割込処理として
マイクロプログラムが回線接続部から受信データを入力
し、受信終了文字かどうかを解析し、受信終了文字であ
った場合に回線接続部の受信動作を停止させる。
Therefore, in a communication control device having a start-stop type or synchronous type line connection unit, for reception operation, the line connection unit normally generates an interrupt request to the communication processing unit every time it receives one character of data from the communication line, and When the microprocessor in the processing section accepts the interrupt request, the microprogram inputs the received data from the line connection section as an interrupt process, analyzes whether it is a reception end character, and if it is a reception end character. The receiving operation of the line connection section is stopped.

一般にこの方式をマイクロプログラム転送方式という。Generally, this method is called the microprogram transfer method.

また、マイクロプログラム転送方式とは別の方式として
受信文字が受信終了文字かどうかの解析を回線接続部で
行い、回線接続部から通信処理部への受信データ転送を
マイクロプログラムを介さないでDMA (ダイレクト
・メモリ・アクセス)により通信処理部内の受信データ
バッファへ転送し、回線接続部が受信終了文字を検出し
たときに受信動作を停止するとともに通信処理部に受信
終了を割込みにて通知する方式もある。一般に、この方
式をDMA転送方式という。
In addition, as a method different from the microprogram transfer method, the line connection unit analyzes whether the received character is a reception end character, and the received data is transferred from the line connection unit to the communication processing unit using DMA (DMA) without going through the microprogram. There is also a method in which the data is transferred to the receive data buffer in the communication processing section using direct memory access), and when the line connection section detects the end of reception character, the reception operation is stopped and the communication processing section is notified of the end of reception by an interrupt. be. Generally, this method is called a DMA transfer method.

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

このようなマイクロプログラム転送方式では、通信回線
からは次々と連続してデータを受信するので、回線接続
部内の受信文字を蓄えておく受信バッファレジスタが1
段の場合には、回線接続部が文字受信による割込要求を
発生してから次の文字が受信されるまでに通信処理部は
その割込要求を受は付けてマイクロプログラムの割込処
理ルーチンで受信文字を入力しないと受信文字が失われ
る。このように受信文字が失われることを一般に受信オ
ーバランエラーという。したがって、マイクロプログラ
ム転送方式の通信制御装置ではマイクロプログラムの割
込処理に要する時間で通信制御装置の処理能力が決まる
。例えば、通信回線の回線速度が9600ビット/秒の
場合に1ビツトは約104nであり、通信回線上の1文
字を8、ビットとすると受信文字は833μsごとに受
信されるので、マイクロプログラムの受信データの割込
処理時間を200μsとすれば受信データ処理に関して
のみいえば9600ビット/秒の回線は同時には4回線
処理できることになる。
In this type of microprogram transfer method, data is received one after another from the communication line, so the number of receive buffer registers that store received characters in the line connection section is limited to one.
In this case, after the line connection unit generates an interrupt request due to character reception until the next character is received, the communication processing unit accepts the interrupt request and executes the interrupt processing routine of the microprogram. If you do not enter the received characters in , the received characters will be lost. This loss of received characters is generally called a reception overrun error. Therefore, in a communication control device using the microprogram transfer method, the processing capacity of the communication control device is determined by the time required for interrupt processing of the microprogram. For example, when the line speed of a communication line is 9600 bits/second, 1 bit is approximately 104n, and if one character on the communication line is 8 bits, a received character is received every 833 μs, so the microprogram is If the data interrupt processing time is 200 .mu.s, then four 9600 bit/second lines can be processed at the same time in terms of received data processing.

また、受信文字に対する割込処理時間は一般的には受信
終了文字などの特殊な受信文字に対しては長く、また通
常のデータ文字に対しては短く、このようにばらつきが
あるので受信バッファレジスタの一段の場合に受信オー
バランエラーの発生を防ぐには、最も長い割込処理時間
に通信制御装置の処理能力は依存し、通常のデータ文字
の処理時間は処理能力にはほとんど無関係になる。
In addition, the interrupt processing time for received characters is generally long for special received characters such as the reception end character, and short for normal data characters, and because of this variation, the reception buffer register In order to prevent the occurrence of a reception overrun error in the case of one stage, the processing capacity of the communication control device depends on the longest interrupt processing time, and the processing time for normal data characters has almost no relation to the processing capacity.

これに対して受信バッファレジスタをFIFO(ファー
スト・イン・ファースト・アウト)形式にして複数段持
つようにすれば、通信制?III装置の処理能力はFI
FOの段数骨の受信文字数に対する処理時間の平均値で
決まることになり、通常のデータ文字の処理時間が元に
した値に近づくが、マイクロプログラムの割込処理時間
に基づき定まることには変わりがない。
On the other hand, if we make the receive buffer register in FIFO (first in first out) format and have multiple stages, we can solve the problem of communication system. The processing capacity of the III device is FI
The number of columns in the FO is determined by the average processing time for the number of received characters, which approaches the value based on the processing time for normal data characters, but it is still determined based on the interrupt processing time of the microprogram. do not have.

このようにマイクロプログラム転送方式では、高速のマ
イクロプロセッサを使用し、割込処理ルーチンのマイク
ロプログラムの実行ステップ数を減らし、かつ受信デー
タの割込優先順位を高くすれば通信制御装置としての処
理能力は向上するが、それらの方策にも限界があり、高
い処理能力の通信制御装置が望めない欠点がある。
In this way, with the microprogram transfer method, by using a high-speed microprocessor, reducing the number of execution steps of the microprogram in the interrupt processing routine, and increasing the interrupt priority of received data, the processing capacity of the communication control device can be increased. However, these measures also have limitations and have the drawback that a communication control device with high processing capacity cannot be expected.

一方、DMA転送方式の場合は、受信文字転送にマイク
ロプロセッサは関与しないので、処理能力はマイクロプ
ログラム転送方式に比較して飛躍的に向上するが、受信
終了文字を検出するのに回線接続部ごとにマイクロプロ
セッサを持つことば実装スペースおよびコストなどの面
から現実的でなく、マイクロプログラム転送方式の場合
の受信文字に対する割込処理の大部分の機能を回線接続
部のハードウェアで実現しなければならず、実装面など
の制約でほとんど実現不可能である欠点があった。
On the other hand, in the case of the DMA transfer method, since the microprocessor is not involved in the transfer of received characters, the processing capacity is dramatically improved compared to the microprogram transfer method. It is impractical to have a microprocessor in the system from the viewpoint of implementation space and cost, and most of the interrupt processing functions for received characters in the microprogram transfer method must be implemented in the hardware of the line connection section. First, it had the disadvantage that it was almost impossible to implement due to constraints such as mounting.

本発明はこのような欠点を除去するもので、自装置の処
理能力を向上することができる通信制御装置を提供する
ことを目的とする。
The present invention aims to eliminate such drawbacks and to provide a communication control device that can improve its own processing capacity.

゛  〔問題点を解決するための手段〕本発明は、デー
タの転送終了を示す受信終了文字を含むデータを受信す
る複数個の回線接続部と、受信終了文字を受信した回線
接続部のひとつに優先権を与えて受信を禁止する制御手
段を有する通信処理部とを備えた通信制御装置において
、上記通信制御部は、各回線接続部に対応してDMAラ
イト・バイトカウンタを備え、上記回線接続部は、受信
したデータの1文字ごとに上記DMAライト・バイトカ
ウンタの内容を更新する手段および受信割込要求を発行
する手段を備え、さらに、上記通信処理部は、受信割込
要求の受信時に上記DMAライト・バイトカウンタの内
容を読み出す手段およびこの読み出された内容が受信終
了文字であるときに上記制御手段を起動する手段を備え
たことを特徴とする。
゛ [Means for solving the problem] The present invention provides a method for connecting a plurality of line connection units that receive data including a reception end character indicating the end of data transfer, and one of the line connection units that received the reception end character. In the communication control device, the communication control unit includes a DMA write/byte counter corresponding to each line connection unit, and the communication control unit includes a DMA write/byte counter corresponding to each line connection unit. The communication processing unit includes means for updating the contents of the DMA write byte counter for each character of the received data and means for issuing a reception interrupt request. The present invention is characterized by comprising means for reading the contents of the DMA write byte counter and means for activating the control means when the read contents are a reception end character.

〔作用〕[Effect]

従来、受信動作の終了の起因になる受信終了文字の検出
はマイクロプログラム転送方式またはDMA転送方式で
行われていた。マイクロプログラム転送方式ではデータ
文字の処理時間がマイクロプログラムの割込処理時間の
長さで決められ、またDMA転送方式はコスト面で実用
的でない。
Conventionally, detection of a reception end character, which causes the end of a reception operation, has been performed using a microprogram transfer method or a DMA transfer method. In the microprogram transfer method, the data character processing time is determined by the length of the microprogram's interrupt processing time, and the DMA transfer method is not practical in terms of cost.

本1発明では、マイクロプロセッサによる割込処理に代
わり、通信処理部に設けられた回線接続部対応にDMA
ライト・バイトカウンタで処理するので、受信オーバラ
ン・エラーの発生の危険性を防止するとともに、受信割
込処理時間を短縮する。
In the first invention, instead of interrupt processing by the microprocessor, DMA is used for the line connection section provided in the communication processing section.
Processing is performed using a write byte counter, which prevents the risk of reception overrun errors and reduces reception interrupt processing time.

〔実施例〕〔Example〕

図は本発明の実施例を示すブロック構成図である0次に
、本発明について図を参照して説明する。
The figure is a block diagram showing an embodiment of the present invention. Next, the present invention will be explained with reference to the figures.

通信制御装置1はアドレスバス201とデータバス20
2を介して接続された通信処理部2と回線接続部3とか
ら構成される。回線接続部3は、調歩式または同期式の
回線接続部であり、この実施例では1台の回線接続部が
図示されているが、アドレスバス201およびデータバ
ス202には複数台の回線接続部を接続することができ
る。通信処理部2は、マイクロプロセッサ2Lメモリ2
2、DMA制御回路23および割込制御回路24および
回線接続部1台当たり1組のDMAライト・アドレスカ
ウンタ25とDMAライト・バイトカウンタ26から構
成される。メモリ22の一部はプログラムメモリ22A
およびデータバッファメモリ22Bとして使用される。
The communication control device 1 has an address bus 201 and a data bus 20.
The communication processing section 2 is composed of a communication processing section 2 and a line connection section 3, which are connected through a communication processing section 2 and a line connection section 3. The line connection unit 3 is an asynchronous or synchronous line connection unit, and although one line connection unit is shown in this embodiment, the address bus 201 and data bus 202 include a plurality of line connection units. can be connected. The communication processing unit 2 includes a microprocessor 2L memory 2
2. It is composed of a DMA control circuit 23, an interrupt control circuit 24, and one set of DMA write address counter 25 and DMA write byte counter 26 for each line connection unit. A part of the memory 22 is a program memory 22A.
and is used as a data buffer memory 22B.

回線接続部3は、受信制御回路31と送信制御回路32
とから構成される。
The line connection section 3 includes a reception control circuit 31 and a transmission control circuit 32.
It consists of

さて、マイクロプロセッサ21はプログラムメモリ22
A内に格納されたマイクロプログラムを実行して通信処
理を行う。マイクロプログラムは回線接続部3に受信動
作を行わせる以前にデータバッファメモリ22B内に受
信データバッファを確保し、その開始メモリアドレスを
回線接続部3に対応するDMAライト・アドレスカウン
タ25にまたそのバイト数をDMAライト・バイトカウ
ンタ26にセットし、かつ自分でも記憶した後に受信制
御回路31の動作を許可する。受信制御回路31の動作
tよマイクロプログラムにより許可または禁止される。
Now, the microprocessor 21 is the program memory 22
A microprogram stored in A is executed to perform communication processing. Before causing the line connection unit 3 to perform a reception operation, the microprogram secures a reception data buffer in the data buffer memory 22B, and stores the start memory address in the DMA write address counter 25 corresponding to the line connection unit 3 and also stores the byte. After setting the number in the DMA write byte counter 26 and memorizing it, the operation of the reception control circuit 31 is permitted. The operation of the reception control circuit 31 is permitted or prohibited by the microprogram.

受信制御回路31は通信回線からの直列受信データ信号
301を調歩式または同期式で受信し、並列の受信文字
に組立てて、1文字受イδごとに受信DMAインタフェ
ース線311を介してDMA制御回路23にDMAライ
ト要求を出すとともに、受信割込要求信号312を介し
て割込制御回路24に割込要求を出す。DMA制御回路
23はこのDMA要求と他の回線接続部からのDMA要
求との優先順位を判定し、受信制御回路31からのDM
A要求を受は付けると、受信制御回路31から受信文字
を読み出してDMAライト・アドレスカウンタ25の内
容に従ってデータバッファメモリ22B内の受信データ
バッファにDMAで書き込み、かつDMAライト・アド
レスカウンタ25の内容を+1し、DMAうイト・バイ
トカウンタ26の内容を−1して次の文字受信に備える
。受信制御回路31は受信文字が読まれたときにDMA
要求をリセットする。一方、割込制御回路24は受信割
込要求信号312による割込要求に基づきマイクロプロ
セッサ21に割込みをかける。マイクロプロセッサ21
は割込みを受は付けられる状態であれば割込みを受は付
け、そのときに割込要求を発生している回線接続部のう
ち受信割込要求信号312による割込要求の優先順位が
最も高い場合に、マイクロプログラムの割込処理ルーチ
ンは受信制御回路31に対する処理を開始する。各回線
接続部からの割込要求に対する優先順位づけは割込制御
回路24で行われる。
The reception control circuit 31 receives the serial reception data signal 301 from the communication line in an asynchronous or synchronous manner, assembles it into parallel reception characters, and sends it to the DMA control circuit via the reception DMA interface line 311 for each character reception δ. 23, and also issues an interrupt request to the interrupt control circuit 24 via the reception interrupt request signal 312. The DMA control circuit 23 determines the priority order between this DMA request and DMA requests from other line connections, and
When the A request is accepted, the received character is read from the reception control circuit 31 and written to the received data buffer in the data buffer memory 22B according to the contents of the DMA write address counter 25 using DMA, and the contents of the DMA write address counter 25 are written. is incremented by 1, and the contents of the DMA write/byte counter 26 are decremented by 1 to prepare for reception of the next character. The reception control circuit 31 uses DMA when a received character is read.
Reset the request. On the other hand, the interrupt control circuit 24 issues an interrupt to the microprocessor 21 based on the interrupt request by the received interrupt request signal 312. microprocessor 21
accepts the interrupt if it is in a state where the interrupt can be accepted, and if the interrupt request by the received interrupt request signal 312 has the highest priority among the line connections generating the interrupt request at that time. Then, the interrupt processing routine of the microprogram starts processing for the reception control circuit 31. The interrupt control circuit 24 prioritizes interrupt requests from each line connection section.

受信制御回路31に対する割込処理ルーチンではDMA
ライト・ハイドカウンタ26の値を入力して記4gする
。そして、最初の受信割込みに対しては受信動作開始前
にDMAライト・バイトカウンタ26に設定した値と、
また2回目以降は前回人力した値と今回入力した値との
差を求めて、今回の割込みに対して処理すべき受信文字
数を知る。今回の割込みで処理すべき受信文字がDMA
転送された受信バッファ上のアドレスは、1回目の割込
みに対しては受信動作開始前にDMAライト・アドレス
カウンタ25にセットしたアドレスであり、2回目以降
はその初期アドレスに前回までに処理した受信文字数の
累計を加えたアドレスになる。このように、マイクロプ
ログラムの受信割込みの受は付けおよび処理が通信回線
上の1文字時間以上遅れた場合には、マイクロプログラ
ムの前回の割込処理と今回の割込処理との間には複数の
受信文字がDMA転送されるが、割込処理ルーチンでは
今回の割込みで処理すべき受信文字を知ることができる
ので、受信文字を順次受信データバッファから読み出し
て解析することが可能であり、受信終了文字を検出した
ときにマイクロプログラムはD M A転送を含む受信
制御回路31の受信動作を停止することができる。
In the interrupt processing routine for the reception control circuit 31, the DMA
Input the value of the write/hide counter 26 and write 4g. For the first reception interrupt, the value set in the DMA write byte counter 26 before the start of the reception operation,
Also, from the second time onward, the difference between the value input manually last time and the value input this time is calculated to know the number of received characters to be processed for the current interrupt. The received character to be processed in this interrupt is DMA.
The transferred address on the reception buffer is the address set in the DMA write address counter 25 before starting the reception operation for the first interrupt, and from the second interrupt onward, the address on the reception buffer that has been transferred is the address set in the DMA write address counter 25 before the start of the reception operation, and from the second interrupt onward, the received address processed up to the previous time is used as the initial address. The address is the sum of the total number of characters. In this way, if the reception and processing of a microprogram receive interrupt is delayed by more than one character time on the communication line, there will be multiple errors between the microprogram's previous interrupt processing and the current interrupt processing. The received characters are transferred by DMA, but since the interrupt processing routine can know which received characters should be processed by the current interrupt, it is possible to sequentially read the received characters from the received data buffer and analyze them. When the end character is detected, the microprogram can stop the reception operation of the reception control circuit 31 including DMA transfer.

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

本発明は、以上説明したように、調歩式または同期式の
回線接続部と通信処理部間のデータ転送を1文字ごとに
DMA転送で行うとともに1文字ごとに受信データ転送
の割込要求を回線接続部から通信処理部に発生するよう
に構成し、かつ回線接続部内に各回路接続部からのDM
A要求に対応して通信回線骨のDMAライト・バイトカ
ウンタ群を存するので、受信データ転送時の受信オーバ
ラン・エラーの発生の危険性をほぼ解消できるとともに
、通信処理部内の受信割込処理の処理優先順位が低くて
も、最終的にDMA転送された受信文字の処理を行えれ
ば受信終了文字を検出して受信動作を停止することがで
き、かつ1回の受信割込処理で複数の受信文字に対する
処理ができ、したがって受信割込処理時間を短縮するこ
とが可能であり、結果として通信制御装置の処理能力を
大幅に向上することができる効果がある。
As explained above, the present invention transfers data between an asynchronous or synchronous line connection unit and a communication processing unit by DMA transfer character by character, and also transmits an interrupt request for transfer of received data to the line for each character. It is configured so that DM is generated from the connection part to the communication processing part, and the DM from each circuit connection part is generated in the line connection part.
Since there is a DMA write/byte counter group in the communication line in response to the A request, it is possible to almost eliminate the risk of reception overrun errors occurring during reception data transfer, and it is also possible to handle reception interrupt processing within the communication processing unit. Even if the priority is low, if you can process the received character that was finally transferred by DMA, you can detect the reception end character and stop the reception operation, and you can receive multiple receptions with one reception interrupt process. It is possible to process characters, thereby shortening the reception interrupt processing time, and as a result, there is an effect that the processing capacity of the communication control device can be greatly improved.

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

図は本発明の実施例を示すブロック構成図。 1・・・通信制御装置、2・・・通信処理部、3・・・
回線接続部、21・・・マイクロプロセッサ、22・・
・メモリ、22A・・・プログラムメモリ、22B・・
・データバッファメモリ、23・・・DMA制御回路、
24・・・割込制御回路、25・・・DMAライト・ア
ドレスカウンタ、26・・・DMAライト・ハイドカウ
ンタ、31・・・受信制御回路、32・・・送信制御回
路、201・・・アドレスバス、202・・・データバ
ス、301・・・直列受信データ信号、311・・・受
信DMAインタフェース線、312・・・受信割込要求
信号。
The figure is a block diagram showing an embodiment of the present invention. 1... Communication control device, 2... Communication processing unit, 3...
Line connection section, 21... Microprocessor, 22...
・Memory, 22A...Program memory, 22B...
・Data buffer memory, 23...DMA control circuit,
24... Interrupt control circuit, 25... DMA write/address counter, 26... DMA write/hide counter, 31... Reception control circuit, 32... Transmission control circuit, 201... Address Bus, 202...Data bus, 301...Serial reception data signal, 311...Reception DMA interface line, 312...Reception interrupt request signal.

Claims (1)

【特許請求の範囲】[Claims] (1)データの転送終了を示す受信終了文字を含むデー
タを受信する複数個の回線接続部(3)と、受信終了文
字を受信した回線接続部のひとつに優先権を与えて受信
を禁止する制御手段を有する通信処理部(2)と を備えた通信制御装置において、 上記通信制御部は、各回線接続部に対応してDMAライ
ト・バイトカウンタ(26)を備え、上記回線接続部は
、受信したデータの1文字ごとに上記DMAライト・バ
イトカウンタの内容を更新する手段および受信割込要求
を発行する手段を備え、 さらに、上記通信処理部は、受信割込要求の受信時に上
記DMAライト・バイトカウンタの内容を読み出す手段
およびこの読み出された内容が受信終了文字であるとき
に上記制御手段を起動する手段を備えた ことを特徴とする通信制御装置。
(1) Priority is given to multiple line connections (3) that receive data including a reception end character indicating the end of data transfer, and one of the line connections that received the reception end character is prohibited from receiving data. A communication control device comprising a communication processing unit (2) having a control means, wherein the communication control unit includes a DMA write/byte counter (26) corresponding to each line connection unit, and the line connection unit includes: The communication processing unit includes means for updating the contents of the DMA write byte counter for each character of received data and means for issuing a reception interrupt request. - A communication control device comprising means for reading the contents of a byte counter and means for activating the control means when the read contents are a reception end character.
JP62020224A 1987-01-30 1987-01-30 Communication control equipment Pending JPS63187944A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62020224A JPS63187944A (en) 1987-01-30 1987-01-30 Communication control equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62020224A JPS63187944A (en) 1987-01-30 1987-01-30 Communication control equipment

Publications (1)

Publication Number Publication Date
JPS63187944A true JPS63187944A (en) 1988-08-03

Family

ID=12021195

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62020224A Pending JPS63187944A (en) 1987-01-30 1987-01-30 Communication control equipment

Country Status (1)

Country Link
JP (1) JPS63187944A (en)

Similar Documents

Publication Publication Date Title
US5031091A (en) Channel control system having device control block and corresponding device control word with channel command part and I/O command part
EP0185676B1 (en) Data processor having dynamic bus sizing
EP0458304B1 (en) Direct memory access transfer controller and use
EP2097828B1 (en) Dmac to handle transfers of unknown lengths
JP3676882B2 (en) Microprocessor and its peripheral devices
US5287471A (en) Data transfer controller using direct memory access method
JP3055917B2 (en) Data transfer control device
US5964853A (en) Interface controller including hardware mechanism to handle PS/2 interface
JPS6359042A (en) Communication interface equipment
EP0690382A2 (en) Computer system with a multiplexed address bus and pipelined write operations
JPS63187944A (en) Communication control equipment
JPS63228856A (en) Communication controller
US4751632A (en) Data processor having multiple cycle operand cycles
JPS63228855A (en) Communication controller
JPS63187943A (en) Communication control equipment
EP0640925B1 (en) Data processing system having serial interface
EP0410382A2 (en) Data transfer controller using direct memory access method
WO1998052127A1 (en) Dynamic retry implementation for the pci bus based on posted transactions on the pci bus
JP2667285B2 (en) Interrupt control device
JPS60178570A (en) Data receiver
JPS60195657A (en) Data processing system
JPS6342547A (en) Line control unit
JP2581041B2 (en) Data processing device
JP2842639B2 (en) Data transfer method
JPH0414378B2 (en)