JPS63149751A - Half-duplex communication system in direct memory access control circuit - Google Patents
Half-duplex communication system in direct memory access control circuitInfo
- Publication number
- JPS63149751A JPS63149751A JP61297149A JP29714986A JPS63149751A JP S63149751 A JPS63149751 A JP S63149751A JP 61297149 A JP61297149 A JP 61297149A JP 29714986 A JP29714986 A JP 29714986A JP S63149751 A JPS63149751 A JP S63149751A
- Authority
- JP
- Japan
- Prior art keywords
- control circuit
- serial communication
- channel
- processor
- communication control
- 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.)
- Granted
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/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
- G06F13/28—Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
【発明の詳細な説明】
〔概要〕
直接メモリアクセス(以後DMAと略す)制御回路の一
つチャネルを制御し、シリアル通信制御回路と同期し、
時分割で送信データと受信データのメモリとシリアル通
信制御回路間のデータ転送を行わせることにより、プロ
セッサの介入を不要とすると共に、チャネルも一つで良
いようにして、ハードウェア資源の利用効率を高め、プ
ロセッサの割込みレベル数の制限を排除した。[Detailed Description of the Invention] [Summary] Controls one channel of a direct memory access (hereinafter abbreviated as DMA) control circuit, synchronizes with a serial communication control circuit,
By time-divisioning data transfer between the memory for transmit data and receive data and the serial communication control circuit, processor intervention is not required, and only one channel is required, making the use of hardware resources more efficient. and eliminated the limit on the number of processor interrupt levels.
本発明はDMA制御回路を用いて半二重通信を行う装置
に係り、特にシリアル通信制御回路の制御を該DMA制
御回路が実施することで、プロセソサの負担を軽減する
と共に、D M A Sli制御回路のチャネル数も減
少させる直接メモリアクセス制御回路の半二重通信方式
に関する。The present invention relates to a device that performs half-duplex communication using a DMA control circuit, and in particular, the DMA control circuit controls a serial communication control circuit, thereby reducing the burden on a processor and improving DMA Sli control. The present invention relates to a half-duplex communication method for direct memory access control circuits that also reduces the number of channels in the circuit.
近年、計算機システムの運用形態はホスト中心型からワ
ークステーション中心型へと変化し、データの集中処理
方式から分散処理方式にと移行しており、ワークステー
ションとホストコンピュータとが回線で接続され、相互
に通信することが盛”んとなっている。In recent years, the operating format of computer systems has changed from host-centric to workstation-centric, and from centralized data processing to distributed processing, where workstations and host computers are connected by lines and are interconnected. communication has become popular.
このため、プロセッサとメモリとDMA制御回蕗とシリ
アル通信制御回路を備え、DMA制御回路のチャネルの
制御によりメモリからシリアル通信制御回路を経て回線
にデータを送出し、回線からシリアル通信制御回路が受
信したデータをメモリに格納することで、半二重通信に
よりデータの転送を行う装置が利用されるようになって
きた。For this purpose, it is equipped with a processor, a memory, a DMA control circuit, and a serial communication control circuit, and by controlling the channel of the DMA control circuit, data is sent from the memory to the line via the serial communication control circuit, and data is received from the line by the serial communication control circuit. Devices that transfer data using half-duplex communication have come into use by storing the data in memory.
このような半二重通信を行う場合、プロセッサの介入を
極力減少させると共に、D M A 制御回路のチャネ
ル数も少なくて済むようにすることが必要である。When performing such half-duplex communication, it is necessary to reduce processor intervention as much as possible and to reduce the number of channels of the DMA control circuit.
〔従来の技術〕
第3図は従来の技術を説明するブロック図で、第4図は
第3図の動作を説明するタイムチャートである。[Prior Art] FIG. 3 is a block diagram illustrating the conventional technique, and FIG. 4 is a time chart illustrating the operation of FIG. 3.
プロセッサ1は送信を開始する場合、まずDMA制御回
路2をイネーブルとして、シリアル通信制御回路6に送
信開始を指示し、シリアル通信制御回路6は回線を経て
相手装置を呼出し、通信が可能となると、第3図及び第
4図■に示す如く、DMA制御回路2のチャネル3に送
信データ転送要求を送出する。チャネル3はDMA制御
回路2の共通部を経てプロセッサ1にバス占有要求を送
出し、バスを占有してメモリ5からデータを読出し、第
4図■に示す如く、シリアル通信制御回路6に送出する
。When the processor 1 starts transmission, it first enables the DMA control circuit 2 and instructs the serial communication control circuit 6 to start transmission.The serial communication control circuit 6 calls the other device via the line, and when communication becomes possible, As shown in FIGS. 3 and 4, a transmission data transfer request is sent to channel 3 of the DMA control circuit 2. Channel 3 sends a bus occupancy request to processor 1 via the common part of DMA control circuit 2, occupies the bus, reads data from memory 5, and sends it to serial communication control circuit 6 as shown in FIG. .
シリアル通信制御回路6はこの並列データを直列データ
に変換して、第4図■に示す如く回線に送出する。そし
て、送信が完了すると第3図及び第4図■に示す如く、
マスク不可能割込みで、プロセッサlに割込むことで送
信完了を通知する。The serial communication control circuit 6 converts this parallel data into serial data and sends it to the line as shown in FIG. When the transmission is completed, as shown in Figures 3 and 4,
A non-maskable interrupt notifies processor l of transmission completion.
この割込みで送信完了を通知されたプロセッサ1は、第
4図■に示す如く、シリアル通信制御回路6を送信状態
から受信状態に切替える信号を送出する。シリアル通信
制御回路6は相手装置から直列データを受信すると、並
列データに変換し、第3図及び第4図■に示す如く、D
MA制御回路2のチャネル4に対しデータ転送要求を送
出する。The processor 1, notified of the completion of transmission by this interrupt, sends out a signal to switch the serial communication control circuit 6 from the transmission state to the reception state, as shown in FIG. When the serial communication control circuit 6 receives serial data from the other device, it converts it into parallel data and converts it into parallel data as shown in FIGS. 3 and 4.
A data transfer request is sent to channel 4 of MA control circuit 2.
チャネル4はD M A ’H)御回路2の共通部を経
てプロセッサ1にバス占有要求を送出して、バスを占有
すると、第4図■に示す如くシリアル通信制御回路6が
送出する受信データをメモリ5に転送し、第4図■に示
す如くメモリ5に順次格納する。Channel 4 sends a bus occupation request to processor 1 through the common part of DMA'H) control circuit 2, and when the bus is occupied, the serial communication control circuit 6 sends out received data as shown in FIG. are transferred to the memory 5 and sequentially stored in the memory 5 as shown in FIG.
データの受信が完了すると、シリアル通信制御回路6は
、第3図及び第4図■に示す如(、プロセッサ1にマス
ク不可能割込みにより受信完了を通知する。この受信完
了通知によりプロセッサ1はDMA制御回路2をディセ
ーブルにした後、シリアル通信制御回路6に第4図[相
]に示す如く、シリアル通信制御回路6を受信ディセー
ブル状態に切替える信号を送出する。When the data reception is completed, the serial communication control circuit 6 notifies the processor 1 of the reception completion by a non-maskable interrupt as shown in FIGS. 3 and 4. After disabling the control circuit 2, a signal is sent to the serial communication control circuit 6 to switch the serial communication control circuit 6 to a reception disabled state, as shown in FIG. 4 [phase].
以後、規定の時間を経過した後に、上記の動作を繰り返
す。Thereafter, the above operation is repeated after a specified period of time has elapsed.
相手装置からの受信を待ち受ける場合、プロセッサlは
DMA制御回路2とシリアル通信制御回路6をイネーブ
ルとして置(。シリアル通信制御回路6は相手装置から
呼出されると、第3図及び第4図■に示す如(、プロセ
ッサ1にマスク不可能割込みにより、データ受信を通知
する。この割込みでデータ受信を通知されたプロセッサ
1は、シリアル通信制御回路6を受信状態に切替える信
号を送出する。以後の動作は上記と同様であるため説明
を省略する。When waiting for reception from the partner device, the processor 1 enables the DMA control circuit 2 and the serial communication control circuit 6. When the serial communication control circuit 6 is called by the partner device, As shown in FIG. The operation is the same as above, so the explanation will be omitted.
上記の如〈従来はシリアル通信制御回路6からプロセッ
サ1に、マスク不可能割込みにより割込むことで、プロ
セッサlの指示により送信状態と受信状態とを切替えて
おり、且つ、DMA制御回路2のチャネル3を送信デー
タ転送制御に、チャネル4を受信データ転送制御に使用
している。As mentioned above, conventionally, the serial communication control circuit 6 interrupts the processor 1 with a non-maskable interrupt to switch between the transmission state and the reception state according to instructions from the processor 1, and the channel of the DMA control circuit 2 Channel 3 is used to control transmission data transfer, and channel 4 is used to control reception data transfer.
ところで、半二重通信は送信と受信が時分割で実施され
るため、送信時にはチャネル4が、受信時にはチャネル
3が動作していない。従って、ハードウェアが有効に利
用されていないという問題がある。By the way, in half-duplex communication, transmission and reception are carried out in a time-division manner, so channel 4 is not operating during transmission, and channel 3 is not operating during reception. Therefore, there is a problem that the hardware is not used effectively.
又更に、プロセッサ1はメモリ5のパリティエラ一時の
割込みや、他の入出力装置等からの割込みを受けねばな
らず、送受信状態の切替えにマスク不可能割込みで、シ
リアル通信制御回路6から割込まれると、重要な割込み
処理が遅延したり、エラーと区別がつかない等の不都合
があり、3レベル以上の割込みレベルを持つプロセッサ
が要求され、2レベルの割込みレベルのプロセッサは使
用が困難となるという問題がある。Furthermore, the processor 1 must receive interrupts from the parity error of the memory 5 and other input/output devices, and must receive interrupts from the serial communication control circuit 6 as non-maskable interrupts for switching between transmission and reception states. This causes problems such as delays in important interrupt processing and inability to distinguish them from errors, which requires a processor with 3 or more interrupt levels, making it difficult to use a processor with 2 interrupt levels. There's a problem.
第1図は本発明の一実施例を示す回路のブロック図であ
る。FIG. 1 is a block diagram of a circuit showing one embodiment of the present invention.
DMA制御回路7の命令解読回路8は、メモリ5の命令
テーブル9から命令を読出して解析し、チャネル10を
経て人力したシリアル通信制御回路6が送出する送信デ
ータ転送要求により、チャネルlOに指示してメモリ5
から送信データをシリアル通信制御回路6に送出させ、
所定量のデータの転送が完了すると、命令テーブル9の
命令を読出し、シリアル通信制御回路6を受信状態に切
替え、受信データをメモ’15に格納する構成とする。The command decoding circuit 8 of the DMA control circuit 7 reads the command from the command table 9 of the memory 5, analyzes it, and instructs the channel 10 by the transmission data transfer request sent by the manually operated serial communication control circuit 6 via the channel 10. memory 5
sends the transmission data from to the serial communication control circuit 6,
When the transfer of a predetermined amount of data is completed, the command from the command table 9 is read out, the serial communication control circuit 6 is switched to the receiving state, and the received data is stored in the memo '15.
上記構成とすることにより、DMA制御回路7の命令解
読回路8がメモリ5の命令テーブル9の命令を解析し、
チャネルIOとシリアル通信制御回路6とを時分割で制
御して、データの送信及び受信を行うため、プロセッサ
1のシリアル通信制御回路6に対する送受切替制御介入
を不要とすることが可能となる。With the above configuration, the instruction decoding circuit 8 of the DMA control circuit 7 analyzes the instructions in the instruction table 9 of the memory 5,
Since the channel IO and the serial communication control circuit 6 are controlled in a time-sharing manner to transmit and receive data, it is possible to eliminate the need for the processor 1 to intervene in the transmission/reception switching control for the serial communication control circuit 6.
従って、チャネル10は一つで良く、プロセッサlの負
担を軽減すると共に、プロセッサ1の割込みレベル数の
制限を排除することが出来る。Therefore, only one channel 10 is required, which reduces the burden on the processor 1 and eliminates limitations on the number of interrupt levels of the processor 1.
第2図は第1図の動作を説明するタイムチャートである
。FIG. 2 is a time chart explaining the operation of FIG. 1.
第1図において、プロセッサ1は送信を開始する場合、
D M A #J御回路7をイネーブルとする。In FIG. 1, when processor 1 starts transmitting,
Enable the DMA #J control circuit 7.
これによりD M A f;11御回路7の命令解読回
路8は、チャネル10を経てメモリ5の命令テーブル9
から命令を読出して解析し、待機状態となる。As a result, the instruction decoding circuit 8 of the DMA f;11 control circuit 7 reads the instruction table 9 of the memory 5 via the channel 10.
It reads out the command from the computer, analyzes it, and enters a standby state.
この後プロセッサ1はシリアル通信制御回路6に送信開
始を指示し、シリアル通信制御回路6は回線を経て相手
装置を呼出し、通信が可能となると、第1図及び第2図
◎に示す如(、OR回路11を経てDMA制御回路7の
チャネル10に送信データ転送要求を送出する。After that, the processor 1 instructs the serial communication control circuit 6 to start transmission, and the serial communication control circuit 6 calls the other party's device via the line, and when communication becomes possible, as shown in FIGS. 1 and 2 (◎). A transmission data transfer request is sent to channel 10 of DMA control circuit 7 via OR circuit 11.
チャネル10を経て送信データ転送要求を受けたDMA
制御回路7はプロセッサlにバス占有要求を送出し、バ
スを占有してからチャネルIOにメモリ5からデータを
読出させ、第2図@に示す如く、シリアル通信制御回路
6に送出させる。DMA receives transmission data transfer request via channel 10
The control circuit 7 sends a bus occupancy request to the processor 1, occupies the bus, and then causes the channel IO to read data from the memory 5 and send it to the serial communication control circuit 6 as shown in FIG.
命令テーブル9には予め定めた形式で、送信データ転送
と、シリアル通信制御装置6の受信状態への切替えと、
受信データ転送を命令するように設定されている。In the command table 9, in a predetermined format, there are instructions for transmitting data transfer, switching the serial communication control device 6 to the receiving state, and
It is set to command receive data transfer.
シリアル通信制御回路6はメモリ5から読出された並列
データを直列データに変換して第2図■に示す如く回線
に送出する。予め定められたデータ量を転送し終えると
、命令解読回路8はチャネル10を経てメモリ5の命令
テーブル9から次の命令を読出す。The serial communication control circuit 6 converts the parallel data read from the memory 5 into serial data and sends it to the line as shown in FIG. When the predetermined amount of data has been transferred, the instruction decoding circuit 8 reads the next instruction from the instruction table 9 of the memory 5 via the channel 10.
命令テーブル9の次の命令はシリアル通信制御回路6の
受信状態への切替えを命令しているため、この命令を解
読した命令解読回路8の指示によりチャネル10は、第
2図@に示す如く、シリアル通信制御回路6を受信状態
に切替える信号を送出する。Since the next command in the command table 9 instructs the serial communication control circuit 6 to switch to the receiving state, the command decoding circuit 8 that decoded this command commands the channel 10 as shown in FIG. A signal is sent to switch the serial communication control circuit 6 to a receiving state.
この後命令解読回路8は、メモリ5の命令テーブル9か
ら次の命令を読出して解析し待機状態となる。Thereafter, the instruction decoding circuit 8 reads the next instruction from the instruction table 9 in the memory 5, analyzes it, and enters a standby state.
シリアル通信制御回路6は相手装置からデータを受信す
ると、並列データに変換し、OR回路11を経て第1図
及び第2図■に示す如く、チャネル10に対しデータ転
送要求を送出する。When the serial communication control circuit 6 receives data from the partner device, it converts it into parallel data, and sends a data transfer request to the channel 10 via the OR circuit 11, as shown in FIGS. 1 and 2 (2).
チャネル10を経てこのデータ転送要求を受けたDMA
制御回路7は、プロセッサ1にバス占有要求を送出して
、バスを占有すると、チャネル10に受信データ転送を
指示する。チャネルlOは第2図[相]に示す如くシリ
アル通信制御回路6が送出する受信データをメモリ5に
転送し、第2図Oに示す如くメモリ5に順次格納する。DMA that received this data transfer request via channel 10
The control circuit 7 sends a bus occupancy request to the processor 1, and when the bus is occupied, it instructs the channel 10 to transfer the received data. The channel IO transfers the received data sent out by the serial communication control circuit 6 to the memory 5 as shown in FIG. 2 [phase], and sequentially stores it in the memory 5 as shown in FIG. 2O.
データの受信が完了すると、シリアル通信制御回路6は
、第1図及び第2図[相]に示す如く、割込み制御回路
12を経て、マスク可能割込みにより、プロセッサ1に
受信完了を通知する。プロセッサ1はDMA制御回路7
を停止させ、シリアル通信制御回路6をディセーブルと
する。When the data reception is completed, the serial communication control circuit 6 notifies the processor 1 of the completion of reception by a maskable interrupt via the interrupt control circuit 12, as shown in FIGS. 1 and 2 [phase]. Processor 1 is DMA control circuit 7
, and the serial communication control circuit 6 is disabled.
これで−回の送受信動作を完了し、以後上記の動作を繰
り返す。This completes - times of transmission/reception operations, and the above operations are repeated thereafter.
相手装置からの受信を待ち受ける場合、プロセッサ1は
予めDMA制御回路7に命令テーブル9の受信命令から
動作するように指示している。命令解読回路8は、命令
テーブル9の受信データ転送命令から読出しを開始し、
チャネル10を経てシリアル通信制御回路6を受信状態
に切替える信号を送出する。When waiting for reception from a partner device, the processor 1 instructs the DMA control circuit 7 in advance to operate from the reception command in the command table 9. The instruction decoding circuit 8 starts reading from the received data transfer instruction in the instruction table 9,
A signal is sent via channel 10 to switch serial communication control circuit 6 to a receiving state.
シリアル通信制御回路6は相手装置から呼出されると、
第2図[相]に示す如く、チャネル10にデータ転送要
求を送出する。チャネル10を経てデータ転送を要求さ
れたD M A !II御回路7は前記同様、バスを占
有して、チャネル10に受信データ転送を指示する。以
後の動作は上記と同様であるため説明を省略する。When the serial communication control circuit 6 is called by the other device,
As shown in FIG. 2 [phase], a data transfer request is sent to the channel 10. DMA requested to transfer data via channel 10! Similarly to the above, the II control circuit 7 occupies the bus and instructs the channel 10 to transfer received data. The subsequent operations are the same as those described above, so the explanation will be omitted.
以上説明した如く、本発明はDMA制御回路の一つのチ
ャネルを時分割で切替え、半二重通信のデータ転送を制
御させるため、ハードウェア資源の有効利用が可能とな
り、且つ、シリアル通信制御回路の送受信状態切替制御
にプロセッサの介入を不要とするため、プロセッサの負
担を軽減すると共に、割込みレベル数の制限を排除する
ことが出来る。As explained above, the present invention switches one channel of the DMA control circuit in a time-division manner to control data transfer in half-duplex communication, which makes it possible to effectively utilize hardware resources, and also to improve the efficiency of the serial communication control circuit. Since processor intervention is not required for transmission/reception state switching control, the burden on the processor can be reduced and limitations on the number of interrupt levels can be eliminated.
第1図は本発明の一実施例を示す回路のブロック図、
第2図は第1図の動作を説明するタイムチャート、第3
図は従来の技術を説明するブロック図、第4図は第3図
の動作を説明するタイムチャートである。
図において、
1はプロセッサ、 2,7はD M A制御回路、3
.4.10はチャネル、 5はメモリ、6はシリアル
通信制御回路、
8は命令解読回路、 9は命令テーブル、11はOR回
路、 12は割込み制御回路である。
欄ε1 圀0)虜カ唄含で明するツ化ケヤートーチ 2
2FIG. 1 is a block diagram of a circuit showing one embodiment of the present invention, FIG. 2 is a time chart explaining the operation of FIG. 1, and FIG.
The figure is a block diagram explaining the conventional technique, and FIG. 4 is a time chart explaining the operation of FIG. 3. In the figure, 1 is a processor, 2 and 7 are DMA control circuits, and 3
.. 4.10 is a channel, 5 is a memory, 6 is a serial communication control circuit, 8 is an instruction decoding circuit, 9 is an instruction table, 11 is an OR circuit, and 12 is an interrupt control circuit. Column ε1 圀0) Tsuka Keya Torch Explained with Captive Kauta 2
2
Claims (1)
クセス制御回路(7)とメモリ(5)とシリアル通信制
御回路(6)を備えて半二重通信を行う装置において、 該メモリ(5)に該シリアル通信制御回路(6)の送受
信状態切替えとデータ転送を指示する命令を所定の順序
で格納した命令テーブル(9)と、 前記直接メモリアクセス制御回路(7)に該命令テーブ
ル(9)の命令を解読する命令解読回路(8)とを設け
、 該命令解読回路(8)が該命令テーブル(9)から読出
した命令と、前記シリアル通信制御回路(6)からのデ
ータ転送要求に基づき、該直接メモリアクセス制御回路
(7)の一つのチャネル(10)を制御し、時分割で該
シリアル通信制御回路(6)と同期して、前記メモリ(
5)と該シリアル通信制御回路(6)間における送信デ
ータと受信データのデータ転送を行わせることを特徴と
する直接メモリアクセス制御回路の半二重通信方式。[Claims] An apparatus for performing half-duplex communication comprising a processor (1), a direct memory access control circuit (7) having a plurality of channels, a memory (5), and a serial communication control circuit (6), comprising: an instruction table (9) storing instructions in a predetermined order instructing the serial communication control circuit (6) to switch the transmission/reception state and transfer data in the memory (5); An instruction decoding circuit (8) for decoding the instructions in the table (9) is provided, and the instruction decoding circuit (8) reads out the instructions from the instruction table (9) and data from the serial communication control circuit (6). Based on the transfer request, one channel (10) of the direct memory access control circuit (7) is controlled, and in synchronization with the serial communication control circuit (6) on a time-sharing basis, the memory (
5) and the serial communication control circuit (6), the half-duplex communication method for the direct memory access control circuit is characterized in that data transfer of transmission data and reception data is performed between the serial communication control circuit (6) and the serial communication control circuit (6).
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61297149A JPS63149751A (en) | 1986-12-12 | 1986-12-12 | Half-duplex communication system in direct memory access control circuit |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61297149A JPS63149751A (en) | 1986-12-12 | 1986-12-12 | Half-duplex communication system in direct memory access control circuit |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS63149751A true JPS63149751A (en) | 1988-06-22 |
| JPH0447345B2 JPH0447345B2 (en) | 1992-08-03 |
Family
ID=17842834
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP61297149A Granted JPS63149751A (en) | 1986-12-12 | 1986-12-12 | Half-duplex communication system in direct memory access control circuit |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS63149751A (en) |
-
1986
- 1986-12-12 JP JP61297149A patent/JPS63149751A/en active Granted
Also Published As
| Publication number | Publication date |
|---|---|
| JPH0447345B2 (en) | 1992-08-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH0560623B2 (en) | ||
| JPH01162967A (en) | Method and device for interruption processing | |
| JPS63149751A (en) | Half-duplex communication system in direct memory access control circuit | |
| US5125079A (en) | Method for controlling the data transmission of a central unit interfacing control circuit and circuit arrangement for the implementation of the method | |
| JPS615361A (en) | Communication interface circuit | |
| JPS6055752A (en) | Packet processing system | |
| JPS63213053A (en) | Data transfer system | |
| JPH03262063A (en) | Bus control circuit for dma transfer | |
| JPS61271555A (en) | Transferring system for direct memory access | |
| JPS59201153A (en) | Host connection system for stand-alone type picture processing system | |
| JPH02170253A (en) | I/O control method for data processing equipment | |
| JPS61186046A (en) | System for controlling terminal equipment connection | |
| JPH05197662A (en) | Information processing equipment | |
| JPH0282342A (en) | Data communication equipment | |
| JPS61246861A (en) | Data transfer control system | |
| JPH08320842A (en) | Data transfer control system | |
| JPH03113554A (en) | Data transfer system | |
| JPH0365844A (en) | Data transfer equipment | |
| JPH0154730B2 (en) | ||
| JPH0612365A (en) | DMA control system | |
| JPH01243160A (en) | Data transfer control system | |
| JPH0721097A (en) | Data transfer device | |
| JPH0421148A (en) | Control system for issue of input/output instruction and interruption acknowledge | |
| JPS62174853A (en) | Communication control processing device | |
| JPS62219054A (en) | System for connecting i/o port devices |