JPH09284340A - Method for controlling communication and its device - Google Patents

Method for controlling communication and its device

Info

Publication number
JPH09284340A
JPH09284340A JP9272096A JP9272096A JPH09284340A JP H09284340 A JPH09284340 A JP H09284340A JP 9272096 A JP9272096 A JP 9272096A JP 9272096 A JP9272096 A JP 9272096A JP H09284340 A JPH09284340 A JP H09284340A
Authority
JP
Japan
Prior art keywords
buffer memory
frame
data
block
blocks
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
JP9272096A
Other languages
Japanese (ja)
Inventor
Etsuzo Kimura
悦三 木村
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 Engineering Ltd
Original Assignee
NEC Engineering Ltd
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 Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP9272096A priority Critical patent/JPH09284340A/en
Publication of JPH09284340A publication Critical patent/JPH09284340A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a communication control device where a frame transferred by means of a communication line is efficiently stored in a buffer memory. SOLUTION: The communication controller 17a is constituted by adding the buffer memory 22, a buffer memory control part 21 dividing the null area of the buffer memory 22 into plural blocks, a reception block number detecting circuit 24 detecting the number of the blocks required for storing the received frame and a line control part 23 storing the received frame in the buffer memory. The reception block number detecting circuit 24 detects the number of the blocks required for storing the frame from header information which is added in the received frame.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、通信回線網を使用
して転送される様々なフレーム長を有するフレームをバ
ッファメモリに効率的に格納させる通信制御技術に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication control technique for efficiently storing frames having various frame lengths transferred using a communication network in a buffer memory.

【0002】[0002]

【従来の技術】LAN(地域通信網)およびWAN(広
域通信網)におけるデータ通信技術は、近年のマルチメ
ディアの流行とともにその発展が目覚ましい。特に、通
信データは大量化しつつあり、これに伴って通信速度の
高速化が要求されている。従来のデータ通信技術におい
て、送信端末は、送信対象となるデータを複数ブロック
に分割し、各分割要素とデータの再構成に必要な情報を
含む情報とを一緒にしてフレームを構成する。こうして
作られた各フレームが通信回線網に送出される。
2. Description of the Related Art The development of data communication technology in LAN (regional communication network) and WAN (wide area communication network) has been remarkable with the recent trend of multimedia. In particular, the amount of communication data is increasing, and accordingly, the communication speed is required to be increased. In the conventional data communication technique, a transmitting terminal divides data to be transmitted into a plurality of blocks, and forms a frame by combining each division element and information including information necessary for data reconstruction. Each frame thus created is sent to the communication network.

【0003】受信端末は、転送されたフレームを受信す
るが、このフレームは一時的にバッファメモリに蓄えら
れる。この種のバッファメモリを用いた通信制御技術は
特開平02−310649号公報に記載されている。上
記公報に記載された通信制御技術では、受信したフレー
ムのヘッダ部分とデータ部分とを分離し、それぞれをヘ
ッダ用のバッファメモリとデータ用のバッファメモリに
格納する。このとき、通信回線を制御する回線制御部に
は、長いデータ長を有するフレームが格納可能なよう
に、比較的大きめに固定された大きさのバッファメモリ
領域が設定されている。あるいは、小さな固定長を有す
る複数バッファメモリが備えられている場合もある。こ
のとき、長いデータ部が1バッファメモリに格納しきれ
ないときは、バッファメモリチェインが実行される。
The receiving terminal receives the transferred frame, and this frame is temporarily stored in the buffer memory. A communication control technique using this type of buffer memory is described in JP-A-02-310649. In the communication control technique described in the above publication, the header portion and the data portion of the received frame are separated and stored in the header buffer memory and the data buffer memory. At this time, in the line control unit that controls the communication line, a relatively large fixed buffer memory area is set so that a frame having a long data length can be stored. Alternatively, multiple buffer memories with small fixed lengths may be provided. At this time, if the long data part cannot be stored in one buffer memory, the buffer memory chain is executed.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記公
報に記載された従来技術では、受信するフレーム内のデ
ータ部分をバッファメモリに格納するときに、データの
長さに無関係に空バッファメモリアドレスへデータを格
納するため、短いデータ部を有するフレームを受信した
場合にはバッファメモリを無駄に使用してしまう問題が
あった。一方、長いデータのデータ部を有するフレーム
を受信したときには一個のバッファメモリの空き領域に
それを格納しきれない場合に、再度、バッファ情報より
バッファメモリの空領域アドレスを読み出し、バッファ
チェイン動作を実行さねばならず、このために受信処理
性能の低下を引き起こす問題もあった。
However, in the prior art described in the above publication, when the data portion in the received frame is stored in the buffer memory, the data is stored in the empty buffer memory address regardless of the length of the data. Therefore, there is a problem that the buffer memory is wasted when a frame having a short data portion is received. On the other hand, when a frame having a data portion of long data is received and it cannot be stored in the empty area of one buffer memory, the empty area address of the buffer memory is read again from the buffer information and the buffer chain operation is executed. Therefore, there is a problem in that the reception processing performance is deteriorated.

【0005】本発明の課題は、受信するフレームのデー
タ部が様々な長さを有してしる場合でも、バッファメモ
リの空き領域を無駄なく有効に利用して、効率的に受信
を行う通信制御方法及び装置を提供することにある。
An object of the present invention is to perform communication for efficient reception by effectively utilizing the empty area of the buffer memory without waste even when the data portion of the received frame has various lengths. It is to provide a control method and apparatus.

【0006】[0006]

【課題を解決するための手段】本発明は、上記課題を解
決する通信制御方法を提供する。この通信制御方法は、
少なくとも一つのデータブロックを含むフレーム情報を
格納するバッファメモリと、このバッファメモリへの格
納を制御する制御手段とを備えて成る通信装置における
通信制御方法であって、前記制御手段が、前記バッファ
メモリの空き領域を検出するとともに検出した空き領域
を複数領域に分割するステップと、前記フレーム情報か
ら前記バッファメモリの空き領域に格納し得るデータブ
ロック数を特定するステップと、この特定したデータブ
ロック数に対応する前記バッファメモリの分割領域に当
該データブロックを格納するステップと、を実行するこ
とを特徴とする。
SUMMARY OF THE INVENTION The present invention provides a communication control method for solving the above problems. This communication control method
A communication control method in a communication device, comprising: a buffer memory for storing frame information including at least one data block; and a control means for controlling storage in the buffer memory, wherein the control means is the buffer memory. Detecting a free area and dividing the detected free area into a plurality of areas; specifying the number of data blocks that can be stored in the free area of the buffer memory from the frame information; and Storing the data block in the corresponding divided area of the buffer memory.

【0007】本発明は、また、上記課題を解決する通信
制御装置を提供する。この通信制御装置は、少なくとも
一つのデータブロックを含むフレーム情報を受信する受
信手段と、受信したフレーム情報に含まれるデータブロ
ックを格納するバッファメモリと、前記バッファメモリ
の空き領域を検出するとともに検出した空き領域を複数
領域に分割するブロック分割手段と、前記受信したフレ
ーム情報から前記バッファメモリに格納し得るデータブ
ロック数を特定するブロック数特定手段と、このブロッ
ク数特定手段が特定したブロック数に対応する前記バッ
ファメモリの分割領域に当該データブロックを格納する
データ格納手段と、を備えて成る。
The present invention also provides a communication control device that solves the above problems. The communication control device detects and detects a receiving unit that receives frame information including at least one data block, a buffer memory that stores a data block included in the received frame information, and an empty area of the buffer memory. Corresponding to a block dividing means for dividing an empty area into a plurality of areas, a block number specifying means for specifying the number of data blocks that can be stored in the buffer memory from the received frame information, and a block number specified by the block number specifying means. Data storage means for storing the data block in the divided area of the buffer memory.

【0008】なお、前記受信したフレーム情報に含まれ
るデータブロックのブロック数を前記バッファメモリの
個々の分割領域の整数倍に換算して当該フレーム情報に
付加する手段、を更に備えることが好ましい。
It is preferable that the apparatus further comprises means for converting the number of data blocks included in the received frame information into an integral multiple of each divided area of the buffer memory and adding the converted number to the frame information.

【0009】[0009]

【発明の実施の形態】以下、図面を参照しながら本発明
の実施形態を詳細に説明する。図1は、本発明の一実施
形態によるデータ通信端末のブロック構成図である。こ
のデータ通信端末1内では、中央処理装置(以下CP
U)11と主記憶装置(以下MEM)12とがシステム
バス13によりバスインターフェース装置(以下BI
U)14に接続されている。BIU14には、バスイン
ターフェースアダプタ(以下BIA)15が接続されて
おり、さらに、このBIA15と通信制御装置(以下C
CU)17a〜17dとがIOバス16によって接続さ
れている。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the drawings. FIG. 1 is a block diagram of a data communication terminal according to an embodiment of the present invention. In this data communication terminal 1, a central processing unit (hereinafter CP
U) 11 and a main memory device (hereinafter referred to as MEM) 12 via a system bus 13 as a bus interface device (hereinafter referred to as BI).
U) 14. A bus interface adapter (hereinafter referred to as BIA) 15 is connected to the BIU 14, and further, the BIA 15 and a communication control device (hereinafter referred to as C
The CUs 17a to 17d are connected by the IO bus 16.

【0010】MEM12は、送受信データ格納用であ
り、CPU11は、CCU17a〜17dで受信したフ
レームのMEM12への格納やMEM12に格納してい
る送信データのCCU17a〜17dへの送出を制御す
る機能を含んでいる。
The MEM 12 is for storing transmission / reception data, and the CPU 11 includes a function of controlling storage of frames received by the CCUs 17a to 17d in the MEM 12 and transmission of transmission data stored in the MEM 12 to the CCUs 17a to 17d. I'm out.

【0011】図2は、本実施形態によるCCU17aの
ブロック構成図である。このCCU17aは、マイクロ
プロセッサユニット(以下MPU)25、受信バッファ
として機能するバッファメモリ22、ブロック分割手段
を有するバッファメモリ制御部21、受信ブロックの格
納手段を有する回線制御部23、受信ブロック数検出手
段を有する受信ブロック数検出回路24を含んで構成さ
れている。
FIG. 2 is a block diagram of the CCU 17a according to this embodiment. The CCU 17a includes a microprocessor unit (hereinafter referred to as MPU) 25, a buffer memory 22 functioning as a receiving buffer, a buffer memory control unit 21 having a block dividing unit, a line control unit 23 having a receiving block storing unit, and a receiving block number detecting unit. It is configured to include a reception block number detection circuit 24 having.

【0012】バッファメモリ制御部21は、データ通信
端末1の立ち上げ時にバッファメモリ22の空き領域を
検出して複数ブロックに分割し、フレームの受信毎に、
残りの空き領域の大きさに関する情報(例えば、空き領
域のブロック数およびそれらのアドレスなど)を保有す
る。MPU25は、CCU17aの各構成部分の処理を
制御する。CCU17aの構成は、他の通信制御装置で
あるCCU17b〜17dについても同様である。以
下、上記形態による実施例を説明する。
The buffer memory control unit 21 detects an empty area of the buffer memory 22 at the time of starting up the data communication terminal 1 and divides it into a plurality of blocks, each time a frame is received.
It holds information about the size of the remaining free area (for example, the number of blocks in the free area and their addresses). The MPU 25 controls the processing of each component of the CCU 17a. The configuration of the CCU 17a is the same for the other communication control devices CCUs 17b to 17d. Hereinafter, examples according to the above modes will be described.

【0013】(第1実施例)図3は、本実施形態をハイ
レベル伝送制御方式(HDLC)に適用した場合のフレ
ーム構成を示している。各フレームの制御フィールド3
1は、フレームのバッファメモリへの格納に必要なブロ
ック数を示すブロック数情報フィールド32を含んでい
る。
(First Embodiment) FIG. 3 shows a frame structure when this embodiment is applied to a high-level transmission control system (HDLC). Control field 3 of each frame
1 includes a block number information field 32 indicating the number of blocks required to store the frame in the buffer memory.

【0014】まず、CCU17aの立ち上げ時に、バッ
ファメモリ制御部21に1ブロックのバイト数、ここで
は例えば64バイト、が定義される。この定義は、受信
側と送信側のCCUにおいて同一としなければならな
い。
First, when the CCU 17a is started up, the buffer memory control unit 21 defines the number of bytes of one block, here, for example, 64 bytes. This definition must be the same in the receiving and sending CCUs.

【0015】データ通信端末1の立ち上げ時には、バッ
ファメモリ制御部21はバッファメモリ22内の空き領
域を1ブロックサイズである64バイト単位で分割する
とともに分割ブロック数を回線制御部23に設定する。
When the data communication terminal 1 is started up, the buffer memory control unit 21 divides an empty area in the buffer memory 22 into units of 64 bytes, which is one block size, and sets the number of divided blocks in the line control unit 23.

【0016】送信側のCCUは、MPU25が送信する
フレームの制御フィールド31内のブロック数情報フィ
ールド32に、そのフレームを全て受信するには何ブロ
ック必要かを設定する。このとき、設定するブロック数
は、全フレーム長を含むことができる64バイトの倍数
で最小のものである。
The CCU on the transmitting side sets, in the block number information field 32 in the control field 31 of the frame transmitted by the MPU 25, how many blocks are required to receive all the frames. At this time, the number of blocks to be set is the smallest multiple of 64 bytes that can include the entire frame length.

【0017】一方、受信側のCCUは、回線制御部23
内の受信ブロック数検出回路24がこのフレームを全て
受信するのに必要なブロック数をブロック数情報フィー
ルド32より検出し、データ通信端末1の立ち上げ時に
おいてバッファメモリ制御部21により設定された空き
領域のブロック数値と比較して、受信可能であるならば
順次バッファメモリ22の空き領域(分割領域)に格納
する。
On the other hand, the CCU on the receiving side is the line control unit 23.
The received block number detection circuit 24 detects the number of blocks required to receive all the frames from the block number information field 32, and sets the free space set by the buffer memory control unit 21 when the data communication terminal 1 is started up. If it is receivable by comparing with the block value of the area, it is sequentially stored in the empty area (divided area) of the buffer memory 22.

【0018】1フレームが正常にバッファメモリ22に
格納されると、回線制御部23は、バッファメモリ22
の空き領域を何ブロック使用したかをバッファメモリ制
御部21に報告し、1フレームの受信タスクを終了す
る。その後に転送されるフレームの受信では以上のステ
ップを繰り返す。
When one frame is normally stored in the buffer memory 22, the line control unit 23 causes the buffer memory 22 to operate.
The number of blocks used in the empty area is reported to the buffer memory control unit 21, and the reception task of one frame is ended. The above steps are repeated for the reception of the frame transferred thereafter.

【0019】(第2実施例)図4は、本実施形態をイー
サネットに適用した場合のフレーム構成を示している。
第1の実施例の場合と同様に、1ブロックを64バイト
とする。図4に示されているように、イーサネットにお
けるフレームは、情報レングスフィールド41において
フレーム長が記述されている。
(Second Embodiment) FIG. 4 shows a frame structure when this embodiment is applied to Ethernet.
As in the case of the first embodiment, one block has 64 bytes. As shown in FIG. 4, the frame length of the Ethernet frame is described in the information length field 41.

【0020】このような構成のフレームの受信時におい
ては、回線制御部23内の受信ブロック数検出回路24
は、フレームを全て受信するのに必要なブロック数を情
報レングスフィールド41から読み取り、このフレーム
を含むことができる最小のブロック数を算出する。算出
したブロック数とデータ端末装置1の立ち上げ時におい
て設定されたバッファメモリ制御部21に設定されたブ
ロック数値と比較して、このフレームが受信可能である
ならば、順次バッファメモリ22の空き領域に格納す
る。
At the time of receiving a frame having such a configuration, the reception block number detection circuit 24 in the line control unit 23
Reads the number of blocks required to receive all the frames from the information length field 41 and calculates the minimum number of blocks that can include this frame. If this frame is receivable by comparing the calculated number of blocks with the block numerical value set in the buffer memory control unit 21 set when the data terminal device 1 is started up, the free area of the buffer memory 22 is sequentially To store.

【0021】1フレームが正常にバッファメモリ22に
格納されると、回線制御部23は、バッファメモリ22
の空き領域を何ブロック使用したかをバッファメモリ制
御部21に報告し、受信タスクを終了する。イーサネッ
トでその後に転送された各フレームについて以上の処理
を繰り返す。
When one frame is normally stored in the buffer memory 22, the line control unit 23 causes the buffer memory 22 to operate.
It reports to the buffer memory control unit 21 how many blocks of the free area are used and ends the reception task. The above processing is repeated for each frame transferred thereafter on the Ethernet.

【0022】なお、便宜上、CCU17aを例にとって
受信処理を説明したが、他のCCU17b〜17dもC
CU17aと同じ受信処理を行う。また、1ブロックを
64バイトとして説明したがこれに限定しない。
For the sake of convenience, the reception processing has been described by taking the CCU 17a as an example, but the other CCUs 17b to 17d are also C.
The same receiving process as that of the CU 17a is performed. Also, one block is described as 64 bytes, but the present invention is not limited to this.

【0023】[0023]

【発明の効果】以上の説明から明らかなように、本発明
によれば、送信されたフレームが様々なフレーム長を有
していても、このフレームを受信するのに適当な大きさ
の空領域をバッファメモリ内に確保することができ、バ
ッファメモリを無駄なく使用することができる。また、
バッファチェーンを用いる必要がないため、効率的にし
かも確実に受信したフレームをバッファメモリに格納す
ることができる。
As is apparent from the above description, according to the present invention, even if a transmitted frame has various frame lengths, an empty area having a size suitable for receiving this frame is provided. Can be secured in the buffer memory, and the buffer memory can be used without waste. Also,
Since it is not necessary to use a buffer chain, the received frame can be efficiently and reliably stored in the buffer memory.

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

【図1】本発明の一実施形態であるデータ通信端末のブ
ロック構成図。
FIG. 1 is a block configuration diagram of a data communication terminal which is an embodiment of the present invention.

【図2】本実施形態による通信制御装置のブロック構成
図。
FIG. 2 is a block configuration diagram of a communication control device according to the present embodiment.

【図3】第1の実施例であるハイレベル伝送制御手順に
おけるフレーム構成図。
FIG. 3 is a frame configuration diagram in a high level transmission control procedure according to the first embodiment.

【図4】第2の実施例であるイーサネットにおけるフレ
ーム構成図。
FIG. 4 is a frame configuration diagram of an Ethernet according to a second embodiment.

【符号の説明】[Explanation of symbols]

1 データ通信端末 11 中央処理装置 12 メモリ 13 システムバス 14 バスインターフェース装置 15 バスインターフェースアダプタ 16 IOバス 17a〜17d 通信制御装置 21 バッファメモリ制御部 22 バッファメモリ 23 回線制御部 24 受信ブロック数検出回路 25 MPU 30、40 フレーム 31 制御フィールド 32 ブロック数情報フィールド 41 情報レングス 1 Data Communication Terminal 11 Central Processing Unit 12 Memory 13 System Bus 14 Bus Interface Device 15 Bus Interface Adapter 16 IO Bus 17a to 17d Communication Control Device 21 Buffer Memory Control Unit 22 Buffer Memory 23 Line Control Unit 24 Received Block Number Detection Circuit 25 MPU 30 and 40 frames 31 control field 32 block number information field 41 information length

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 少なくとも一つのデータブロックを含む
フレーム情報を格納するバッファメモリと、このバッフ
ァメモリへの格納を制御する制御手段とを備えて成る通
信装置における通信制御方法であって、 前記制御手段が、 前記バッファメモリの空き領域を検出するとともに検出
した空き領域を複数領域に分割するステップと、 前記フレーム情報から前記バッファメモリの空き領域に
格納し得るデータブロック数を特定するステップと、 この特定したデータブロック数に対応する前記バッファ
メモリの分割領域に当該データブロックを格納するステ
ップと、 を実行することを特徴とする通信制御方法。
1. A communication control method in a communication device, comprising: a buffer memory for storing frame information including at least one data block; and a control means for controlling storage in the buffer memory. Detecting the free area of the buffer memory and dividing the detected free area into a plurality of areas; and specifying the number of data blocks that can be stored in the free area of the buffer memory from the frame information, A step of storing the data block in a divided area of the buffer memory corresponding to the number of data blocks that has been processed.
【請求項2】 少なくとも一つのデータブロックを含む
フレーム情報を受信する受信手段と、 受信したフレーム情報に含まれるデータブロックを格納
するバッファメモリと、 前記バッファメモリの空き領域を検出するとともに検出
した空き領域を複数領域に分割するブロック分割手段
と、 前記受信したフレーム情報から前記バッファメモリに格
納し得るデータブロック数を特定するブロック数特定手
段と、 このブロック数特定手段が特定したブロック数に対応す
る前記バッファメモリの分割領域に当該データブロック
を格納するデータ格納手段と、 を備えて成る通信制御装置。
2. A receiving means for receiving frame information including at least one data block, a buffer memory for storing a data block included in the received frame information, a free area of the buffer memory and a detected free space. Block division means for dividing an area into a plurality of areas, block number specification means for specifying the number of data blocks that can be stored in the buffer memory from the received frame information, and block number specification means for specifying the number of blocks A communication control device comprising: a data storage unit that stores the data block in a divided area of the buffer memory.
【請求項3】 前記受信したフレーム情報に含まれるデ
ータブロックのブロック数を前記バッファメモリの個々
の分割領域の整数倍に換算して当該フレーム情報に付加
する手段、 を更に備えて成る請求項2記載の通信制御装置。
3. A unit for converting the number of blocks of a data block included in the received frame information into an integral multiple of each divided area of the buffer memory and adding the converted number to the frame information. The communication control device described.
JP9272096A 1996-04-15 1996-04-15 Method for controlling communication and its device Pending JPH09284340A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9272096A JPH09284340A (en) 1996-04-15 1996-04-15 Method for controlling communication and its device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9272096A JPH09284340A (en) 1996-04-15 1996-04-15 Method for controlling communication and its device

Publications (1)

Publication Number Publication Date
JPH09284340A true JPH09284340A (en) 1997-10-31

Family

ID=14062297

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9272096A Pending JPH09284340A (en) 1996-04-15 1996-04-15 Method for controlling communication and its device

Country Status (1)

Country Link
JP (1) JPH09284340A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7472205B2 (en) 2002-04-24 2008-12-30 Nec Corporation Communication control apparatus which has descriptor cache controller that builds list of descriptors

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7472205B2 (en) 2002-04-24 2008-12-30 Nec Corporation Communication control apparatus which has descriptor cache controller that builds list of descriptors

Similar Documents

Publication Publication Date Title
US6954806B2 (en) Data transfer apparatus and method
JP5767277B2 (en) Gateway device
JPH1013371A (en) Data byte stream communication method and device therefor
JPH09284340A (en) Method for controlling communication and its device
JP2002521942A (en) Memory device and method of operating memory device
US7260668B2 (en) Network co-processor for vehicles
JPH09191321A (en) Adaptive credit control type transfer method
JPH09331370A (en) Data communication equipment
JP3230339B2 (en) Communication control device
JPH0936859A (en) Monitoring information repeating method and device therefor
JPH1049344A (en) Buffer busy control system
KR0182707B1 (en) Method and apparatus for monitoring communication message between processors in switching system
JP3710967B2 (en) Data transmission system
JP3045147B2 (en) Mobile communication data relay device
JP3006555B2 (en) Remote module control method
JPH07319823A (en) Inter-processor communication system
JPH11122275A (en) Serial communication system
JPH03204254A (en) Data receiver
US6510482B1 (en) Multiplexed bus data transmission control system
KR100427764B1 (en) Apparatus for Interface between Devices of different Data Bus
JPH05100971A (en) Information processing system
JPH09171493A (en) Data transfer device
JPH03255558A (en) Communication processor control system
JPH07143133A (en) Multi-layer protocol processor for common use of memory
JPS59205848A (en) Priority control system