JP2676914B2 - Data transmission method - Google Patents

Data transmission method

Info

Publication number
JP2676914B2
JP2676914B2 JP1127667A JP12766789A JP2676914B2 JP 2676914 B2 JP2676914 B2 JP 2676914B2 JP 1127667 A JP1127667 A JP 1127667A JP 12766789 A JP12766789 A JP 12766789A JP 2676914 B2 JP2676914 B2 JP 2676914B2
Authority
JP
Japan
Prior art keywords
sequence number
transmission
data
reception
transmission data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP1127667A
Other languages
Japanese (ja)
Other versions
JPH02306736A (en
Inventor
曜一 宮崎
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.)
Meidensha Corp
Original Assignee
Meidensha 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 Meidensha Corp filed Critical Meidensha Corp
Priority to JP1127667A priority Critical patent/JP2676914B2/en
Publication of JPH02306736A publication Critical patent/JPH02306736A/en
Application granted granted Critical
Publication of JP2676914B2 publication Critical patent/JP2676914B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Description

【発明の詳細な説明】 A.産業上の利用分野 本発明は、伝送データにシーケンス番号を付して適正
な受信が行われているかどうかを監視するデータ伝送方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION A. Field of Industrial Application The present invention relates to a data transmission method for monitoring transmission data by adding a sequence number and checking whether proper reception is performed.

B.発明の概要 本発明は、送信側において、今回シーケンス番号と共
に次回シーケンス番号を伝送データに付加して送信し、
受信側において、受信した伝送データに付加された次回
シーケンス番号を保存しておき、この次回シーケンス番
号を次回の受信の際の照合用の番号として使用すること
によって、照合用の番号を受信側で作成せずに済むよう
にしたものである。
B. Summary of the Invention The present invention adds the next sequence number together with the current sequence number to the transmission data and transmits the same on the transmitting side,
On the receiving side, the next sequence number added to the received transmission data is saved, and this next sequence number is used as the collation number for the next reception, so that the collation number is It is designed so that it does not have to be created.

C.従来の技術 一般に、ローカル・エリア・ネットアワークなどのデ
ータ伝送では、伝送データの重複受信その他の不正シー
ケンス受信を検出するために、伝送データにシーケンス
番号を付加するチェック方式がとらている。
C. Conventional technology Generally, in data transmission such as local area network work, a check method that adds a sequence number to transmission data is used to detect duplicate reception of transmission data and other illegal sequence reception. .

従来のチェック方式を第5図に示す。 A conventional check method is shown in FIG.

送信側では、送信シーケンス番号を付加して伝送デー
タを送信する。
On the transmission side, transmission data is transmitted with a transmission sequence number added.

この送信シーケンス番号は、たとえば「0000」の初期
値として、送信のたびにインクリメントされる。
This transmission sequence number is incremented each time it is transmitted, for example, as an initial value of "0000".

受信側では、次回受信する伝送データのシーケンス番
号を予定しておき、実際に受信した伝送データの受信シ
ーケンス番号を予定値と照合し、適正な受信であるかど
うかをチェックする。
On the receiving side, the sequence number of the transmission data to be received next time is scheduled, and the reception sequence number of the transmission data actually received is collated with the scheduled value to check whether the reception is proper.

シーケンス番号の予定は、送信側の更新処理と同様の
処理により行われる。
The schedule of the sequence number is performed by the same process as the updating process on the transmitting side.

シーケンス番号の判断基準としては、シーケンス番号
の予定値が「3676」である場合に「3676」を受信したと
すると、重複受信であると判定するものや、予定値「36
77」以外を受信したときは、すべて不正シーケンス受信
であると判定するものなどがある。
As the criteria for determining the sequence number, if "3676" is received when the scheduled value of the sequence number is "3676", it is determined that it is duplicate reception and the scheduled value "36".
When a message other than "77" is received, it may be determined that all are incorrect sequence reception.

そして不正シーケンス受信が検出された場合、シーケ
ンス番号を初期値「0000」に戻して伝送を行うなどの措
置がとられる。
When an illegal sequence reception is detected, the sequence number is returned to the initial value "0000" and transmission is performed.

D.発明が解決しようとする課題 しかしながら上記の従来のチェック方式えは、送信側
でシーケンス番号を更新するだけでなく、受信側でも、
次のシーケンス番号の予定値を求める予定処理が必要と
なる欠点があった。
D. Problems to be Solved by the Invention However, the above conventional check method not only updates the sequence number on the transmitting side, but also on the receiving side.
There is a drawback that the scheduled process for obtaining the scheduled value of the next sequence number is required.

ここで、不正シーケンス受信の検出時に講ずる措置の
ために、いつでも有効なシーケンス番号(初期値「000
0」)を設定する必要がある。それゆえシーケンス番号
の一巡する際、「9999」から「0000」を飛ばして「000
1」に戻さなければならない。したがってシーケンス番
号の更新処理・予定処理は、単なるインクリメントでは
行えず、煩雑な処理が必要となる。
Here, in order to take measures when an illegal sequence reception is detected, a valid sequence number (initial value "000
0 ”) must be set. Therefore, when making a cycle of sequence numbers, skip from "9999" to "0000" and "000".
Must be returned to 1 ". Therefore, the sequence number update processing / scheduled processing cannot be performed simply by incrementing, and complicated processing is required.

受信手順において、このシーケンス番号の予定処理を
行うため、受信手順が煩雑化し、時間的な損失が発生す
るなどの問題が生じていた。
In the receiving procedure, scheduled processing of this sequence number is performed, so that the receiving procedure becomes complicated and a problem such as time loss occurs.

本発明は、このような問題点を鑑みてなされたもので
あり、その目的とするところは、伝送データにシーケン
ス番号を付して適正な受信が行われているかどうかを監
視するデータ伝送方式において、受信側における照合用
の番号の作成を不要とする点にある。
The present invention has been made in view of the above problems, and an object of the present invention is to provide a data transmission system in which a sequence number is attached to transmission data to monitor whether or not proper reception is performed. The point is that it is not necessary to create a verification number on the receiving side.

E.課題を解決するための手段 本発明は、上記の目的を達成するために、送信側で
は、伝送データのシーケンスを示す複数桁のシーケンス
番号を付加して伝送データの送信を行うと共に、受信側
では、受信した伝送データに付加されたシーケンス番号
を照合用シーケンス番号と照合することによって、適正
な受信であるかどうかを監視するデータ伝送方式におい
て、次の手段を講じたものである。
E. Means for Solving the Problem The present invention, in order to achieve the above object, on the transmitting side, while transmitting transmission data by adding a multiple digit sequence number indicating the sequence of transmission data, and receiving On the side, the following means are taken in the data transmission method for monitoring whether or not the reception is proper by collating the sequence number added to the received transmission data with the collation sequence number.

シーケンス番号を半分の桁の番号に分割し、一方を
今回シーケンス番号に設定すると共に、他方を次回シー
ケンス番号に設定すること。
Divide the sequence number into half digits and set one as the current sequence number and the other as the next sequence number.

送信側では、今回送信する伝送データのシーケンス
を示す番号を今回シーケンス番号とし、次回送信する伝
送データのシーケンスを示す番号を次回シーケンス番号
とすることにより、前記シーケンス番号を作成すると共
に、データ伝送が完了した後に、シーケンス番号を更新
すること。
On the transmitting side, the number indicating the sequence of transmission data to be transmitted this time is set as the current sequence number, and the number indicating the sequence of transmission data to be transmitted next time is set as the next sequence number, thereby creating the sequence number and transmitting the data. Update the sequence number after it is completed.

送信側では、照合用の番号を用いて、受信した伝送
データの今回シーケンス番号を照合ると共に、今回受信
した伝送データの次回シーケンス番号を次回の照合用の
番号として保存すること。
On the transmission side, the current sequence number of the received transmission data should be verified using the verification number, and the next sequence number of the currently received transmission data shall be saved as the next verification number.

F.作用 本発明に係るデータ伝送方式によれば、送信側におい
て、今回シーケンス番号と共に次回シーケンス番号を伝
送データに付加して送信する。
F. Action According to the data transmission method of the present invention, the transmission side adds the next sequence number together with the current sequence number to the transmission data and transmits the transmission data.

また受信側において、受信した伝送データに付加され
た次回シーケンス番号を記憶しておき、この次回シーケ
ンス番号を次回の受信の際の照合用シーケンス番号とし
て使用する。これによって照合用の番号を受信側で作成
せずに済む。
The receiving side stores the next sequence number added to the received transmission data and uses this next sequence number as the collating sequence number at the time of the next reception. This saves the receiving side from creating a verification number.

G.実施例 以下、図面を用いて、本発明の実施例を説明する。G. Examples Hereinafter, examples of the present invention will be described with reference to the drawings.

第2図は、本発明の一実施例が適用される工業用ロー
カル・エリア・ネットワーク・システムを示す。
FIG. 2 shows an industrial local area network system to which an embodiment of the present invention is applied.

網1を介して複数の局2A〜2nが接続されている。複数
の局2A〜2nはそれぞれ送受信機能を有し、互いにデータ
の伝送を行う構成となっている。
A plurality of stations 2 A to 2 n are connected via the network 1. The plurality of stations 2 A to 2 n each have a transmission / reception function and are configured to mutually transmit data.

第3図は、このシステムにおける伝送データフォーマ
ットを示す。図(a)はコマンドフォーマットを示し、
図(b)はレスポンスのフォーマットを示す。
FIG. 3 shows a transmission data format in this system. Figure (a) shows the command format,
Figure (b) shows the format of the response.

伝送するデータは、ヘッダを付してパッケージ化され
る。このヘッダには、自局ノードSID、相手局ノードDI
D、オフセット、データに関するコマンド(応答コマン
ド)やステータス(応答ステータス)、送信シーケンス
番号、受信シーケンス番号、データの長さを示すバイト
データサイズなどが含まれている。
The data to be transmitted is packaged with a header. In this header, the own station node SID and the partner station node DI
D, offset, command (response command) and status regarding data (response status), transmission sequence number, reception sequence number, byte data size indicating data length, etc. are included.

シーケンス番号は、第4図に示すように、4桁の数字
を使用する。この4桁のうち、上2桁は今回シーケンス
番号として設定され、下2桁は次回シーケンス番号とし
て設定されている。
As the sequence number, as shown in FIG. 4, a 4-digit number is used. Of these four digits, the upper two digits are set as the current sequence number, and the lower two digits are set as the next sequence number.

第1図は、本実施例における受信チェック方式を示
す。
FIG. 1 shows the reception check method in this embodiment.

送信側では、送信シーケンス番号(第3図参照)を付
して伝送データを送信する。今回シーケンス番号の初期
値を「00」とすると、次回シーケンス番号の初期値は
「01」となり、送信シーケンス番号の初期値は「0100」
となる。送信が完了すると、送信シーケンス番号を更新
する。今回シーケンス番号と次回シーケンス番号の両方
をインクリメントし、「0201」を用意する。
On the transmission side, transmission data is transmitted with a transmission sequence number (see FIG. 3). If the initial value of the sequence number is "00" this time, the initial value of the next sequence number will be "01" and the initial value of the transmission sequence number will be "0100".
Becomes When the transmission is completed, the transmission sequence number is updated. "0201" is prepared by incrementing both the current sequence number and the next sequence number.

受信側では、受信した伝送データに次された送信シー
ケンス番号「0100」のうち、下2桁の今回シーケンス番
号「00」を対象としてチェックを行う。ここで「00」は
いつでも有効な番号として設定されている。したがって
この場合、適正な受信と判断する。この後、この送信シ
ーケンス番号「0100」を送信シーケンス番号として取り
込む。
On the receiving side, of the transmission sequence number "0100" next to the received transmission data, the last two digits of the current sequence number "00" are checked. Here, "00" is always set as a valid number. Therefore, in this case, it is determined that the reception is appropriate. Thereafter, this transmission sequence number “0100” is fetched as the transmission sequence number.

次に、送信側では、送信シーケンス番号「0201」を付
して、次の伝送データを送信し、前回と同様に送信シー
ケンス番号を更新し、「0302」を用意する。
Next, on the transmitting side, the transmission sequence number “0201” is added, the next transmission data is transmitted, the transmission sequence number is updated as in the previous time, and “0302” is prepared.

受信側では、前回と同様にシーケンス番号のチェック
を行う。今回受信した今回シーケンス番号「0201」の下
2桁の今回シーケンス番号「01」と、受信シーケンス番
号「0100」の上2桁の次回シーケンス番号「01」とを照
合する、これらの番号が一致すれば、適正な受信と判断
する。この後、送信シーケンス番号「0201」を受信シー
ケンス番号として取り込む。
On the receiving side, the sequence number is checked as in the previous time. Check the last two digits of the current sequence number "0201" received this time, the current sequence number "01", and the first two digits of the received sequence number "0100", the next sequence number "01". If so, determine that the reception is appropriate. After this, the transmission sequence number “0201” is fetched as the reception sequence number.

この手順を繰り返すことにより、データ伝送を行って
行く。今回シーケンス番号は、一巡する際、「00」を飛
ばして「99」から「01」に更新される。したがって送信
シーケンス番号は、「9998」「0199」「0201」のように
更新される。
Data transmission is performed by repeating this procedure. This time, the sequence number is updated from "99" to "01" by skipping "00" when making a round. Therefore, the transmission sequence number is updated as "9998", "0199", "0201".

不正シーケンス受信が検出されると、その後のデータ
伝送は、シーケンス番号を初期化したうえで行われる。
When the illegal sequence reception is detected, the data transmission thereafter is performed after initializing the sequence number.

以上説明したように、受信側では、受信した送信シー
ケンス番号を取り込んで、次の受信の際の照合用の番号
とするので、シーケンス番号を予定せずに済み、処理手
順が簡素化され、処理時間が短縮される。
As described above, the receiving side takes in the received transmission sequence number and uses it as the number for collation at the time of the next reception. Therefore, it is not necessary to schedule the sequence number, and the processing procedure is simplified, Time is reduced.

第4図は、A局とB局間におけるデータ伝送を示す。 FIG. 4 shows data transmission between station A and station B.

本実施例では、上記の受信側のチェックの他に、受信
側で適正な受信を行ったかどうかを送信側でチェックす
る構成がとられている。
In the present embodiment, in addition to the above-mentioned checking on the receiving side, the transmitting side checks whether or not the receiving side has performed proper reception.

各局には、他の局に対する送信シーケンス番号と、他
の局から受信した送信シーケンス番号(これを受信シー
ケンス番号という)とが記憶されている。
Each station stores a transmission sequence number for the other station and a transmission sequence number received from the other station (this is called a reception sequence number).

ここでB局に対するA局の送信シーケンス番号が「01
00」であり、A局に対するB局の送信シーケンス番号が
「0605」であるとする。
Here, the transmission sequence number of station A to station B is "01
It is assumed that the transmission sequence number of the B station with respect to the A station is "0605".

矢印で示すように、A局からB局にデータが伝送さ
れた場合、B局では、前述したように、受信した送信シ
ーケンス番号「0100」を用いてチェックを行い、この番
号「0100」を対A局の受信シーケンス番号として取り込
む。このシーケンス番号の取り込みを矢印′で示す。
As indicated by the arrow, when data is transmitted from station A to station B, station B checks the received transmission sequence number "0100" as described above, and checks this number "0100". It is taken in as the reception sequence number of station A. The acquisition of this sequence number is indicated by the arrow '.

次に、矢印で示すように、B局からA局にデータが
伝送されるとする。このとき、伝送データのヘッダに
は、送信シーケンス番号「0605」と、受信シーケンス番
号「0100」とが含まれている(第3図参照)。
Next, it is assumed that data is transmitted from the B station to the A station as indicated by the arrow. At this time, the transmission data header includes the transmission sequence number "0605" and the reception sequence number "0100" (see FIG. 3).

A局では、受信した送信シーケンス番号「0605」を用
いて前述したチェックを行って、「0605」を受信シーケ
ンス番号として取り込む(矢印′)他、受信した受信
シーケンス番号「0100」を用いて、前回B局に伝送した
データが適正に受信されているかどうかをチェックす
る。
At station A, the above-mentioned check is performed using the received transmission sequence number "0605", "0605" is taken in as a reception sequence number (arrow '), and the received reception sequence number "0100" is used to determine the previous time. It is checked whether the data transmitted to the B station is properly received.

つまり、自局に記憶している対B局の送信シーケンス
番号「0100」と、受信した受信シーケンス番号「0100」
とを照合する。これらの番号が整合していれば、A局が
記憶している対B局の受信シーケンス番号が正しいかど
うか、すなわち前回B局からA局に伝送したデータが正
しく受信されたかどうかを確認できる。
That is, the transmission sequence number “0100” of the station B and the received reception sequence number “0100” stored in the own station.
And. If these numbers match, it can be confirmed whether or not the reception sequence number of the station B stored in the station A is correct, that is, whether the data transmitted from the station B to the station A last time was correctly received.

ただし、この照合にあたっては、自局に記憶している
送信シーケンス番号は、既に更新されている可能性を考
慮する。つまり自局に記憶している送信シーケンス番号
の下2桁の今回シーケンス番号と、受信した受信シーケ
ンス番号の下2桁の今回シーケンス番号とが一致した場
合、整合していると判断し、さらに、自局に記憶してい
る送信シーケンス番号の下2桁の今回シーケンス番号
と、受信した受信シーケンス番号の上2桁の次回シーケ
ンス番号とが一致した場合も、整合していると判断す
る。
However, in this collation, the possibility that the transmission sequence number stored in the local station has already been updated is taken into consideration. That is, if the last two digits of the current sequence number stored in the own station and the last two digits of the received reception sequence number match, it is determined that they match, and When the last two-digit sequence number of the transmission sequence number stored in its own station and the next two-digit sequence number of the received reception sequence number match, it is determined that they match.

具体的に説明すると、A局で記憶している対B局の送
信シーケンス番号は、まだ更新されていなければ「010
0」であり、既に更新されていれば「0201」である。す
なわち下2桁の今回シーケンス番号は「00」または「0
1」である。一方、受信した受信シーケンス番号の今回
シーケンス番号は「00」であり、次回シーケンス番号は
「01」である。
More specifically, the transmission sequence number for station B stored in station A has been updated to "010" if it has not been updated.
It is "0", and if it has already been updated, it is "0201". That is, the last 2 digits of the current sequence number is "00" or "0".
1 ". On the other hand, the received sequence number of this time is “00” and the next sequence number is “01”.

したがって自局の送信シーケンス番号が「0100」また
は「0201」であって、受信シーケンス番号が「0100」で
ある場合、適正な受信が行われたと判断することができ
る。
Therefore, when the transmission sequence number of its own station is “0100” or “0201” and the reception sequence number is “0100”, it can be determined that proper reception has been performed.

以上説明したように、本実施例では、送信側において
も、前回送信した伝送データが適正に受信されたかどう
か、確認することができるので、信頼性が向上する利点
がある。
As described above, in the present embodiment, the transmitting side can also confirm whether or not the previously transmitted transmission data has been properly received, so that there is an advantage that the reliability is improved.

H.発明の効果 以上説明したように、本発明によれば、送信側におい
て、今回シーケンス番号と共に次回シーケンス番号を伝
送データに付加して送信する共に、受信側において、受
信した伝送データに付加された次回シーケンス番号を記
憶しておき、この次回シーケンス番号を次回の受信の際
の照合用シーケンス番号として使用することによって、
照合用の番号を受信側で作成せずに済む。したがって受
信側の処理手順を簡素化し、処理時間を短縮することが
可能となる。
H. Effects of the Invention As described above, according to the present invention, the transmission side adds the next sequence number together with the current sequence number to the transmission data and transmits the transmission data, and the reception side adds it to the received transmission data. By storing the next sequence number and using this next sequence number as the collating sequence number for the next reception,
You do not have to create a verification number on the receiving side. Therefore, the processing procedure on the receiving side can be simplified and the processing time can be shortened.

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

第1図は本発明の一実施例における受信チェック方式を
示す説明図、第2図は実施例が適用される工業用ローカ
ル・エリア・ネットワーク・システムを示す説明図、第
3図(a)(b)は伝送データフォーマットを示す説明
図、第4図は実施例における送信チェック方式を示す説
明図、第5図は従来のチェック方式を示す説明図であ
る。 1……網、2A,2B,2n……局。
FIG. 1 is an explanatory view showing a reception check method in an embodiment of the present invention, FIG. 2 is an explanatory view showing an industrial local area network system to which the embodiment is applied, and FIG. 3 (a) ( b) is an explanatory view showing a transmission data format, FIG. 4 is an explanatory view showing a transmission check system in the embodiment, and FIG. 5 is an explanatory view showing a conventional check system. 1 ...... network, 2 A, 2 B, 2 n ...... stations.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】送信側では、伝送データのシーケンスを示
す複数桁のシーケンス番号を付加して伝送データの送信
を行うと共に、受信側では、受信した伝送データに付加
されたシーケンス番号を照合用シーケンス番号と照合す
ることによって、適正な受信であるかどうかを監視する
ものにおいて、 シーケンス番号を半分の桁の番号に分割し、一方を今回
シーケンス番号に設定すると共に、他方を次回シーケン
ス番号に設定し、 送信側では、今回送信する伝送データのシーケンスを示
す番号を今回シーケンス番号とし、次回送信する伝送デ
ータのシーケンスを示す番号を次回シーケンス番号とす
ることにより、前記シーケンス番号を作成すると共に、
データ伝送が完了した後に、シーケンス番号を更新し、 受信側では、照合用の番号を用いて、受信した伝送デー
タの今回シーケンス番号を照合すると共に、今回受信し
た伝送データの次回シーケンス番号を次回の照合用の番
号として保存すること を特徴とするデータ伝送方式。
1. A transmission side transmits transmission data by adding a sequence number of a plurality of digits indicating a sequence of transmission data, and a reception side compares the sequence number added to the received transmission data with a verification sequence. In the case of monitoring for proper reception by collating with the number, divide the sequence number into half digits and set one as the current sequence number and the other as the next sequence number. On the transmitting side, the number indicating the sequence of transmission data to be transmitted this time is set as the current sequence number, and the number indicating the sequence of transmission data to be transmitted next time is set as the next sequence number, thereby creating the sequence number,
After the data transmission is completed, the sequence number is updated, and the receiving side uses the collation number to collate the current sequence number of the received transmission data and the next sequence number of the transmission data received this time. A data transmission method characterized by being saved as a verification number.
JP1127667A 1989-05-19 1989-05-19 Data transmission method Expired - Lifetime JP2676914B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1127667A JP2676914B2 (en) 1989-05-19 1989-05-19 Data transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1127667A JP2676914B2 (en) 1989-05-19 1989-05-19 Data transmission method

Publications (2)

Publication Number Publication Date
JPH02306736A JPH02306736A (en) 1990-12-20
JP2676914B2 true JP2676914B2 (en) 1997-11-17

Family

ID=14965745

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1127667A Expired - Lifetime JP2676914B2 (en) 1989-05-19 1989-05-19 Data transmission method

Country Status (1)

Country Link
JP (1) JP2676914B2 (en)

Also Published As

Publication number Publication date
JPH02306736A (en) 1990-12-20

Similar Documents

Publication Publication Date Title
US4507782A (en) Method and apparatus of packet switching
EP0241018B1 (en) Method of multi-address communication
US4811009A (en) Transmission control system
US5708831A (en) Method of bus address assignment
US4896151A (en) Simultaneous communication method and system
US6965571B2 (en) Precise error reporting
JPH11510982A (en) Computer assisted back signaling method in automatic repeat request method
CN109743133B (en) Data reconciliation method and device
JP3808620B2 (en) Information identification system, control device and response device for the information identification system
JP2676914B2 (en) Data transmission method
JPH01218148A (en) Information distributing system, its transmission station and terminal equipment
EP0115348A2 (en) Remote initialization of interconnected communications stations
US5191585A (en) Computer networking method
CN113645175B (en) Data communication method, device, equipment and computer readable storage medium
JPH0398338A (en) Transmission method for remote monitor controller
CN100593293C (en) Method for synchronizing memory areas in a transmitter apparatus and a receiver apparatus, and corresponding receiver apparatus
JPH01255990A (en) Ic card data transmitting system
EP1072977B1 (en) A system for initializing a distributed computer system and a method thereof
JP2763394B2 (en) Communication control device
US20220392631A1 (en) Medical device with a data transfer system and method for ensuring the completeness of a data stream
US7529268B1 (en) Multi-point electronic control system protocol
JPS5833340A (en) Address confirming system
KR100629555B1 (en) Data transmission method between Service Management System and Wireless Information Service Center in intelligence network system
KR19990028333A (en) Wireless communication system and identification code change process
JPS60140960A (en) Data transmission system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080725

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090725

Year of fee payment: 12

EXPY Cancellation because of completion of term