JPH08251228A - Fixed transfer rate communication method - Google Patents

Fixed transfer rate communication method

Info

Publication number
JPH08251228A
JPH08251228A JP4936895A JP4936895A JPH08251228A JP H08251228 A JPH08251228 A JP H08251228A JP 4936895 A JP4936895 A JP 4936895A JP 4936895 A JP4936895 A JP 4936895A JP H08251228 A JPH08251228 A JP H08251228A
Authority
JP
Japan
Prior art keywords
data
transmission
invalid
frame pulse
communication line
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
JP4936895A
Other languages
Japanese (ja)
Other versions
JP2831589B2 (en
Inventor
Hiroyuki Kimiyama
博之 君山
Mitsuru Maruyama
充 丸山
Kazutoshi Nishimura
一敏 西村
Koichi Ito
宏一 伊藤
Hideki Sakamoto
秀樹 阪本
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 JP4936895A priority Critical patent/JP2831589B2/en
Publication of JPH08251228A publication Critical patent/JPH08251228A/en
Application granted granted Critical
Publication of JP2831589B2 publication Critical patent/JP2831589B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Synchronisation In Digital Transmission Systems (AREA)

Abstract

PURPOSE: To provide high-rate and high-transmission-efficiency communication by reducing the amount of arithmetic for deciding whether data to be exchanged are valid or invalid in the case of controlling data rate by inserting invalid data. CONSTITUTION: In the case of transmitting invalid data in a memory 6 and valid data in a buffer memory 8 on the side of a transmitter 1, under the control of a CPU 4, an identification code for deciding whether data are valid or invalid is applied synchronously with the frame pulse of a communication line 3 corresponding to the transmission status of validness/invalidness stored and updated in a memory 7. On the side of a receiver 2, a CPU 11 fetches the data corresponding to the frame pulse of the communication line 3, inspects whether it is the identification code or not and decides whether the next data to be received are valid or invalid corresponding to the identification code and the reception status of validness/invalidness stored and updated in a memory 13. Thus, since it is processed and decided synchronously with the frame pulse whether data are valid or invalid, it is not necessary to inspect all the data, arithmetic is simplified and high-rate and high-efficiency communication is possible.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、単方向でかつ固定転送
レートの通信網を使用して可変データ速度の通信を行う
場合に好適な通信方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication method suitable for performing communication at a variable data rate using a communication network which is unidirectional and has a fixed transfer rate.

【0002】[0002]

【従来の技術】図5に従来の通信システムの構成例を示
す。この図5において、1は送信装置、2は受信装置、
3は単方向でかつ固定レートの通信回線である。図5で
は送信装置1で送信用のデータが作られ、通信回線3を
通り、受信装置2で受信され、処理される。
2. Description of the Related Art FIG. 5 shows a configuration example of a conventional communication system. In FIG. 5, 1 is a transmitter, 2 is a receiver,
Reference numeral 3 is a unidirectional and fixed rate communication line. In FIG. 5, data for transmission is created by the transmitter 1, passes through the communication line 3, and is received and processed by the receiver 2.

【0003】送信装置1の構成要素として、4は送信装
置1の送信制御用のCPU、6は無効データフォーマッ
ト格納用のメモリ、8は送信データ格納用のバッファメ
モリである。この送信装置1は、CPU4を用いて、送
信用のバッファメモリ8からデータを読み出し、通信回
線3へ送信するものとする。
As constituent elements of the transmitter 1, 4 is a CPU for transmission control of the transmitter 1, 6 is a memory for storing invalid data format, and 8 is a buffer memory for storing transmission data. The transmitter 1 uses the CPU 4 to read data from the buffer memory 8 for transmission and transmit the data to the communication line 3.

【0004】受信装置2の構成要素として、11は受信
装置2の受信制御用のCPU、14は受信データ格納用
のバッファメモリ、17は無効データフォーマット格納
用のメモリである。この受信装置2は、CPU11を用
いて、通信回線3からデータを読み出し、バッファメモ
リ14へ転送するものとする。
As components of the receiving device 2, 11 is a CPU for receiving control of the receiving device 2, 14 is a buffer memory for storing received data, and 17 is a memory for storing invalid data format. The receiving device 2 uses the CPU 11 to read data from the communication line 3 and transfer the data to the buffer memory 14.

【0005】従来の通信方式における送信装置での処理
フローを図6に示す。送信装置1では、バッファメモリ
8から送信するデータを読み込み、データがあれば通信
回線3に送信する。もし、データがなければ通信速度を
調整するためメモリ6中の無効データを送信している。
FIG. 6 shows a processing flow in the transmission device in the conventional communication system. In the transmitter 1, the data to be transmitted is read from the buffer memory 8 and if there is data, it is transmitted to the communication line 3. If there is no data, invalid data in the memory 6 is transmitted to adjust the communication speed.

【0006】また、従来の通信方式における受信装置で
の処理フローを図7に示す。受信装置2では、通信回線
3を通して送信されてくるデータとメモリ17に格納さ
れている無効データのフォーマットとを比較する。も
し、無効データでない場合には有効データとしてデータ
を取り込む。また、無効データと一致すれば無効データ
として破棄することによってデータの転送レートを調整
している。
Further, FIG. 7 shows a processing flow in the receiving device in the conventional communication system. The receiving device 2 compares the data transmitted through the communication line 3 with the invalid data format stored in the memory 17. If it is not invalid data, the data is taken in as valid data. Further, if the data matches the invalid data, the data transfer rate is adjusted by discarding the data as invalid data.

【0007】このような従来の通信方式では、予め無効
データとして送信データ中に出現しないパターンを用意
する。そのようなパターンが用意できない場合は、無効
データと同じパターンが全ての送信データ中に含まれて
いるかどうかを検出し、含まれている場合は、無効デー
タと区別出来るパターンに置き換える処理と、受信側で
置き換えられたデータを元に戻す処理を行う。
In such a conventional communication method, a pattern that does not appear in the transmission data as invalid data is prepared in advance. If such a pattern cannot be prepared, it is detected whether the same pattern as the invalid data is included in all the transmitted data. Performs a process to restore the data that was replaced on the side.

【0008】[0008]

【発明が解決しようとする課題】このように、固定速度
の通信回線を用いて可変速度のデータ通信を行う従来の
通信方式による受信装置では、全ての受信データを検査
し、有効か無効かの判定を行っているため、大量の演算
を行う必要があり、伝送速度をあげることが困難である
という問題があった。また、送信データの一部と一致し
ない無効データのフォーマットが予め用意できないとき
は、送信側で全てのデータを検査するとともに無効デー
タと一致する場合には置き換えを行い、受信側でも、全
てのデータを検査し、置き換えたデータを元に戻す処理
を行う必要があり、これらの処理によって、送受信時に
大量の演算を必要とするため、伝送速度をあげることが
困難であった。
As described above, in the receiving apparatus according to the conventional communication system for performing variable speed data communication using a fixed speed communication line, all received data are inspected to determine whether they are valid or invalid. Since the determination is performed, there is a problem that it is necessary to perform a large amount of calculation and it is difficult to increase the transmission speed. Also, if the format of invalid data that does not match a part of the transmitted data cannot be prepared in advance, the sender checks all the data, and if it matches the invalid data, replaces it. It is necessary to perform a process of inspecting and replacing the replaced data. Since these processes require a large amount of calculation at the time of transmission and reception, it is difficult to increase the transmission speed.

【0009】本発明の目的は、このような問題点を解決
するために、送信時および受信時の演算量を少なくし、
高速でかつ伝送効率の高い通信を可能とする通信方法を
提供することを目的とする。
An object of the present invention is to reduce the amount of calculation at the time of transmission and reception in order to solve such problems.
An object of the present invention is to provide a communication method that enables high-speed communication with high transmission efficiency.

【0010】[0010]

【課題を解決するための手段】上記の目的を達成するた
め、本発明では、固定転送速度の通信回線を介して送信
装置から受信装置へデータ通信を行う場合に、該送信装
置では現在送信中のデータが有効データか無効データか
を送信ステータスとして記憶し、かつ送信すべきデータ
が無いときは一定のデータ速度となるように無効データ
を送信し、該受信装置では受信データが有効データか無
効データかを受信ステータスとして記憶しかつ該受信ス
テータスが無効データ受信のときは該受信データを破棄
する通信方法において、前記送信装置では、前記送信ス
テータスが変更になった場合に、前記通信回線のフレー
ムパルスに同期させて送信データの所定の領域に識別信
号を付与して送信し、前記受信装置では、前記通信回線
のフレームパルスに同期させて受信データを取り込み、
前記受信データの所定の領域に前記識別信号を検出した
場合に、前記受信ステータスが変更になったものとして
扱う固定転送速度通信方法を手段とする。
In order to achieve the above object, according to the present invention, when data is transmitted from a transmitting device to a receiving device via a communication line having a fixed transfer rate, the transmitting device is currently transmitting. Stores the valid data or invalid data as the transmission status, and when there is no data to be transmitted, the invalid data is transmitted so as to have a constant data rate, and the receiving device receives the valid data or invalid data. In the communication method of storing data as a reception status and discarding the reception data when the reception status is invalid data reception, in the transmission device, when the transmission status is changed, the frame of the communication line is changed. An identification signal is given to a predetermined area of the transmission data in synchronization with the pulse, and the signal is transmitted. It captures the received data in synchronism,
A fixed transfer rate communication method that treats the reception status as changed when the identification signal is detected in a predetermined area of the reception data is used as means.

【0011】上記の通信方法において、送信装置では、
有効データを送信する際に通信回線のフレームパルスに
同期した所定の領域にあるデータが識別符号と同一かど
うか否かを検査し、同一であれば異なるデータに置換
し、受信装置では、前記通信回線のフレームパルスに同
期させて受信データを取り込む際に前記受信データの所
定の領域に前記置換したデータを検出した場合に、前記
置換したデータを元のデータに戻すようにするのが好適
である。
In the above communication method, in the transmitting device,
When transmitting valid data, it is checked whether or not the data in the predetermined area synchronized with the frame pulse of the communication line is the same as the identification code, and if they are the same, they are replaced with different data. It is preferable to restore the replaced data to the original data when the replaced data is detected in a predetermined area of the received data when the received data is captured in synchronization with the frame pulse of the line. .

【0012】また、識別符号を付与する送信データの所
定の領域が、前記送信データの先頭または最後に位置付
けられるようにするのが好適である。
Further, it is preferable that a predetermined area of the transmission data to which the identification code is added is positioned at the beginning or the end of the transmission data.

【0013】さらに、通信回線が単方向である場合に適
用するのが好適である。
Further, it is suitable to be applied when the communication line is unidirectional.

【0014】[0014]

【作用】本発明の通信方法では、送信側が送信データに
フレームパルスに同期させた識別符号を付与して送信
し、受信側でフレームパルスに同期して識別符号を受信
してデータの有効/無効の判定をすることにより、全て
のデータを検査する必要をなくし、簡単な演算で送受信
データの有効/無効を処理、判定可能として、高速な通
信を可能にする。
According to the communication method of the present invention, the transmitting side adds the identification code synchronized with the frame pulse to the transmission data for transmission, and the receiving side receives the identification code in synchronization with the frame pulse to enable / disable the data. By making the above determination, it is not necessary to inspect all data, and it is possible to process and determine the validity / invalidity of the transmitted / received data by a simple calculation, enabling high-speed communication.

【0015】また、送信側では、有効データを送信する
際、フレームパルスに同期して識別符号と同一かどうか
否かを検査し、同一であれば異なるデータに置換して送
信し、受信側ではフレームパルスに同期して該置換した
データを検出した場合には、元に戻すようにすることに
より、送信データに一致しない識別符号を用意できない
場合にも、全てのデータを検査する必要をなくし、演算
を簡単化することで、高速でかつ伝送効率の高い通信を
可能とする。
On the transmitting side, when transmitting valid data, it is checked whether or not it is the same as the identification code in synchronization with the frame pulse, and if they are the same, they are replaced with different data and transmitted, and on the receiving side. When the replaced data is detected in synchronization with the frame pulse, by restoring it, it is not necessary to check all the data even when the identification code that does not match the transmission data cannot be prepared. By simplifying the calculation, high-speed communication with high transmission efficiency is possible.

【0016】[0016]

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

【0017】図1に本発明の実施例による通信システム
の構成例を示す。この図1において、1は送信装置、2
は受信装置、3は固定レートの通信回線網における通信
回線である。図1では、送信装置1で送信用のデータが
作られ、固定レートの通信回線網における通信回線3を
通り、受信装置2で受信され、処理される。
FIG. 1 shows a configuration example of a communication system according to an embodiment of the present invention. In FIG. 1, 1 is a transmitter, 2
Is a receiving device, and 3 is a communication line in a fixed rate communication line network. In FIG. 1, data for transmission is created by a transmitter 1, passes through a communication line 3 in a fixed rate communication line network, and is received and processed by a receiver 2.

【0018】4から10までは送信装置1の構成要素例
であり、4は送信装置1の送信制御用CPU、5は識別
符号格納用のメモリ、6は無効データフォーマット格納
用のメモリ、7は無効データ送信中かどうかという送信
ステータスを格納しておく無効データ送信中識別用デー
タ格納用メモリ、8は送信データ格納用のバッファメモ
リ、9はフレームパルス分離回路、10はフレームパル
ス供給線である。この送信装置1はCPU4を用いて、
送信用バッファ8からデータを読み出し通信回線3へ送
信するものとする。
Reference numerals 4 to 10 are examples of constituent elements of the transmitting apparatus 1, 4 is a transmission control CPU of the transmitting apparatus 1, 5 is a memory for storing an identification code, 6 is a memory for storing an invalid data format, and 7 is a memory. An invalid data transmitting identification data storage memory that stores a transmission status indicating whether or not invalid data is being transmitted, 8 is a buffer memory for storing transmission data, 9 is a frame pulse separation circuit, and 10 is a frame pulse supply line. . This transmitting device 1 uses the CPU 4
It is assumed that data is read from the transmission buffer 8 and transmitted to the communication line 3.

【0019】11から16は受信装置2の構成要素例で
あり、11は受信装置1の受信制御用のCPU、12は
識別符号格納用のメモリ、13は無効データ受信中かど
うかという受信ステータスを格納しておく無効データ受
信中識別用データ格納用メモリ、14はデータ受信用の
バッファメモリ、15はフレームパルス分離回路、16
はフレームパルス供給線である。この受信装置2は、C
PU11を用いて、通信回線3からデータを読み出し、
バッファメモリ14へ転送するものとする。
Reference numerals 11 to 16 are examples of constituent elements of the receiving device 2, 11 is a CPU for receiving control of the receiving device 1, 12 is a memory for storing an identification code, and 13 is a receiving status indicating whether invalid data is being received. Memory for storing invalid data being received, identification data storage memory, 14 data reception buffer memory, 15 frame pulse separation circuit, 16
Is a frame pulse supply line. This receiving device 2 is C
Read data from the communication line 3 using the PU 11,
It shall be transferred to the buffer memory 14.

【0020】この構成例では、フレームパルスは送信装
置1または受信装置2内部のフレームパルス分離回路
(9および15)で通信回線3から分離され、フレーム
パルス供給線(10および16)を通してCPU(4お
よび11)へ供給されている。
In this configuration example, the frame pulse is separated from the communication line 3 by the frame pulse separation circuit (9 and 15) inside the transmitter 1 or the receiver 2 and is transmitted through the frame pulse supply line (10 and 16) to the CPU (4 And 11).

【0021】図2に本実施例による送信装置側の処理フ
ローを、図3に受信装置側の処理フローを示す。なお、
この場合の処理フローは、送信データ中に識別符号と同
じパターンが存在しない場合の処理フローである。図
1、図2および図3を用いて、本実施例における動作例
を説明する。この動作例は、有効データを図1の送信装
置1から受信装置2に送った直後の例である。したがっ
て、メモリ7の送信ステータスは有効データ送信中、バ
ッファメモリ8は送信データがある状態、メモリ13の
受信ステータスは有効データ受信中である。
FIG. 2 shows a processing flow on the transmitting device side according to this embodiment, and FIG. 3 shows a processing flow on the receiving device side. In addition,
The processing flow in this case is a processing flow when the same pattern as the identification code does not exist in the transmission data. An operation example in this embodiment will be described with reference to FIGS. 1, 2, and 3. This operation example is an example immediately after sending valid data from the transmission device 1 of FIG. 1 to the reception device 2. Therefore, the transmission status of the memory 7 is transmitting valid data, the buffer memory 8 is in the state of transmitting data, and the reception status of the memory 13 is receiving valid data.

【0022】まず、送信側の処理を説明する。CPU4
を用いて、送信用のバッファメモリ8からデータを読み
出す。バッファメモリ8にはデータが存在するので、メ
モリ7の送信ステータスを判定し、現在は有効データ送
信中なので、図2の処理A(読み込んだデータを通信回
線3へそのまま送信する処理)を行う。再び、送信用の
バッファメモリ8からデータを読み出す。バッファメモ
リ8には今回は送信データがないとすると、メモリ7の
送信ステータスを判定し、現在は有効データ送信中なの
で、図2の処理Cを行う。つまり、識別符号をメモリ5
から読み出し、フレームパルスに同期させ、メモリ6の
無効データを読み出して識別符号の後ろに付与し、通信
回線3に送信する。その時にメモリ7の送信ステータス
を無効データ送信中に書き換えておく。再び、バッファ
メモリ8からデータを読み出す。次も送信データがない
とすると、同様にメモリ7の送信ステータスを判定し、
現在は無効データ送信中なので、図2の処理D(識別符
号を付与せずに無効データのみを送信する処理)を行
う。再び、バッファメモリ8からデータを読み出す。今
回は、送信データが存在したとするとメモリ7の送信ス
テータスを判定し、現在は無効データ送信中なので図2
の処理B(識別符号をメモリ5から読み出し、フレーム
パルスに同期させ、バッファメモリ8から読み込んだデ
ータを識別符号の後ろに付与して通信回線2に送信する
処理)を実行する。その時にメモリ7の送信ステータス
を有効データ送信中に書き換えておく。
First, the processing on the transmitting side will be described. CPU4
Is used to read data from the buffer memory 8 for transmission. Since there is data in the buffer memory 8, the transmission status of the memory 7 is determined, and since valid data is being transmitted at present, the process A of FIG. 2 (the process of transmitting the read data to the communication line 3 as it is) is performed. Again, the data is read from the buffer memory 8 for transmission. Assuming that there is no transmission data in the buffer memory 8 this time, the transmission status of the memory 7 is determined, and since valid data is currently being transmitted, processing C of FIG. 2 is performed. That is, the identification code is stored in the memory 5
The invalid data of the memory 6 is read out, added to the end of the identification code, and transmitted to the communication line 3. At that time, the transmission status of the memory 7 is rewritten during invalid data transmission. Again, the data is read from the buffer memory 8. If there is no transmission data next time, similarly, the transmission status of the memory 7 is judged,
Since invalid data is currently being transmitted, the process D of FIG. 2 (the process of transmitting only invalid data without adding an identification code) is performed. Again, the data is read from the buffer memory 8. This time, if there is transmission data, the transmission status of the memory 7 is judged, and since invalid data is currently being transmitted,
Processing B (processing of reading the identification code from the memory 5, synchronizing with the frame pulse, adding the data read from the buffer memory 8 after the identification code and transmitting the data to the communication line 2). At that time, the transmission status of the memory 7 is rewritten during transmission of valid data.

【0023】次に、受信側の処理を説明する。送信側か
ら送られて来たデータは識別符号なしの有効データ、識
別符号ありの無効データ、識別符号なしの無効データ、
識別符号ありの有効データである。受信側のCPU11
ではフレームパルス供給線16のフレームパルスに同期
して、通信回線3から受信したデータを検査する。その
検査結果がメモリ12に格納されている識別符号と一致
しない場合、メモリ13の受信ステータスを検査し、有
効データ受信中なので、図3の処理E(以降のデータを
有効データとして取り込んでデータバスへ送り、受信用
のバッファメモリ14へ書き込む処理)を実行する。再
び、次のフレームパルスに同期して受信データを検査
し、次は、識別符号と一致したとすると、メモリ13の
受信ステータスが有効データ受信中なので処理G(以降
のデータを無効データとして破棄する処理)を実行す
る。このとき、メモリ13の受信ステータスを無効デー
タ受信中に変更する。再び、次のフレームパルスに同期
して受信データを検査し、次は、識別符号と不一致であ
ったとするとメモリ13の受信ステータスが無効データ
受信中なので処理F(受信データを無効データとして破
棄する処理)を実行する。再び、次のフレームパルスに
同期して受信データを検査し、次は、識別符号と一致し
たとすると、メモリ13の受信ステータスが無効データ
受信中なので処理H(その識別符号を除いた受信データ
を有効データとしてデータバスへ送り、受信用のバッフ
ァメモリ14へ書き込む処理)を実行する。このとき、
メモリ13の受信ステータスを有効データ受信中に変更
する。
Next, the processing on the receiving side will be described. The data sent from the transmitting side is valid data without identification code, invalid data with identification code, invalid data without identification code,
It is valid data with an identification code. CPU 11 on the receiving side
Then, the data received from the communication line 3 is inspected in synchronization with the frame pulse of the frame pulse supply line 16. If the inspection result does not match the identification code stored in the memory 12, the reception status of the memory 13 is inspected, and since the valid data is being received, the process E of FIG. To the buffer memory 14 for reception). The received data is inspected again in synchronization with the next frame pulse. Next, assuming that the received data matches the identification code, the receiving status of the memory 13 is receiving valid data, so the processing G (the subsequent data is discarded as invalid data). Process). At this time, the reception status of the memory 13 is changed to invalid data being received. Again, the received data is inspected in synchronization with the next frame pulse. Next, if the received data does not match the identification code, the reception status of the memory 13 is receiving invalid data, so the processing F (processing to discard the received data as invalid data is performed. ) Is executed. Again, the received data is inspected in synchronization with the next frame pulse. Next, assuming that the received data matches the identification code, the reception status of the memory 13 is receiving invalid data, so the processing H (the received data excluding the identification code is The data is sent to the data bus as valid data and is written in the receiving buffer memory 14). At this time,
The reception status of the memory 13 is changed to valid data being received.

【0024】図4に送信データのフォーマットとフレー
ムパルスとの関係の概念図を示す。送信データ(有効デ
ータ)の間に無効データが挿入されることによって、固
定レートの通信回線におけるデータ速度が調整される。
この送信データと無効データの先頭もしくは最後に、フ
レームパルスに同期して識別符号が付与される。
FIG. 4 is a conceptual diagram showing the relationship between the format of transmission data and frame pulses. By inserting invalid data between transmission data (valid data), the data rate in a fixed rate communication line is adjusted.
An identification code is added to the beginning or the end of the transmission data and the invalid data in synchronization with the frame pulse.

【0025】予め送信データ中に現れないパターンを識
別符号として用意できない場合は、図2(送信側処理)
の処理Aに以降の処理を加える。すなわち送信側では、
フレームパルスに同期して、識別符号と同じ長さのデー
タだけ検査し、識別符号と同じパターンかどうかをチェ
ックし、同じならば別なデータに置き換える。同様に、
図3(受信側処理)の処理Eに以降の処理を加える。す
なわちフレームパルスに同期して識別符号と比較したデ
ータがあらかじめ通知されている置換されたパターンか
どうかチェックし、置換されたものなら元に戻す処理を
行う。いずれの処理もフレームパルスに同期して行うた
め、全てのデータをチェックする必要がなく、少ない演
算量で実現可能である。
When a pattern that does not appear in the transmission data cannot be prepared in advance as an identification code, the process shown in FIG.
The following processing is added to the processing A of 1. That is, on the sending side,
In synchronization with the frame pulse, only the data having the same length as the identification code is inspected, it is checked whether or not the pattern is the same as the identification code, and if it is the same, another data is replaced. Similarly,
The following process is added to the process E of FIG. 3 (reception side process). That is, it is checked whether or not the data compared with the identification code in synchronization with the frame pulse is the previously notified replaced pattern, and if it is the replaced pattern, the original process is performed. Since all the processes are performed in synchronization with the frame pulse, it is not necessary to check all the data, and it can be realized with a small amount of calculation.

【0026】なお、識別符号は送信データの先頭または
最後以外の所定位置の領域に付与して送信してもよい。
この場合、受信側では識別符号の位置に基づいて、バッ
ファメモリの受信データを無効データと有効データに区
分する処理が必要となる。また、本発明は、双方向の通
信回線にも適用できることは当然である。ただし、単方
向の通信回線に適用した場合には、帯域が低くなり多重
化等に有利である。
The identification code may be attached to an area at a predetermined position other than the beginning or the end of the transmission data and transmitted.
In this case, the receiving side needs to perform a process of dividing the received data in the buffer memory into invalid data and valid data based on the position of the identification code. Further, the present invention is naturally applicable to a bidirectional communication line. However, when applied to a unidirectional communication line, the band becomes low, which is advantageous for multiplexing.

【0027】[0027]

【発明の効果】以上の説明で明らかなように、本発明の
固定転送速度通信方法によれば、送信側が通信回線のフ
レームパルスに同期させて送信データに識別符号を付与
して送信し、受信側でフレームパルスに同期して識別符
号を受信してデータの有効/無効の判定をするようにし
たので、全てのデータを検査する必要がなく、簡単な演
算で送受信データの有効/無効の処理、判定が可能とな
り、従来の通信方法に比べ少ない演算量で通信が実現で
きるため、高速でかつ伝送効率の高い通信が可能とな
る。
As is apparent from the above description, according to the fixed transfer rate communication method of the present invention, the transmission side adds the identification code to the transmission data in synchronization with the frame pulse of the communication line, and transmits and receives. Since the side receives the identification code in synchronization with the frame pulse and determines whether the data is valid or invalid, it is not necessary to check all the data, and the valid / invalid processing of the transmitted / received data can be performed by a simple calculation. The determination can be performed, and the communication can be realized with a smaller amount of calculation as compared with the conventional communication method, so that the communication can be performed at high speed and with high transmission efficiency.

【0028】また、送信側において、有効データを送信
する際、通信回線のフレームパルスに同期して識別符号
と同一かどうか否かを検査し、同一であれば異なるデー
タに置換して送信し、受信側ではフレームパルスに同期
して該置換したデータを検出し元に戻すようにした場合
には、特に、送信データに一致しない識別符号を用意で
きない場合にも、全てのデータを検査する必要がなく、
演算も簡単化されるため、高速でかつ伝送効率の高い通
信が可能となる。
Further, at the transmitting side, when transmitting valid data, it is checked whether or not it is the same as the identification code in synchronization with the frame pulse of the communication line, and if it is the same, it is replaced with different data and transmitted. When the receiving side detects the replaced data in synchronism with the frame pulse and returns it to the original, it is necessary to inspect all the data, especially when the identification code that does not match the transmitted data cannot be prepared. Without
Since the calculation is also simplified, high-speed communication with high transmission efficiency becomes possible.

【0029】また、識別符号を送信データの先頭または
最後に位置付けて付与した場合には、特に、データの有
効/無効に関する演算が簡単化され、より一層伝送効率
が向上する。
Further, in the case where the identification code is positioned and added at the beginning or the end of the transmission data, in particular, the calculation regarding the validity / invalidity of the data is simplified, and the transmission efficiency is further improved.

【0030】さらに、本発明を単方向の通信回線に適用
した場合には、特に、帯域が低くなり、多重化等に有利
である。
Further, when the present invention is applied to a unidirectional communication line, the band becomes particularly low, which is advantageous for multiplexing.

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

【図1】本発明の一実施例による通信システムの構成例
を示す図である。
FIG. 1 is a diagram showing a configuration example of a communication system according to an embodiment of the present invention.

【図2】上記実施例による送信装置の処理フローを示す
図である。
FIG. 2 is a diagram showing a processing flow of a transmission device according to the above embodiment.

【図3】上記実施例による受信装置の処理フローを示す
図である。
FIG. 3 is a diagram showing a processing flow of the receiving apparatus according to the embodiment.

【図4】上記実施例における通信回線上のデータフォー
マットとフレームパルス信号との関係の概略を示す図で
ある。
FIG. 4 is a diagram showing an outline of a relationship between a data format on a communication line and a frame pulse signal in the above embodiment.

【図5】従来の通信システムの一構成例を示す図であ
る。
FIG. 5 is a diagram showing a configuration example of a conventional communication system.

【図6】従来の通信システムにおける送信装置の処理フ
ローを示す図である。
FIG. 6 is a diagram showing a processing flow of a transmission device in a conventional communication system.

【図7】従来の通信システムにおける受信装置の処理フ
ローを示す図である。
FIG. 7 is a diagram showing a processing flow of a receiving device in a conventional communication system.

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

1…送信装置 2…受信装置 3…通信回線 4…送信制御用CPU 5…識別子格納用メモリ 6…無効データフォーマット格納用メモリ 7…無効データ送信中識別用データ格納用メモリ 8…送信データ格納用バッファメモリ 9…フレームパルス分離回路 10…フレームパルス供給線 11…受信制御用CPU 12…識別子格納用メモリ 13…無効データ受信中識別用データ格納用メモリ 14…受信データ格納用バッファメモリ 15…フレームパルス分離回路 16…フレームパルス供給線 DESCRIPTION OF SYMBOLS 1 ... Transmitting device 2 ... Receiving device 3 ... Communication line 4 ... Transmission control CPU 5 ... Identifier storage memory 6 ... Invalid data format storage memory 7 ... Invalid data transmitting identification data storage memory 8 ... Transmission data storage Buffer memory 9 ... Frame pulse separation circuit 10 ... Frame pulse supply line 11 ... Reception control CPU 12 ... Identifier storage memory 13 ... Invalid data receiving identification data storage memory 14 ... Received data storage buffer memory 15 ... Frame pulse Separation circuit 16 ... Frame pulse supply line

───────────────────────────────────────────────────── フロントページの続き (72)発明者 伊藤 宏一 東京都千代田区内幸町1丁目1番6号 日 本電信電話株式会社内 (72)発明者 阪本 秀樹 東京都千代田区内幸町1丁目1番6号 日 本電信電話株式会社内 ─────────────────────────────────────────────────── ─── Continued Front Page (72) Koichi Ito 1-1-6 Uchisaiwai-cho, Chiyoda-ku, Tokyo Nihon Telegraph and Telephone Corporation (72) Hideki Sakamoto 1-1-6 Uchisai-cho, Chiyoda-ku, Tokyo Nippon Telegraph and Telephone Corporation

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 固定転送速度の通信回線を介して送信装
置から受信装置へデータ通信を行う場合に、該送信装置
では現在送信中のデータが有効データか無効データかを
送信ステータスとして記憶し、かつ送信すべきデータが
無いときは一定のデータ速度となるように無効データを
送信し、該受信装置では受信データが有効データか無効
データかを受信ステータスとして記憶しかつ該受信ステ
ータスが無効データ受信のときは該受信データを破棄す
る通信方法において、 前記送信装置では、前記送信ステータスが変更になった
場合に、前記通信回線のフレームパルスに同期させて送
信データの所定の領域に識別信号を付与して送信し、 前記受信装置では、前記通信回線のフレームパルスに同
期させて受信データを取り込み、前記受信データの所定
の領域に前記識別信号を検出した場合に、前記受信ステ
ータスが変更になったものとして扱うことを特徴とする
固定転送速度通信方法。
1. When performing data communication from a transmitting device to a receiving device via a fixed transfer rate communication line, the transmitting device stores whether the data currently being transmitted is valid data or invalid data as a transmission status, And when there is no data to be transmitted, invalid data is transmitted so that the data rate is constant, and the receiving device stores whether the received data is valid data or invalid data as a reception status and the reception status is invalid data reception. In the communication method of discarding the received data, when the transmission status is changed, the transmission device assigns an identification signal to a predetermined area of the transmission data in synchronization with a frame pulse of the communication line. In the receiving device, the received data is captured in synchronization with the frame pulse of the communication line, and the location of the received data is acquired. Fixed transfer rate communication method of the case where the detected identification signal to the region, and wherein the handle as the reception status has been changed.
【請求項2】 送信装置では、有効データを送信する際
に通信回線のフレームパルスに同期した所定の領域にあ
るデータが識別符号と同一かどうか否かを検査し、同一
であれば異なるデータに置換し、 受信装置では、前記通信回線のフレームパルスに同期さ
せて受信データを取り込む際に前記受信データの所定の
領域に前記置換したデータを検出した場合に、前記置換
したデータを元のデータに戻すことを特徴とする請求項
1記載の固定転送速度通信方法。
2. The transmitting device checks whether or not the data in a predetermined area synchronized with the frame pulse of the communication line when transmitting the valid data is the same as the identification code, and if they are the same, different data is obtained. In the receiving device, when the replaced data is detected in a predetermined area of the received data when the received data is captured in synchronization with the frame pulse of the communication line, the replaced data is replaced with the original data. The fixed transfer rate communication method according to claim 1, wherein the fixed transfer rate communication method is performed.
【請求項3】 識別符号を付与する送信データの所定の
領域が、前記送信データの先頭または最後に位置付けら
れることを特徴とする請求項1または請求項2記載の固
定転送速度通信方法。
3. The fixed transfer rate communication method according to claim 1, wherein a predetermined area of the transmission data to which the identification code is added is positioned at the beginning or the end of the transmission data.
【請求項4】 通信回線が単方向であることを特徴とす
る請求項1または請求項2または請求項3記載の固定転
送速度通信方法。
4. The fixed transfer rate communication method according to claim 1, 2 or 3, wherein the communication line is unidirectional.
JP4936895A 1995-03-09 1995-03-09 Fixed transfer rate communication method Expired - Fee Related JP2831589B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4936895A JP2831589B2 (en) 1995-03-09 1995-03-09 Fixed transfer rate communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4936895A JP2831589B2 (en) 1995-03-09 1995-03-09 Fixed transfer rate communication method

Publications (2)

Publication Number Publication Date
JPH08251228A true JPH08251228A (en) 1996-09-27
JP2831589B2 JP2831589B2 (en) 1998-12-02

Family

ID=12829088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4936895A Expired - Fee Related JP2831589B2 (en) 1995-03-09 1995-03-09 Fixed transfer rate communication method

Country Status (1)

Country Link
JP (1) JP2831589B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11164334A (en) * 1997-08-29 1999-06-18 Lucent Technol Inc Method for operating subscriber line card used in telecommunication system in multimode
JP2008177821A (en) * 2007-01-18 2008-07-31 Hitachi Ltd Concealing method for making information confidential, and apparatus for making information confidental

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11164334A (en) * 1997-08-29 1999-06-18 Lucent Technol Inc Method for operating subscriber line card used in telecommunication system in multimode
JP2008177821A (en) * 2007-01-18 2008-07-31 Hitachi Ltd Concealing method for making information confidential, and apparatus for making information confidental

Also Published As

Publication number Publication date
JP2831589B2 (en) 1998-12-02

Similar Documents

Publication Publication Date Title
US6023478A (en) Method and apparatus for communicating data byte streams
JPH08251228A (en) Fixed transfer rate communication method
US20230198802A1 (en) Vehicle Control Device and Data Transfer Control Method
JPH08307409A (en) Fixed speed communication method and communication system
US6178470B1 (en) Chip for CCSDS compatible serial data streams
US20080080375A1 (en) Reception control method and receiving apparatus
JPH03191649A (en) Method and device for transferring data at high speed
JPH04301940A (en) Data communication equipment
US7401134B2 (en) Packet processing architecture
KR20000018716A (en) Method for interface between rate adaptation processing part and board messenger processing part of wireless data communication processing apparatus
JPH0282887A (en) Picture voice transmission system
US20210288781A1 (en) Communication device, communication system and communication method
JPH0741231Y2 (en) Data transmission system
JP3341326B2 (en) Frame synchronization method and transmission device
JP2903645B2 (en) Continuous frame reception method for facsimile machine
JPH0583289A (en) System for shortening delay time due to fluctuation
KR100253802B1 (en) Apparatus of settop box / file system for continous medium and its controlling method
JPH0417456A (en) Picture communication control system
KR0146432B1 (en) A circuit for controlling the other side's dsu without a loss of data
KR940000933B1 (en) Modem for fax
JPH0591080A (en) Communication controller
JPH06244901A (en) Communication information transmission controller
JPH0637738A (en) Data transmission error control system
JPH03108930A (en) Asynchronous communication system
James Operation of the Signetics 2652 Multi-Protocol communication controller

Legal Events

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