JPH06350673A - Protocol processor - Google Patents

Protocol processor

Info

Publication number
JPH06350673A
JPH06350673A JP5134775A JP13477593A JPH06350673A JP H06350673 A JPH06350673 A JP H06350673A JP 5134775 A JP5134775 A JP 5134775A JP 13477593 A JP13477593 A JP 13477593A JP H06350673 A JPH06350673 A JP H06350673A
Authority
JP
Japan
Prior art keywords
time
buffer
data
protocol processing
timer
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
JP5134775A
Other languages
Japanese (ja)
Inventor
Mitsuru Maruyama
充 丸山
Hideki Sakamoto
秀樹 阪本
Yutaka Ishibashi
豊 石橋
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP5134775A priority Critical patent/JPH06350673A/en
Publication of JPH06350673A publication Critical patent/JPH06350673A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To reduce the overhead of time-out processing in the protocol processing. CONSTITUTION:Timer parts 61 to 67 are provided correspondingly to buffers 51 to 57, and these timer parts 61 to 67 count down the set time-out values at each time of coming of a clock signal from a clock generating part 4. Zero detecting parts 71 to 77 detect the time-out of timer parts 61 to 67 to output time-out signals 81 to 87 to a protocol processing part 2 respectively. At the time of input of the time-out signal to the protocol processing part 2, this part 2 checks the buffer corresponding to the zero detecting part which outputs this time-out signal, and a transmission time-out processing routine is started to perform the time-out processing if data remains in this buffer, but a reception time-out processing routine is started to perform the time-out processing when data does not remain there.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、通信システムの中でプ
ロトコルの処理を行なうプロトコル処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a protocol processing device for processing a protocol in a communication system.

【0002】[0002]

【従来の技術】プロトコル処理装置にFDDI,B−I
SDN等の高速な通信回線を接続し、回線のバンド幅を
有効に使って、送受信制御を行なうためには、高速なプ
ロトコル処理が必要となる。
2. Description of the Related Art FDDI and BI are used as protocol processing devices.
High-speed protocol processing is required to connect a high-speed communication line such as SDN and to effectively use the bandwidth of the line for transmission / reception control.

【0003】一般に、プロトコル処理を行なう場合に
は、送信/受信時ともにタイマにより時間監視を行な
い、シーケンス上の異常をみつけるのが普通である。こ
の方法としては、次の方法が一般的である。
In general, when performing protocol processing, it is usual to detect a time abnormality by a timer during transmission / reception to find an abnormality in the sequence. The following method is generally used as this method.

【0004】各プロトコル処理モジュールをそれぞれマ
ルチタスクOS上に構成し、タイムアウトシステムコー
ルを発行することで、それぞれの時間待ちのキューを作
成する。タイムアウト時は、あらかじめ登録しておいた
タイムアウト処理ルーチンが起動される。
Each protocol processing module is configured on a multi-task OS, and a time-out system call is issued to create a queue waiting for each time. At the time-out, a time-out processing routine registered in advance is activated.

【0005】本方法においては、マルチタスクOS内
で、システムクロック単位の割り込みが起き、割り込み
のたびに、時間待ちキューのそれぞれのタイムアウト値
を1つずつデクリメントして、0になったものを検索
し、見つかったものをタイムアウトが発生として処理す
る。
In this method, an interrupt occurs in system clock units within the multitasking OS, and each time the interrupt occurs, the timeout value of the time-waiting queue is decremented by one and the one that has become 0 is searched. Then, the found one is treated as a timeout occurs.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の方法
は、マルチタスクOS上でそれぞれの時間待ちキューの
値をシステムクロックによる割り込みのたびに1つずつ
デクリメントして、タイムアウトになったかを検査する
処理オーバヘッドがあり、さらに、システムクロックに
よる割り込みが頻繁に起きると、割り込み処理のオーバ
ヘッドによってシステムの性能を著しく落すために、単
位時間あたりの割り込み回数を増やすことができず、結
果的に分解能のよいタイムアウト用のタイマが構成でき
ないという欠点があった。
The above-mentioned conventional method decrements the value of each time-waiting queue on the multitask OS by one each time an interrupt is generated by the system clock, and checks whether a time-out has occurred. If there is processing overhead and the system clock interrupts frequently, the overhead of interrupt processing significantly reduces the system performance, and the number of interrupts per unit time cannot be increased, resulting in good resolution. There was a drawback that the timer for timeout could not be configured.

【0007】本発明の目的は、プロトコル処理における
タイムアウト操作のオーバヘッドが少ないプロトコル処
理装置を提供することにある。
It is an object of the present invention to provide a protocol processing device in which the overhead of timeout operation in protocol processing is small.

【0008】[0008]

【課題を解決するための手段】本発明のプロトコル処理
装置は、通信回線上のデータを受け取り、また通信回線
上にデータを送出する回線対応部と、プロトコルデータ
を保持する複数のバッファと、クロック発生部と、各バ
ッファ対応に設けられ、クロック発生部からクロック信
号がくるたび設定されているタイムアウト値からダウン
カウント動作を行なうタイマ部と、前記複数のバッファ
にプロトコル処理モジュールを割り当て、これらバッフ
ァに対応するタイマ部にタイムアウト値を設定し、送信
用バッファに格納されているデータを読出し、プロトコ
ル処理を行なって回線対応部から回線上に送信する動作
を開始する際に送信用バッファに対応するタイマ部を起
動し、その後タイムアウト信号がくると、該タイムアウ
ト信号を出力したタイマ部に対応するバッファを調べ、
該バッファにデータが残っていれば、送信タイムアウト
処理ルーチンを起動し、また回線対応部で回線上のデー
タを受信し、プロトコル処理を行なって受信用バッファ
に格納する動作を開始する際に受信用バッファに対応す
るタイマ部を起動し、その後タイムアウト信号がくる
と、該タイムアウト信号を出力したタイマ部に対応する
バッファを調べ、該バッファにデータが格納されていな
ければ、受信タイムアウト処理ルーチンを起動するプロ
トコル処理部とを有する。
A protocol processing device according to the present invention includes a line interface for receiving data on a communication line and sending data on the communication line, a plurality of buffers for holding protocol data, and a clock. A generation unit, a timer unit provided for each buffer and performing a down-count operation from a set timeout value each time a clock signal comes from the clock generation unit, and a protocol processing module is assigned to the plurality of buffers. A timer corresponding to the transmission buffer when a timeout value is set in the corresponding timer unit, the data stored in the transmission buffer is read, and the protocol processing is performed to start the operation of transmitting from the line interface to the line. When the time-out signal comes after starting the unit, the time-out signal was output. Examine the buffer corresponding to the timer unit,
If data remains in the buffer, the transmission timeout processing routine is started, and when the line interface receives the data on the line, performs protocol processing, and stores it in the reception buffer When the timer unit corresponding to the buffer is started and then the time-out signal comes, the buffer corresponding to the timer unit that has output the time-out signal is checked, and if no data is stored in the buffer, the reception time-out processing routine is started. And a protocol processing unit.

【0009】[0009]

【作用】本発明では、回線受信時には、プロトコル処理
モジュールに受信用のバッファを割り当てた後に、その
データが受信されるまでの最大時間をバッファ内の個々
のタイマ部にセットする。タイマ部に設定された最大時
間が経過するとバッファ内のタイマ部の値が0になり、
そのバッファからプロトコル処理部に対して、タイムア
ウト信号が出力される。プロトコル処理部はタイムアウ
ト信号が出力されたバッファ内を調べ、受信データが揃
っていなければ受信タイムアウト処理ルーチンを起動す
る。
According to the present invention, at the time of line reception, after the buffer for reception is assigned to the protocol processing module, the maximum time until the data is received is set in each timer section in the buffer. When the maximum time set in the timer section has elapsed, the value of the timer section in the buffer becomes 0,
A timeout signal is output from the buffer to the protocol processing unit. The protocol processing unit checks the inside of the buffer to which the time-out signal is output, and if the received data is not complete, activates the reception time-out processing routine.

【0010】送信時は、プロトコル処理モジュールに送
信用のバッファを割り当てた後に、該バッファにデータ
をセットして、そのデータが送信されるまでの最大時間
をバッファ内の個々のタイマ部にセットする。タイマ部
に設定された最大時間が経過すると、バッファ内のタイ
マ部の値が0になり、そのバッファからプロトコル処理
部に対してタイムアウト信号が出力される。プロトコル
処理部はタイムアウト信号が出力されたバッファ内を調
べ、データが残っていれば、回線インタフェースからデ
ータの送信を試みるが、回線上に何らかのエラーが発生
してデータを一定時間以内に送出することができなかっ
たものとして送信タイムアウト処理ルーチンを起動す
る。
At the time of transmission, after allocating a buffer for transmission to the protocol processing module, data is set in the buffer and the maximum time until the data is transmitted is set in each timer section in the buffer. . When the maximum time set in the timer unit has elapsed, the value of the timer unit in the buffer becomes 0, and the timeout signal is output from the buffer to the protocol processing unit. The protocol processing unit looks into the buffer where the time-out signal was output, and if data remains, it tries to send data from the line interface, but some error occurs on the line and the data is sent within a certain time. The transmission timeout processing routine is started as if it could not be done.

【0011】このように、本発明は、タイムアウト処理
はバッファ単位で個別に行なわれるので、タイムアウト
処理のオーバヘッドが極めて少なくなる。
As described above, according to the present invention, since the timeout process is individually performed for each buffer, the overhead of the timeout process is extremely reduced.

【0012】[0012]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0013】図1は本発明の一実施例のプロトコル処理
装置の構成図である。
FIG. 1 is a block diagram of a protocol processing device according to an embodiment of the present invention.

【0014】本実施例のプロトコル処理装置は、回線I
Fを持つ回線対応部1と、送受信のプロトコル処理を行
なうプロトコル処理部2と、アプリケーションを実行す
るアプリケーション処理部3と、クロック発生部4と、
プロトコルのヘッダやコンテンツが格納されるバッファ
1 ,52 ,…,57 と、それぞれバッファ51 ,5
2 ,…,57 に対応し、クロック発生部4からクロック
信号がくるたびに設定されているタイムアウト値からダ
ウンカウント動作を行なうタイマ部61 ,62 ,…,6
7 と、それぞれタイマ部61 ,62 ,…,67 がタイム
アウトしたことを検出して、タイムアウト信号81 ,8
2 ,…,87 をプロトコル処理部2に出力する0検出部
1 ,72 ,…,77 で構成されている。
The protocol processing device of this embodiment uses the line I
Performs transmission / reception protocol processing with the line interface 1 having F
Run the protocol processing unit 2 and the application
An application processing unit 3, a clock generation unit 4,
Buffer that stores protocol headers and contents
51 , 52 ,,, 57 And buffer 5 respectively1 , 5
2 ,,, 57 Corresponding to the clock from the clock generator 4.
Each time a signal arrives, the timeout value set is
Timer unit 6 for counting down1 , 62 , ..., 6
7 And timer unit 61 , 62 , ..., 67 Is time
Timeout signal 8 when it is detected that1 , 8
2 , ..., 87 0 detection unit for outputting the information to the protocol processing unit 2
71 , 72 , ..., 77 It is composed of.

【0015】回線受信時には、回線上のプロトコルデー
タを回線対応部1のインタフェースで受け、データがプ
ロトコル処理部2に渡される。プロトコル処理部2で
は、バッファ51 〜57 に受信用のエリアを確保しなが
ら、プロトコル処理をすすめ、処理が終わると、アプリ
ケーション処理部3にデータを渡す。送信時は、アプリ
ケーション処理部3からのデータをプロトコル処理部2
が受けとり、送信用のバッファとして、バッファ51
7 の領域を使用しながら、プロトコル処理を行ない、
最終的に回線対応部1を介してデータを回線上に送出す
る。
When receiving a line, the protocol data on the line is received by the interface of the line interface 1 and the data is passed to the protocol processor 2. The protocol processing unit 2, while ensuring the area for reception buffer 5 1-5 7, recommended protocol processing, the processing is completed, and passes the data to the application processing section 3. At the time of transmission, the data from the application processing unit 3 is transferred to the protocol processing unit 2
Are received by the buffer 5 1 as a buffer for transmission.
Protocol processing is performed while using the 5 7 areas.
Finally, the data is sent to the line via the line interface 1.

【0016】なお、バッファ51 〜57 は通常のRAM
で構成される。タイマ部61 〜67は、よく使われるダ
ウンカウント型のタイマ部品で構成可能である。O検出
部7 1 〜77 は比較器やキャリー出力を検出する回路で
容易に構成できる。
The buffer 51 ~ 57 Is normal RAM
Composed of. Timer unit 61 ~ 67Is a commonly used da
It can be configured with an uncounted timer component. O detection
Part 7 1 ~ 77 Is a circuit that detects the comparator and carry output
Easy to configure.

【0017】図2はプロトコル処理部2が行なうタイム
アウト処理の流れ図である。
FIG. 2 is a flow chart of the timeout process performed by the protocol processing unit 2.

【0018】まず、バッファ51〜57にプロトコル処理
モジュールを割り当てる(ステップ10)。次に、タイ
マ部にタイムアウト値を設定する(ステップ11)。次
に、タイマ部を起動する(ステップ12)。次に、タイ
ムアウト信号が出力されたかどうか調べる(ステップ1
3)。タイムアウト信号が出力されたら、タイムアウト
信号を出力した0検出部に対応するバッファを調べる
(ステップ15)。当該バッファが送信バッファなら
ば、該バッファにデータが残っているかどうか調べる
(ステップ16,17)。データが残っていれば、何ら
かの異常が発生したものとして、当該バッファの送信タ
イムアウト処理ルーチンを起動する(ステップ18)。
これにより、再送信や上位層へのエラー報告などが行な
われる。当該バッファが受信用バッファならば、該バッ
ファにデータが入っていないかどうか調べ(ステップ1
6,19)、データが入っていなければ何らかの異常が
発生したものとして、当該バッファの受信タイムアウト
処理ルーチンを起動する(ステップ20)。これにより
相手側への再送信要求や上位層へのエラー報告などが行
なわれる。
First, the protocol processing modules are assigned to the buffers 5 1 to 5 7 (step 10). Next, a timeout value is set in the timer section (step 11). Next, the timer unit is activated (step 12). Next, it is checked whether a time-out signal is output (step 1
3). When the time-out signal is output, the buffer corresponding to the 0 detection unit that has output the time-out signal is checked (step 15). If the buffer is a transmission buffer, it is checked whether data remains in the buffer (steps 16 and 17). If data remains, it is determined that some abnormality has occurred, and the transmission timeout processing routine of the buffer is started (step 18).
As a result, re-transmission and error reporting to upper layers are performed. If the buffer is a receiving buffer, it is checked whether or not there is data in the buffer (step 1
6 and 19), if there is no data, it is considered that some abnormality has occurred, and the reception timeout processing routine of the buffer is started (step 20). As a result, a retransmission request to the other party and an error report to the upper layer are made.

【0019】図3はバッファ51 〜57 の内容の時間的
変化の一例を示す図である。
FIG. 3 is a diagram showing an example of temporal changes in the contents of the buffers 5 1 to 5 7 .

【0020】時刻0の状態では、バッファ51 と52
送信用のバッファとして確保され、送信用のデータがそ
れぞれ100バイト格納され、タイムアウト値として5
0(ms)がタイマ部61,62に設定されている。ま
た、同時にバッファ53 と54は受信用のバッファとし
て確保され、受信待ち状態になり、タイムアウト値とし
て150(ms)がタイマ部63,64に設定されてい
る。
In the state of time 0, the buffers 5 1 and 5 2 are secured as transmission buffers, 100 bytes of transmission data are stored in each, and the timeout value is 5 bytes.
0 (ms) is set in the timer units 6 1 and 6 2 . At the same time, the buffers 5 3 and 5 4 are secured as receiving buffers, are in a reception waiting state, and a timeout value of 150 (ms) is set in the timer units 6 3 and 6 4 .

【0021】時刻50(ms)になると、バッファ51
のタイマ部61 およびバッファ52のタイマ部62は0に
なっているため、0検出部71 と72でそのことが検出
され、タイムアウト信号81と82がプロトコル処理部2
に出力される。プロトコル処理部2はバッファ51と52
を調べる。この場合、バッファ52 のデータはすでに送
信に成功しており、バッファ52 は解放状態にあるが、
バッファ51 には、何らかの異常により送信データが残
ったままである。そこで、プロトコル処理部2は、バッ
ファ51 の送信タイムアウト処理ルーチンを起動し、再
送信や上位へのエラー報告などの処理が行なわれる。
At time 50 (ms), the buffer 5 1
Since the timer portion 61 and the timer section 6 second buffer 5 2 is 0, that it is detected by the zero detection unit 7 1 and 7 2, the timeout signal 8 1 and 8 2 protocol processing unit 2
Is output to. The protocol processing unit 2 has buffers 5 1 and 5 2.
Find out. In this case, the data in buffer 5 2 has already been successfully transmitted, and buffer 5 2 is in the released state,
The transmission data remains in the buffer 5 1 due to some abnormality. Therefore, the protocol processing unit 2 activates the transmission timeout processing routine of the buffer 5 1, processing such as error reporting to retransmit or higher is performed.

【0022】次に、時刻150(ms)になると、バッ
ファ53 と54のタイマ部63 と64は0になっているた
め、0検出部73 と74 でそのことが検出され、タイム
アウト信号83と84がプロトコル処理部2に出力され
る。プロトコル処理部2はバッファ53と54を調べる。
この場合、バッファ54 のほうはすでにデータが受信済
みで、受信に成功しているが、バッファ53 は何らかの
異常により、受信データ待ち状態である。そこで、プロ
トコル処理部2は、バッファ53 の受信タイムアウト処
理ルーチンを起動し、相手側への再送信要求や上位層へ
のエラー報告などの処理が行なわれる。
Next, when the time becomes 0.99 (ms), since the timer section 6 3 and 6 4 of the buffer 5 3 and 5 4 are set to 0, this fact is detected by the zero detection unit 7 3 and 7 4 , Timeout signals 8 3 and 8 4 are output to the protocol processing unit 2. Protocol processor 2 examines buffers 5 3 and 5 4 .
In this case, the buffer 5 4 has already received the data and has been successfully received, but the buffer 5 3 is in the waiting state for the received data due to some abnormality. Therefore, the protocol processing unit 2 activates the receive timeout processing routine of the buffer 3, processing such as error reporting to retransmission requests or the upper layer to the other side is performed.

【0023】このように、プロトコル処理で行なわれる
タイムアウト処理は送受信とも、全てバッファ単位で個
別に行なわれるので、タイムアウト処理のオーバヘッド
が極めて少なく行なえる。
As described above, since the timeout process performed in the protocol process is individually performed for each buffer in both transmission and reception, the overhead of the timeout process can be extremely reduced.

【0024】[0024]

【発明の効果】以上説明したように、本発明は、各バッ
ファ対応にタイマ部を設け、タイマ部にタイムアウト値
を設定し、タイマ部がその時間をデクリメントして、タ
イムアウト時刻になると、タイムアウト信号をプロトコ
ル処理部に伝達して、プロトコル処理部でタイムアウト
処理を行なうことにより、タイムアウト処理のオーバヘ
ッドが少なくなるという効果がある。
As described above, according to the present invention, a timer unit is provided for each buffer, a time-out value is set in the timer unit, the timer unit decrements the time, and when the time-out time comes, the time-out signal is output. Is transmitted to the protocol processing unit and the protocol processing unit performs the time-out process, which has the effect of reducing the overhead of the time-out process.

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

【図1】本発明の一実施例のプロトコル処理装置の構成
図である。
FIG. 1 is a configuration diagram of a protocol processing device according to an embodiment of the present invention.

【図2】プロトコル処理部2の処理を示す流れ図であ
る。
FIG. 2 is a flowchart showing a process of a protocol processing unit 2.

【図3】バッファ51 〜57 内データの時間変化の例を
示す図である。
FIG. 3 is a diagram showing an example of temporal changes of data in buffers 5 1 to 5 7 .

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

1 回線対応部 2 プロトコル処理部 3 アプリケーション処理部 4 クロック発生部 51 〜57 バッファ 61 〜67 タイマ部 71 〜77 O検出部 81 〜87 タイムアウト信号 10〜20 ステップ1 line interface 2 protocol processor 3 application processor 4 clock generator 5 1 to 5 7 buffer 6 1 to 6 7 timer 7 1 to 7 7 O detector 8 1 to 8 7 timeout signal 10 to 20 steps

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 通信回線上のデータを受け取り、また通
信回線上にデータを送出する回線対応部と、 プロトコルデータを保持する複数のバッファと、 クロック発生部と、 各バッファ対応に設けられ、前記クロック発生部からク
ロック信号がくるたび設定されているタイムアウト値か
らダウンカウント動作を行なうタイマ部と、 前記複数のバッファにプロトコル処理モジュールを割り
当て、これらバッファに対応するタイマ部にタイムアウ
ト値を設定し、送信用バッファに格納されているデータ
を読出し、プロトコル処理を行なって前記回線対応部か
ら回線上に送信する動作を開始する際に送信用バッファ
に対応するタイマ部を起動し、その後タイムアウト信号
がくると、該タイムアウト信号を出力したタイマ部に対
応するバッファを調べ、該バッファにデータが残ってい
れば、送信タイムアウト処理ルーチンを起動し、また前
記回線対応部で回線上のデータを受信し、プロトコル処
理を行なって受信用バッファに格納する動作を開始する
際に受信用バッファに対応するタイマ部を起動し、その
後タイムアウト信号がくると、該タイムアウト信号を出
力したタイマ部に対応するバッファを調べ、該バッファ
にデータが格納されていなければ、受信タイムアウト処
理ルーチンを起動するプロトコル処理部とを有するプロ
トコル処理装置。
1. A line interface for receiving data on a communication line and transmitting data on the communication line, a plurality of buffers for holding protocol data, a clock generator, and a buffer for each buffer. A timer unit that performs a down-count operation from a time-out value that is set every time a clock signal comes from a clock generation unit, and a protocol processing module is assigned to the plurality of buffers, and a time-out value is set in the timer unit corresponding to these buffers. When the data stored in the transmission buffer is read and the protocol processing is performed to start the operation of transmitting from the line corresponding unit to the line, the timer unit corresponding to the transmission buffer is started, and then the timeout signal comes. And check the buffer corresponding to the timer unit that output the timeout signal, If data remains in the buffer, the transmission timeout processing routine is started, and when the data on the line is received by the line interface, protocol processing is performed and the operation for storing in the reception buffer is started. When the timer unit corresponding to the buffer is started and then the time-out signal comes, the buffer corresponding to the timer unit that has output the time-out signal is checked, and if no data is stored in the buffer, the reception time-out processing routine is started. A protocol processing device having a protocol processing unit.
JP5134775A 1993-06-04 1993-06-04 Protocol processor Pending JPH06350673A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5134775A JPH06350673A (en) 1993-06-04 1993-06-04 Protocol processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5134775A JPH06350673A (en) 1993-06-04 1993-06-04 Protocol processor

Publications (1)

Publication Number Publication Date
JPH06350673A true JPH06350673A (en) 1994-12-22

Family

ID=15136277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5134775A Pending JPH06350673A (en) 1993-06-04 1993-06-04 Protocol processor

Country Status (1)

Country Link
JP (1) JPH06350673A (en)

Similar Documents

Publication Publication Date Title
JP2700843B2 (en) Multiplex communication controller
EP0893019B1 (en) Multiplex communication interface circuit and method
US5228129A (en) Synchronous communication interface for reducing the effect of data processor latency
JPH06350673A (en) Protocol processor
JP3486182B2 (en) Communication device and communication control method and program therefor
JP2826774B2 (en) Data transfer device
JPH06204989A (en) Data communication equipment
JP3217397B2 (en) Data transmission method of communication control device
JP3245552B2 (en) Transfer control system
JPH0358217B2 (en)
JPH09326782A (en) Serial communication method
KR930005124B1 (en) Image data page end mark checking method
JPS6248831A (en) Communication control equipment
JP3497179B2 (en) Bus management method for data processing system
JP2768449B2 (en) Optical parallel data transfer method
JPH05207098A (en) Communication control equipment
JPH05304530A (en) Bus type lan
JPS6286942A (en) Detecting method for data abnormality
JPH026464B2 (en)
JPS6345820B2 (en)
JPS60117845A (en) Data transmission system
JPS6258745A (en) Multiple address communication system
JPH0612290A (en) Control data monitor system
JPH029251A (en) Framing error status circuit
JPS60117846A (en) Data transmission system