JPH04157938A - Communication error check method in communication system - Google Patents

Communication error check method in communication system

Info

Publication number
JPH04157938A
JPH04157938A JP2285401A JP28540190A JPH04157938A JP H04157938 A JPH04157938 A JP H04157938A JP 2285401 A JP2285401 A JP 2285401A JP 28540190 A JP28540190 A JP 28540190A JP H04157938 A JPH04157938 A JP H04157938A
Authority
JP
Japan
Prior art keywords
communication
data
reception
timer
stop
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
Application number
JP2285401A
Other languages
Japanese (ja)
Other versions
JP2526730B2 (en
Inventor
Masayoshi Murakami
昌義 村上
Toru Michigami
徹 道上
Takeshi Yoshida
猛 吉田
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.)
Noritz Corp
Original Assignee
Noritz 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 Noritz Corp filed Critical Noritz Corp
Priority to JP2285401A priority Critical patent/JP2526730B2/en
Publication of JPH04157938A publication Critical patent/JPH04157938A/en
Application granted granted Critical
Publication of JP2526730B2 publication Critical patent/JP2526730B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To simplify the communication processing and to reduce the cost of a receiver by adopting a system such that plural data are sent in the synchronizing system and the occurrence of a communication error is discriminated when the count time from the start of reception to its end exceeds a timeout time. CONSTITUTION:At first when a start bit is received, the acceptance of reception is started and a data 1 is inputted to a receiver 15. When a stop bit is received, whether or not stop bits are consecutive is discriminated, a data 2 is inputted when not consecutive. Thus, after the input of a data 4, when stop bits are consecutive, the reception is terminated. A time is counted by a watchdog timer 17 up to this process and when the count of the timer 17 is interrupted till the timer 17 expires, it is discriminated that the communication is normally implemented. When the timer 17 expires before the count is stopped, error processing is implemented by a communication processing section 16.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、調歩同期方式のデータ通信システムにおける
通信エラーの検出方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for detecting communication errors in an asynchronous data communication system.

[背景技術] 第3図に調歩同期方式におけるデータ伝送波形を示す。[Background technology] FIG. 3 shows data transmission waveforms in the start-stop synchronization method.

調歩同期方式のデータ通信システムにおいては、スター
トビット(スタート信号)によフて1バイトのデータ信
号(例えば、1バイトの文字データ)の始まりを知らせ
、データ信号の後にストップビット(ストップ信号)を
付加することによって1バイトのデータ信号の終わりを
知らせる。そして、スタートビットとストップビットに
挟まれた1バイトのデータ信号を連続的に送信させるこ
とにより複数バイトのデータを送信側から受信側へ伝送
させ、ストップビットが継続すると通信終了と判断して
いる。例えば、第3図は、4バイトのデータ信号、すな
わちそれぞれ1バイトのデータ1、データ2、データ3
及びデータ4を伝送する場合のデータ伝送波形を示して
いる。
In an asynchronous data communication system, a start bit (start signal) is used to signal the beginning of a 1-byte data signal (for example, 1-byte character data), and a stop bit (stop signal) is sent after the data signal. The addition signals the end of a 1-byte data signal. Then, by continuously transmitting a 1-byte data signal sandwiched between a start bit and a stop bit, multiple bytes of data are transmitted from the sending side to the receiving side, and when the stop bit continues, it is determined that communication has ended. . For example, FIG.
and data transmission waveforms when transmitting data 4.

しかし、この調歩同期方式で複数バイトのデータ信号を
連続的に送信させる場合、送信側もしくは受信側の異常
や、伝送ラインへのノイズの侵入や伝送ライン間のショ
ート等により、通信が途中で中断される場合がある。ま
た、ノイズをスタートビットと誤認して通信が開始され
る場合もある。
However, when transmitting multiple bytes of data signals continuously using this start-stop synchronization method, communication may be interrupted midway due to an abnormality on the sending or receiving side, noise intrusion into the transmission line, short circuit between transmission lines, etc. may be done. Furthermore, communication may be started by mistaking noise as a start bit.

このような通信エラーを検出するため、従来は各スター
トビット及びストップビット毎に毎回りイムアウト判定
処理を行っている。第4図のフローチャートは、従来よ
り用いられている受信及びタイムアウト判定処理ルーチ
ンを示している。このフローチャートに沿って、4バイ
トのデータ信号を送信する場合を説明しよう。まず、正
常時の動作について説明すれば、受信側でスタートビッ
トを受信すると受信が開始され(S41)、受信側へデ
ータ1が読み込まれる(S 42)。次いで、タイマー
が1=0にリセットされ(S43)、ストップビットが
受信されたか否か調べられる(S44)。ストップビッ
トが受信されれば、ストップビットが連続しているかど
うか調べることにより、受信が終了したか否か判断され
る(845)。
In order to detect such communication errors, conventionally, time-out determination processing is performed for each start bit and stop bit. The flowchart in FIG. 4 shows a conventional reception and timeout determination processing routine. Let's explain the case of transmitting a 4-byte data signal according to this flowchart. First, to explain the normal operation, when the receiving side receives a start bit, reception starts (S41), and data 1 is read into the receiving side (S42). The timer is then reset to 1=0 (S43) and it is checked whether a stop bit has been received (S44). If the stop bits are received, it is determined whether the reception has ended by checking whether the stop bits are consecutive (845).

受信が終了していない時は、タイマーを1=0にリセッ
ト(S46)した後、スタートビットを受信したか否か
調べる(S41)。スタートビットを受信していればデ
ータ2が受信側へ読み込まれる(S42)。この後、同
様にステップ43〜46及びステップ41〜42を2度
繰り返してデータ3及びデータ4が読み込まれる。ステ
ップ42でデータ4が読み込まれると、ストップビット
の受信が確認され(S43.44) 、ストップビット
が連続していて受信終了と判断すると(845)、受信
を終了する。
If reception has not finished, the timer is reset to 1=0 (S46), and then it is checked whether a start bit has been received (S41). If the start bit has been received, data 2 is read into the receiving side (S42). Thereafter, steps 43 to 46 and steps 41 to 42 are similarly repeated twice to read data 3 and data 4. When data 4 is read in step 42, reception of stop bits is confirmed (S43.44), and if it is determined that the stop bits are consecutive and reception is complete (845), reception is terminated.

このような正常な受信動作に対し、従来は各スタートビ
ット及びストップビット毎に毎回タイムアウト判定処理
を行っている。つまり、ステップ46でタイマーを1=
0にリセットした後、スタートビットを受信しているか
否かを調べ(S41)、スタートビットを受信していな
い場合には、タイマーのカウントが規定のタイムアウト
時間に達してタイムアウトしたか否か判断しく547)
、タイムアウトするまでにスタートビットを受信した場
合には正常と判断して正常にフローを継続させる。これ
に対し、スタートビットを受信することなくタイムアウ
ト時間に達した場合にはタイムアウトと判定し、エラー
処理のルーチンを実行させる(S49)。したがって、
ストップビットを受信した後、通信が中断した場合など
には、スタートビットを受信するまでにタイムアウト時
間に達し、通信エラーと判断されて通信を強制的に終了
させられる。また、ストップビットの各受信時にも、ス
タートビット受信時と同様ステップ48でタイムアウト
判定処理を行われ、タイムアウトと判定されるとエラー
処理のルーチンが実行される(849)。
Conventionally, for such a normal reception operation, a timeout determination process is performed every time for each start bit and stop bit. That is, in step 46, the timer is set to 1=
After resetting to 0, it is checked whether the start bit has been received (S41), and if the start bit has not been received, it is necessary to judge whether the timer count has reached the specified timeout period and timed out. 547)
If the start bit is received before the timeout, it is determined to be normal and the flow continues normally. On the other hand, if the timeout period is reached without receiving the start bit, it is determined that the timeout has occurred, and an error handling routine is executed (S49). therefore,
If the communication is interrupted after receiving the stop bit, the timeout period will be reached before the start bit is received, and a communication error will be determined and the communication will be forcibly terminated. Furthermore, when each stop bit is received, a timeout determination process is performed in step 48 in the same way as when a start bit is received, and if it is determined that a timeout has occurred, an error handling routine is executed (849).

[発明が解決しようとする課題] しかしながら、l向で複数バイトの通信を行う場合には
、1バイトのデータでも通信エラーが起これば、その回
の通信はキャンセルされるのであるから、従来のタイム
アウト判定処理のように各スタートビット及びストップ
ビット毎に毎回タイムアウト判定処理を行う必要はなく
、従来のタイムアウト処理は複雑かつ冗長であった。
[Problems to be Solved by the Invention] However, when performing communication of multiple bytes in the l direction, if a communication error occurs even for 1 byte of data, that communication will be canceled. Unlike timeout determination processing, it is not necessary to perform timeout determination processing every time for each start bit and stop bit, and conventional timeout processing is complicated and redundant.

本発明は叙上の従来例の欠点に鑑みてなされたものであ
り、その目的とするところは、調歩同期方式のデータ通
信システムにおける簡潔なタイムアウト判定処理方法を
提供することにある。
The present invention has been made in view of the drawbacks of the above-mentioned conventional examples, and its purpose is to provide a simple timeout determination processing method in an asynchronous data communication system.

[課題を解決するための手段コ 本発明の通信システムにおける通信エラー検出方法は、
複数データを調歩同期方式で伝送させる通信システムに
おいて、複数データの受信開始から受信終了までの時間
を計時手段によってカウントさせ、この計時手段による
受信開始から受信終了までの計時時間がタイムアウト時
間を越えた時に通信エラーが発生したと判断させるよう
にしたことを特徴としている。
[Means for Solving the Problems] The communication error detection method in the communication system of the present invention is as follows:
In a communication system that transmits multiple pieces of data using an asynchronous method, the time from the start to the end of reception of multiple pieces of data is counted by a timer, and the time measured by the timer from the start to the end of reception exceeds the timeout period. The system is characterized in that it sometimes determines that a communication error has occurred.

[作用コ 本発明にあっては、スタートビット及びストップビット
の各受信時に毎回タイムアウト判定処理を行うのでなく
、受信開始から受信終了までの時間を監視してタイムア
ウト判定処理を行わせている。
[Operations] In the present invention, the timeout determination process is not performed every time a start bit and stop bit are received, but rather the timeout determination process is performed by monitoring the time from the start of reception to the end of reception.

したがって、1回の通信に対してタイムアウト判定処理
は一括して1回行われるだけであり、不要なタイムアウ
ト判定処理を省略することができるようになり、調歩同
期方式の通信システムにおけるタイムアウト判定処理を
簡潔にすることができる。
Therefore, timeout determination processing is performed only once for one communication, making it possible to omit unnecessary timeout determination processing, and to improve timeout determination processing in start-stop synchronization communication systems. Can be concise.

この結果、通信処理が非常にシンプルになり、受信装置
等のROMなどの記憶容量を減少させて受信装置のコス
トダウンを図ることができ、また、調歩同期方式の通信
システムの信頼性を向上させることができる。
As a result, communication processing becomes extremely simple, reducing the storage capacity of ROM, etc. in the receiving device, reducing the cost of the receiving device, and improving the reliability of start-stop synchronization communication systems. be able to.

[実施例コ 以下、本発明の実施例を添付図に基づいて詳述する。[Example code] Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.

第2図に受信側の構成を示す。これは、電力線等を利用
してデータ信号を送る重畳2線システムであって、電力
線等の伝送路11a、llbから分岐した引ぎ込み線1
2a、12bにはトランス13が設けられており、この
トランス13にはパルス変換回路14を介して受信装置
15が接続されている。また、パルス変換回路14には
タイムアウト処理を行わせるための通信エラー処理部1
6が接続されており、通信エラー処理部1Gは監視タイ
マー17を備えている。
Figure 2 shows the configuration of the receiving side. This is a superimposed two-wire system that sends data signals using power lines, etc., and a drop-in line 1 branched from transmission lines 11a and llb such as power lines.
2a and 12b are provided with a transformer 13, and a receiving device 15 is connected to the transformer 13 via a pulse conversion circuit 14. The pulse conversion circuit 14 also includes a communication error processing section 1 for performing timeout processing.
6 is connected, and the communication error processing section 1G is equipped with a monitoring timer 17.

しかして、周波数変調(あるいは、振幅変調)されたア
ナログデータ信号を乗せた電力波形が伝送路11a、l
lbに送られて(ると、交流信号のみがトランス13を
通過して受信側へ送り込まれる。この交流信号は、電力
とアナログ信号とに分けられ、アナログデータ信号はパ
ルス変換回路14で第3図に示すようなパルス信号に変
換される。このパルス信号(デジタル信号)に変換され
たデータは、第1図(a)の処理ルーチンに従って調歩
同期方式により順次受信装置15へ入力される。
Therefore, the power waveform carrying the frequency-modulated (or amplitude-modulated) analog data signal is transferred to the transmission lines 11a, l.
lb (then only the AC signal passes through the transformer 13 and is sent to the receiving side. This AC signal is divided into electric power and an analog signal, and the analog data signal is sent to the third pulse converter circuit 14. The data is converted into a pulse signal as shown in the figure.The data converted into the pulse signal (digital signal) is sequentially inputted to the receiving device 15 by the start-stop synchronization method according to the processing routine shown in FIG. 1(a).

この受信装置15へ第3図のデータ1.データ2、デー
タ3及びデータ4を入力する時の処理を第1図(a)の
フローチャートに従って説明する。
The data 1 in FIG. 3 is sent to this receiving device 15. The process for inputting data 2, data 3, and data 4 will be explained according to the flowchart of FIG. 1(a).

まず、スタートビットが受信されると受信の受付けが開
始され(S21)、データ1が受信装置15へ入力され
る(S 22)。次いで、ストップビットを受信したか
否か調べられ、ストップビットを受信するまで待ち状態
となる(S 23)。ストップビットを受信すると、ス
トップビットが連続しているかどうかによって受信が終
了したか否か判断しく524)、ストップビットが連続
しておらず終了していないと判断すると、スタートビッ
トを受信しているか否かを調べ、スタートビットを受信
していないとスタートビットを受信するまで待ち状態と
なる(S 25)。スタートビットを受信すると、デー
タ2を受信装置15へ入力する(S 22)。同様にス
テップ23〜25及びステップ22を繰り返して受信装
置15ヘデータ3及びデータ4を入力する。データ4の
入力後、ステップ23でストップビットを受信したと判
断されると、ステップ24ではストップビットが連続し
ているか否か調べられ、ストップビットが連続している
と受信を終了する。これと同様にしてスタートビット及
びストップビットで同期をとりながら、任意のバイト数
のデータが受信装置15へ入力される。
First, when a start bit is received, reception is started (S21), and data 1 is input to the receiving device 15 (S22). Next, it is checked whether or not a stop bit has been received, and a waiting state is entered until the stop bit is received (S23). When stop bits are received, it is determined whether the reception has ended based on whether the stop bits are consecutive or not (524). If the start bit has not been received, a waiting state is entered until the start bit is received (S25). Upon receiving the start bit, data 2 is input to the receiving device 15 (S22). Similarly, steps 23 to 25 and step 22 are repeated to input data 3 and data 4 to the receiving device 15. After inputting data 4, if it is determined in step 23 that stop bits have been received, it is checked in step 24 whether or not the stop bits are consecutive, and if the stop bits are consecutive, reception is terminated. In a similar manner, data of an arbitrary number of bytes is input to the receiving device 15 while synchronizing with the start bit and stop bit.

この受信システムにおけるタイムアウト判定処理の監視
ルーチンは、上記データ受信の処理ルーチンとは独立し
て設けられており、監視タイマー17は、データ通信の
処理ルーチンにおける最初のスタートビット受信(第1
図(a)の821)と同期してカウントを開始し、デー
タ通信の処理ルーチンにおいて受信終了と判断されると
(第1図(a)の824)、カウントが停止される。タ
イムアウトの監視ルーチンは、通信エラー処理部16に
おいて第1図(b)のような手順で実行される。
The monitoring routine for timeout determination processing in this reception system is provided independently of the data reception processing routine, and the monitoring timer 17 is configured to monitor the first start bit reception (first start bit reception) in the data communication processing routine.
Counting is started in synchronization with step 821) in FIG. 1(a), and when it is determined in the data communication processing routine that reception has ended (step 824 in FIG. 1(a)), counting is stopped. The timeout monitoring routine is executed in the communication error processing section 16 according to the procedure shown in FIG. 1(b).

スタートビットの受信と同期して監視タイマー17がク
リアされてカウントを開始すると(S31)、受信の処
理ルーチンが終了して監視タイマー17のカウントが停
止されているか否か(S 32)と、規定のタイムアウ
ト時間に達して監視タイマー17がカウントアツプした
か否か(S 33)とが繰り返し交互に調べられる。そ
して、監視タイマー17がタイムアウトとなるまでに監
視タイマー17のカウントが停止された時には、通信の
中断などが発生せず、正常に通信が行われたと判断し、
監視ルーチンも終了する。これに対し、例えば通信処理
ルーチンにおいてスタートビット等が受信されなくなり
、通信が中断した場合を考えると、この場合には監視タ
イマー17のカウントが停止されるまでに監視タイマー
17がタイムアウト時間に達する。このようにして監視
タイマー17がタイムアウトとなった場合には、通信エ
ラー処理のルーチンが実行され(S34)、通信処理ル
ーチンへ割り込みを行って通信処理ルーチンを強制的に
終了させる。
When the monitoring timer 17 is cleared and starts counting in synchronization with the reception of the start bit (S31), the reception processing routine is finished and a determination is made as to whether or not the counting of the monitoring timer 17 has been stopped (S32). It is repeatedly and alternately checked whether or not the monitoring timer 17 has counted up (S33) when the timeout period has been reached. When the count of the monitoring timer 17 is stopped before the monitoring timer 17 times out, it is determined that the communication has not been interrupted and the communication has been performed normally,
The monitoring routine also ends. On the other hand, for example, if we consider a case where a start bit or the like is no longer received in a communication processing routine and communication is interrupted, in this case the monitoring timer 17 reaches the timeout time before the monitoring timer 17 stops counting. When the monitoring timer 17 times out in this way, a communication error handling routine is executed (S34), and an interrupt is made to the communication processing routine to forcibly terminate the communication processing routine.

本発明のタイムアウト判定処理では、上述のようにタイ
ムアウトの監視ルーチンを通信処理ルーチンと独立させ
、しかも、通信の開始から終了までを一括して監視タイ
マーで監視させているので、従来のタイムアウト判定処
理に比較して処理を簡単にすることができる。
In the timeout determination processing of the present invention, as described above, the timeout monitoring routine is made independent of the communication processing routine, and the monitoring timer is used to collectively monitor the communication from start to end. The processing can be simplified compared to .

なお、この方法はシーケンス制御にも応用できる。すな
わち、シーケンスが中断する要因をシーケンス内で検出
せず、シーケンスの監視ルーチンを別に設け、まとめて
監視する方法が考えられる。
Note that this method can also be applied to sequence control. In other words, a possible method is to provide a separate sequence monitoring routine and monitor the sequences all at once, without detecting the cause of the sequence interruption within the sequence.

[発明の効果] 本発明によれば、1回の通信に対してタイムアウト判定
処理は一括して1回行われるだけであり、不要なタイム
アウト判定処理を省略することができるようになり、調
歩同期方式の通信システムにおけるタイムアウト判定処
理を簡潔にすることができる。
[Effects of the Invention] According to the present invention, timeout determination processing is performed only once for one communication, and unnecessary timeout determination processing can be omitted. Accordingly, the timeout determination process in the communication system using the above method can be simplified.

この結果、通信処理が非常にシンプルになり、受信装置
のROM等の記憶容量を減少させて受信装置のコストダ
ウンを図ることができ、また調歩同期方式の通信システ
ムの信頼性を向上させることができる。
As a result, communication processing becomes extremely simple, the storage capacity of the ROM etc. of the receiving device can be reduced, the cost of the receiving device can be reduced, and the reliability of the start-stop synchronization type communication system can be improved. can.

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

第1図(a) (b)は本発明の一実施例におけるデー
タ受信のためのルーチンを示すフローチャート及びタイ
ムアウト判定処理のためのルーチンを示すフローチャー
ト、第2図は同上の受信側の構成を示す概略構成図、第
3図は調歩同期方式のデータ伝送波形を示す図、第4図
は従来の通信システムにおける処理を示すフローチャー
トである。 特許出願人 株式会社 ノーリツ 代理人 弁理士 中 野 雅 房
FIGS. 1(a) and 1(b) are flowcharts showing a routine for data reception and a routine for timeout determination processing in an embodiment of the present invention, and FIG. 2 shows the configuration of the receiving side of the same. A schematic configuration diagram, FIG. 3 is a diagram showing a data transmission waveform of an asynchronous method, and FIG. 4 is a flowchart showing processing in a conventional communication system. Patent applicant: Noritz Co., Ltd. Agent: Masafusa Nakano, patent attorney

Claims (1)

【特許請求の範囲】[Claims] (1)複数データを調歩同期方式で伝送させる通信シス
テムにおいて、 複数データの受信開始から受信終了までの時間を計時手
段によってカウントさせ、この計時手段による受信開始
から受信終了までの計時時間がタイムアウト時間を越え
た時に通信エラーが発生したと判断させるようにした通
信システムにおける通信エラー検出方法。
(1) In a communication system that transmits multiple data using an asynchronous method, a timer counts the time from the start to the end of receiving multiple data, and the time measured by the timer from the start to the end of reception is the timeout period. A communication error detection method in a communication system that determines that a communication error has occurred when a
JP2285401A 1990-10-22 1990-10-22 Communication error detection method in communication system Expired - Fee Related JP2526730B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2285401A JP2526730B2 (en) 1990-10-22 1990-10-22 Communication error detection method in communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2285401A JP2526730B2 (en) 1990-10-22 1990-10-22 Communication error detection method in communication system

Publications (2)

Publication Number Publication Date
JPH04157938A true JPH04157938A (en) 1992-05-29
JP2526730B2 JP2526730B2 (en) 1996-08-21

Family

ID=17691052

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2285401A Expired - Fee Related JP2526730B2 (en) 1990-10-22 1990-10-22 Communication error detection method in communication system

Country Status (1)

Country Link
JP (1) JP2526730B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06326619A (en) * 1993-05-17 1994-11-25 Nec Corp Error flag output circuit
JP2010081062A (en) * 2008-09-24 2010-04-08 Daikin Ind Ltd Transmission control device and method
JP2015046750A (en) * 2013-08-28 2015-03-12 株式会社リコー Radio receiver

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5318904A (en) * 1976-08-05 1978-02-21 Oki Electric Ind Co Ltd Code receiving system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5318904A (en) * 1976-08-05 1978-02-21 Oki Electric Ind Co Ltd Code receiving system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06326619A (en) * 1993-05-17 1994-11-25 Nec Corp Error flag output circuit
JP2010081062A (en) * 2008-09-24 2010-04-08 Daikin Ind Ltd Transmission control device and method
JP2015046750A (en) * 2013-08-28 2015-03-12 株式会社リコー Radio receiver

Also Published As

Publication number Publication date
JP2526730B2 (en) 1996-08-21

Similar Documents

Publication Publication Date Title
US5105426A (en) Device for detecting the position of broken line in a series controller
JP2948837B2 (en) Communication link interface initialization and synchronization method and communication link receiver
JPH04157938A (en) Communication error check method in communication system
US4807226A (en) Secondary station operable in a data communication network like a primary station upon occurrence of a fault
EP0479607B1 (en) Method and arrangement for detecting framing bit sequence in digital data communications system
JPH0635733A (en) Stack detection system
JP2969868B2 (en) Fixed interval short fixed length data transmission method
JP2623816B2 (en) Signal transmission method
JP2618890B2 (en) Abnormal transmission detection method
JPS62225048A (en) Data collection system
JP2662320B2 (en) Transmission data synchronization method for disaster prevention monitoring system
JP2796094B2 (en) Transmission line failure detection method
JP2970690B2 (en) Synchronous control circuit
JPH0379899B2 (en)
JP2863068B2 (en) Data transmission method
JP3095576B2 (en) Communication error detection device
JPH05268293A (en) Method and device for detecting fault of data communication processor
JPH0225136A (en) Light reception circuit
JPH02222342A (en) Diagnostic device of digital transmission device
JPH03104354A (en) Reception circuit for fs carrier transmission system
JPH02123840A (en) Line supervision system
JPH04115640A (en) Signal transmitting system
JPH05316169A (en) Digital line terminator
JPS6286942A (en) Detecting method for data abnormality
JPH0420138A (en) Serial data transmission system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees