JP2020065195A - Communication apparatus - Google Patents

Communication apparatus Download PDF

Info

Publication number
JP2020065195A
JP2020065195A JP2018196601A JP2018196601A JP2020065195A JP 2020065195 A JP2020065195 A JP 2020065195A JP 2018196601 A JP2018196601 A JP 2018196601A JP 2018196601 A JP2018196601 A JP 2018196601A JP 2020065195 A JP2020065195 A JP 2020065195A
Authority
JP
Japan
Prior art keywords
communication
buses
communication device
control unit
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.)
Pending
Application number
JP2018196601A
Other languages
Japanese (ja)
Inventor
高橋 健一
Kenichi Takahashi
健一 高橋
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.)
Tokai Rika Co Ltd
Original Assignee
Tokai Rika Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tokai Rika Co Ltd filed Critical Tokai Rika Co Ltd
Priority to JP2018196601A priority Critical patent/JP2020065195A/en
Publication of JP2020065195A publication Critical patent/JP2020065195A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Abstract

To provide a communication apparatus capable of suppressing information leakage on a communication bus.SOLUTION: A communication apparatus is connected to a plurality of communication buses and comprises: transceivers (M1 and M2) 12 and 13 serving as transmission sections that generate communication data corresponding to the plurality of communication buses by dividing a message frame, and transmit the generated communication data to respective corresponding ones of the plurality of communication buses; and transceivers (M1 and M2) 12 and 13 serving as reception sections that restore communication data received from another communication apparatus via the plurality of communication buses to a message frame. By performing communication through a plurality of communication buses, it becomes possible to suppress information leakage on a communication bus.SELECTED DRAWING: Figure 1

Description

本発明は、通信装置に関する。   The present invention relates to a communication device.

従来の技術として、例えばCXPI(Clock Extension Peripheral Interface)通信にてデータの送受信を実行する通信装置が開示されている(例えば、特許文献1参照)。   As a conventional technique, for example, a communication device that transmits and receives data by CXPI (Clock Extension Peripheral Interface) communication is disclosed (for example, see Patent Document 1).

この先行技術に記載された通信装置において、マスタの通信装置は、1本の通信バスに常にクロック信号を供給し、このクロック信号をスレーブの通信装置へ送信している。そして、マスタの通信装置及びスレーブの通信装置は、データ信号を上記クロック信号に重畳して送信するように構成されている。   In the communication device described in this prior art, the master communication device always supplies a clock signal to one communication bus and transmits this clock signal to the slave communication device. Then, the master communication device and the slave communication device are configured to superimpose the data signal on the clock signal and transmit the data signal.

特開2017−41693号公報JP, 2017-41693, A

特許文献1の装置は、1本の通信バスにデータ信号が送信されるので、この通信バスにモニタを接続することにより、送受信データの内容を監視することができ、情報漏えいする可能性がある。通信データを暗号化する等の対策も可能であるが、制御部の処理負荷が大きくなるという課題があった。   Since the device of Patent Document 1 transmits a data signal to one communication bus, by connecting a monitor to this communication bus, the content of the transmitted / received data can be monitored and there is a possibility of information leakage. . Although it is possible to take measures such as encrypting communication data, there is a problem that the processing load of the control unit becomes large.

したがって、本発明の目的は、通信バス上での情報漏えいを抑制できる通信装置を提供することである。   Therefore, an object of the present invention is to provide a communication device capable of suppressing information leakage on a communication bus.

上記目的を達成するため、複数の通信バスに接続される通信装置であって、メッセージフレームを分割し、前記複数の通信バスに対応した通信データを生成し、その生成された通信データを対応する前記複数の通信バスの各々に送信する送信部と、前記複数の通信バスを介して他の通信装置から受信した通信データをメッセージフレームに復元する受信部と、を有する通信装置を提供する。   In order to achieve the above object, a communication device connected to a plurality of communication buses divides a message frame, generates communication data corresponding to the plurality of communication buses, and corresponds the generated communication data. There is provided a communication device including a transmission unit that transmits to each of the plurality of communication buses, and a reception unit that restores communication data received from another communication device via the plurality of communication buses into a message frame.

本発明の通信装置によれば、通信バス上での情報漏えいを抑制できる。   According to the communication device of the present invention, information leakage on the communication bus can be suppressed.

図1は、本発明の実施の形態に係る通信装置を含む通信システムのブロック図である。FIG. 1 is a block diagram of a communication system including a communication device according to an embodiment of the present invention. 図2は、本実施の形態の形態に係る通信装置を含む通信システムにおいて、マスタECUと複数のスレーブECUが接続されている状態を示すブロック図である。FIG. 2 is a block diagram showing a state in which a master ECU and a plurality of slave ECUs are connected in a communication system including the communication device according to the present embodiment. 図3は、本発明の実施の形態に係るマスタECUのマイコンが備える機能ブロック図である。FIG. 3 is a functional block diagram of the microcomputer of the master ECU according to the embodiment of the present invention. 図4は、本発明の実施の形態に係るスレーブECUのマイコンが備える機能ブロック図である。FIG. 4 is a functional block diagram of the microcomputer of the slave ECU according to the embodiment of the present invention. 図5(a)は、マスタECUにおける送信したいデータのフレーム構成例を示す図であり、図5(b)は、マスタECUにおけるTXD1(BUS1)から出力されるデータのフレーム構成例を示す図であり、図5(c)は、マスタECUにおけるTXD2(BUS2)から出力されるデータのフレーム構成例を示す図であり、図5(d)は、スレーブECUにおけるRXDで復元されたデータのフレーム構成例を示す図である。FIG. 5A is a diagram showing a frame configuration example of data to be transmitted in the master ECU, and FIG. 5B is a diagram showing a frame configuration example of data output from the TXD1 (BUS1) in the master ECU. Yes, FIG. 5C is a diagram showing a frame configuration example of data output from TXD2 (BUS2) in the master ECU, and FIG. 5D is a frame configuration of data restored by RXD in the slave ECU. It is a figure which shows an example.

(本発明の実施の形態に係る通信装置)
本発明の実施の形態に係る通信装置としてのマスタECU 10は、図1に示すように、複数の通信バスに接続される通信装置であって、メッセージフレームを分割し、複数の通信バスに対応した通信データを生成し、その生成された通信データを対応する複数の通信バスの各々に送信する送信部としてのトランシーバ(M1、M2)12、13と、複数の通信バスを介して他の通信装置から受信した通信データをメッセージフレームに復元する受信部としてのトランシーバ(M1、M2)12、13と、を有して構成されている。
(Communication device according to an embodiment of the present invention)
As shown in FIG. 1, master ECU 10 as a communication device according to an embodiment of the present invention is a communication device connected to a plurality of communication buses, divides a message frame, and supports a plurality of communication buses. Transceivers (M1, M2) 12 and 13 as transmitting units for generating the generated communication data and transmitting the generated communication data to each of the corresponding plurality of communication buses, and other communication via the plurality of communication buses. Transceivers (M1, M2) 12 and 13 as receiving units for restoring communication data received from the device into message frames.

本発明の実施の形態に係る通信装置としてのスレーブECU 20も、同様に、複数の通信バスに接続される通信装置であって、メッセージフレームを分割し、複数の通信バスに対応した通信データを生成し、その生成された通信データを対応する複数の通信バスの各々に送信する送信部としてのトランシーバ(S1、S2)22、23と、複数の通信バスを介して他の通信装置から受信した通信データをメッセージフレームに復元する受信部としてのトランシーバ(S1、S2)22、23と、を有して構成されている。   Similarly, the slave ECU 20 as the communication device according to the embodiment of the present invention is also a communication device connected to a plurality of communication buses, divides a message frame, and transmits communication data corresponding to the plurality of communication buses. Transceivers (S1, S2) 22 and 23 as transmitters for generating and transmitting the generated communication data to each of a plurality of corresponding communication buses, and received from other communication devices via the plurality of communication buses. Transceivers (S1, S2) 22 and 23 as receivers for restoring communication data into message frames are included.

図2に示すように、マスタECU 10が、通信バスを介して、複数のスレーブECU 20A、20B、・・・と接続されてもよい。また、通信バスには、他のマスタECUが接続されていてもよい。   As shown in FIG. 2, the master ECU 10 may be connected to a plurality of slave ECUs 20A, 20B, ... Via a communication bus. Further, another master ECU may be connected to the communication bus.

本実施の形態では、図1に示すように、複数の通信バスを2本とし、マスタECU 10から送信し、スレーブECU 20で受信するものとして説明する。なお、図1に示すように、マスタECU 10とスレーブECU 20は同じ内部構成を有しており、マスタECU 10を受信側として機能させ、スレーブECU 20を送信側として機能させることも可能である。   In the present embodiment, as shown in FIG. 1, a plurality of communication buses are provided, two are transmitted from the master ECU 10 and are received by the slave ECU 20. Note that, as shown in FIG. 1, the master ECU 10 and the slave ECU 20 have the same internal configuration, and it is possible to cause the master ECU 10 to function as a reception side and the slave ECU 20 to function as a transmission side. .

したがって、マスタECU 10は送信及び受信の機能を有し、本実施の形態に係る通信装置として機能する。同様に、スレーブECU 20A、20B、・・・は、受信及び送信の機能を有し、本実施の形態に係る通信装置として機能する。   Therefore, the master ECU 10 has the functions of transmission and reception, and functions as the communication device according to the present embodiment. Similarly, the slave ECUs 20A, 20B, ... Have the functions of reception and transmission, and function as the communication device according to the present embodiment.

図1、図2に示すように、上記説明した通信装置としてのマスタECU 10、スレーブECU 20を通信バスに接続して、通信システム1を構成することができる。   As shown in FIG. 1 and FIG. 2, the communication system 1 can be configured by connecting the master ECU 10 and the slave ECU 20 as the communication devices described above to a communication bus.

(マスタECU 10)
本実施の形態で送信する側のマスタECU 10は、図1に示すように、マスタECU内の制御を行なう制御部としてのマイコン11、第1トランシーバ(M1)12、第2トランシーバ(M2)13を有して構成されている。第1トランシーバ(M1)12は、第1通信バス30に接続され、第2トランシーバ(M2)13は、第2通信バス31に接続されている。
(Master ECU 10)
The master ECU 10 on the transmitting side in the present embodiment, as shown in FIG. 1, is a microcomputer 11, a first transceiver (M1) 12, and a second transceiver (M2) 13 as a control unit that controls the master ECU. Is configured. The first transceiver (M1) 12 is connected to the first communication bus 30 and the second transceiver (M2) 13 is connected to the second communication bus 31.

通信バスは、両端が終端され、複数の機器が接続される形態の通信線である。本実施の形態では、第1通信バス30及び第2通信バス31の2本を備えている。なお、第1通信バス30と第2通信バス31は、互いの配線間隔を離して設置することにより、セキュリティ性を高めることが可能となる。   The communication bus is a communication line in which both ends are terminated and a plurality of devices are connected. In the present embodiment, there are two first communication buses 30 and second communication buses 31. Note that the first communication bus 30 and the second communication bus 31 can be enhanced in security by installing them with a wiring interval therebetween.

マイコン11は、記憶されたプログラムに従って、取得したデータに演算、加工などを行うCPU(Central Processing Unit)、半導体メモリであるRAM(Random Access Memory)及びROM(Read Only Memory)などから構成されるマイクロコンピュータを含むECU(Electric Control Unit)である。   The microcomputer 11 includes a CPU (Central Processing Unit) that performs calculation and processing on the acquired data according to a stored program, a RAM (Random Access Memory) that is a semiconductor memory, a ROM (Read Only Memory), and the like. It is an ECU (Electric Control Unit) including a computer.

マイコン11は、これらによる汎用の制御機能の他に、図3に示すように、切替制御部111、送信制御部112、分割制御部113、受信制御部114、及び、復元制御部115を備えている。これらの制御部は、マイコン11内で動作するプログラム及びハードウエアにより形成されている。   The microcomputer 11 is provided with a switching control unit 111, a transmission control unit 112, a division control unit 113, a reception control unit 114, and a restoration control unit 115, as shown in FIG. There is. These control units are formed by programs and hardware operating in the microcomputer 11.

マイコン11は、所定周波数のクロック信号Scを備え、図1に示すように、CLK端子から、第1トランシーバ(M1)12、第2トランシーバ(M2)13に供給される。また、このクロック信号Scは、第1通信バス30及び第2通信バス31に出力され、スレーブECU 20に供給されている。   The microcomputer 11 is provided with a clock signal Sc having a predetermined frequency, and is supplied from the CLK terminal to the first transceiver (M1) 12 and the second transceiver (M2) 13 as shown in FIG. The clock signal Sc is also output to the first communication bus 30 and the second communication bus 31 and supplied to the slave ECU 20.

切替制御部111は、第1トランシーバ(M1)12、第2トランシーバ(M2)13をそれぞれ送信部として機能させるか、受信部として機能させるかの切替え制御を行なう。マスタECU 10は、送信側として機能するので、切替制御部111は、第1トランシーバ(M1)12、第2トランシーバ(M2)13をそれぞれ送信部として機能させるように切替え制御する。   The switching control unit 111 controls whether the first transceiver (M1) 12 and the second transceiver (M2) 13 function as a transmission unit or a reception unit, respectively. Since the master ECU 10 functions as the transmission side, the switching control unit 111 controls the switching so that the first transceiver (M1) 12 and the second transceiver (M2) 13 each function as the transmission unit.

送信制御部112は、クロック信号Scに同期させて、図5に示すようなフレーム信号のうち、マイコンのTXD1端子から出力される分割信号TXD1を第1通信バス30へ出力する。   The transmission control unit 112 outputs the divided signal TXD1 output from the TXD1 terminal of the microcomputer among the frame signals as shown in FIG. 5 to the first communication bus 30 in synchronization with the clock signal Sc.

また、送信制御部112は、クロック信号Scに同期させて、図5に示すようなフレーム信号のうち、マイコンのTXD2端子から出力される分割信号TXD2を第2通信バス31へ出力する。   Further, the transmission control unit 112 outputs the divided signal TXD2 output from the TXD2 terminal of the microcomputer among the frame signals as shown in FIG. 5 to the second communication bus 31 in synchronization with the clock signal Sc.

分割制御部113は、図5に示すように、送信したいデータを、分割信号TXD1と分割信号TXD2に分割する制御を行なう。分割制御部113は、図5に示すようなフレーム信号を、クロック信号Scに同期させて、例えば、1バイト(byte)毎に交互に信号が出力されるように、分割信号TXD1と分割信号TXD2に分割する。   As shown in FIG. 5, division control unit 113 controls the division of the data to be transmitted into division signal TXD1 and division signal TXD2. The division control unit 113 synchronizes the frame signal as shown in FIG. 5 with the clock signal Sc, and outputs the division signals TXD1 and TXD2 so that the signals are alternately output, for example, every 1 byte. Split into.

図5に示すように、例えば、送信したいデータであるフレーム信号が、ヘッダ、フレーム情報と、3バイトの車速データ(車速情報1、車速情報2、車速情報3)で構成されているとする。この場合は、分割信号TXD1は、クロック信号Scの1クロック間隔の時系列信号として、ヘッダ、車速情報1、車速情報3で構成される。   As shown in FIG. 5, for example, it is assumed that a frame signal, which is data to be transmitted, includes a header, frame information, and 3-byte vehicle speed data (vehicle speed information 1, vehicle speed information 2, vehicle speed information 3). In this case, the divided signal TXD1 is composed of a header, vehicle speed information 1 and vehicle speed information 3 as a time-series signal at one clock interval of the clock signal Sc.

また、分割信号TXD2は、クロック信号Scの1クロック間隔の時系列信号として、フレーム情報、車速情報2で構成される。なお、分割信号TXD1及び分割信号TXD2は、クロック信号Scに同期しているので、分割信号TXD2のフレーム情報は、分割信号TXD1のヘッダ信号の次のクロック位置の情報として認識可能である。   The divided signal TXD2 is composed of frame information and vehicle speed information 2 as a time-series signal at one clock interval of the clock signal Sc. Since the divided signal TXD1 and the divided signal TXD2 are synchronized with the clock signal Sc, the frame information of the divided signal TXD2 can be recognized as information of the next clock position of the header signal of the divided signal TXD1.

受信制御部114、復元制御部115は、後述するスレーブECU 20の項で説明する。   The reception control unit 114 and the restoration control unit 115 will be described in the section of the slave ECU 20 described later.

(スレーブECU 20)
本実施の形態で受信する側のスレーブECU 20は、図1に示すように、スレーブECU内の制御を行なう制御部としてのマイコン21、第1トランシーバ(S1)22、第2トランシーバ(S2)23を有して構成されている。第1トランシーバ(S1)22は、第1通信バス30に接続され、第2トランシーバ(S2)23は、第2通信バス31に接続されている。
(Slave ECU 20)
The slave ECU 20 on the receiving side in the present embodiment, as shown in FIG. 1, has a microcomputer 21, a first transceiver (S1) 22, and a second transceiver (S2) 23 as a control unit that controls the slave ECU. Is configured. The first transceiver (S1) 22 is connected to the first communication bus 30, and the second transceiver (S2) 23 is connected to the second communication bus 31.

マイコン21は、記憶されたプログラムに従って、取得したデータに演算、加工などを行うCPU(Central Processing Unit)、半導体メモリであるRAM(Random Access Memory)及びROM(Read Only Memory)などから構成されるマイクロコンピュータを含むECU(Electric Control Unit)である。   The microcomputer 21 includes a CPU (Central Processing Unit) that performs calculation and processing on the acquired data according to a stored program, a RAM (Random Access Memory) that is a semiconductor memory, a ROM (Read Only Memory), and the like. It is an ECU (Electric Control Unit) including a computer.

マイコン21は、これらによる汎用の制御機能の他に、図4に示すように、切替制御部211、送信制御部212、分割制御部213、受信制御部214、及び、復元制御部215を備えている。これらの制御部は、マイコン21内で動作するプログラム及びハードウエアにより形成されている。   As shown in FIG. 4, the microcomputer 21 is provided with a switching control unit 211, a transmission control unit 212, a division control unit 213, a reception control unit 214, and a restoration control unit 215, in addition to the general-purpose control functions. There is. These control units are formed by programs and hardware operating in the microcomputer 21.

マイコン21は、所定周波数のクロック信号Scを備え、図1に示すように、CLK端子から、第1トランシーバ(S1)22、第2トランシーバ(S2)23に供給される。なお、マイコン21のクロック信号Scは、マイコン11のクロック信号Scの周波数と同一である。   The microcomputer 21 is provided with a clock signal Sc having a predetermined frequency, and is supplied from the CLK terminal to the first transceiver (S1) 22 and the second transceiver (S2) 23 as shown in FIG. The clock signal Sc of the microcomputer 21 has the same frequency as the clock signal Sc of the microcomputer 11.

切替制御部211は、第1トランシーバ(S1)22、第2トランシーバ(S2)23をそれぞれ送信部として機能させるか、受信部として機能させるかの切替え制御を行なう。スレーブECU 20は、受信側として機能するので、切替制御部211は、第1トランシーバ(S1)22、第2トランシーバ(S2)23をそれぞれ受信部として機能させるように切替え制御する。   The switching control unit 211 controls whether the first transceiver (S1) 22 and the second transceiver (S2) 23 function as a transmission unit or a reception unit, respectively. Since the slave ECU 20 functions as the reception side, the switching control unit 211 controls the switching so that the first transceiver (S1) 22 and the second transceiver (S2) 23 respectively function as the reception unit.

送信制御部212、分割制御部213は、前述したマスタECU 10と同様の動作が可能である。   The transmission control unit 212 and the division control unit 213 can perform the same operations as those of the master ECU 10 described above.

受信制御部214は、第1通信バス30上の分割信号TXD1と第2通信バス31上の分割信号TXD2を、クロック信号Scに同期して受信する。   The reception control unit 214 receives the divided signal TXD1 on the first communication bus 30 and the divided signal TXD2 on the second communication bus 31 in synchronization with the clock signal Sc.

復元制御部215は、クロック信号Scに同期した分割信号TXD1及び分割信号TXD2を合成して、時系列信号として復元する。すなわち、図5に示すように、分割信号TXD1のヘッダ信号の次に、分割信号TXD2のフレーム情報がくるように復元する。同様に、分割信号TXD2のフレーム情報の次に、分割信号TXD1の車速情報1、分割信号TXD2の車速情報2、分割信号TXD1の車速情報3がくるように復元する。これにより、図5に示すフレーム信号が復元され、復元されたフレーム信号がマイコン21のRXD端子に入力される。   The restoration control unit 215 synthesizes the divided signal TXD1 and the divided signal TXD2 synchronized with the clock signal Sc and restores them as a time-series signal. That is, as shown in FIG. 5, the header signal of the divided signal TXD1 is restored next to the frame information of the divided signal TXD2. Similarly, after the frame information of the divided signal TXD2, the vehicle speed information 1 of the divided signal TXD1, the vehicle speed information 2 of the divided signal TXD2, and the vehicle speed information 3 of the divided signal TXD1 are restored. As a result, the frame signal shown in FIG. 5 is restored, and the restored frame signal is input to the RXD terminal of the microcomputer 21.

スレーブECU 20は、マスタECU 10からメッセージフレームの受信が可能となる。   The slave ECU 20 can receive the message frame from the master ECU 10.

上記説明した構成は、クロック信号Scに同期して動作するマスタECU、スレーブECUを有して構成される通信装置、通信システムに適用可能である、例えば、CXPI通信に適用することができる。   The configuration described above is applicable to a communication device and a communication device including a master ECU and a slave ECU that operate in synchronization with the clock signal Sc, and can be applied to, for example, CXPI communication.

CXPI通信は、マスタECUが通信バスへクロックを提供する事によって、システム内の通信クロックを同期する方式で、通信バスは1線である。変調方式はPWMを採用し、ビットごとの同期合わせが可能である。車載ネットワークとしては、従来、CANやLINが使用されてきたが、CANでは技術的コスト的に適用が難しく、また、LINでは応答性が低く、HMI(Human Machine Interface)関連の多重通信化において技術的コスト的に適用が難しいという問題があった。   CXPI communication is a system in which a master ECU provides a clock to a communication bus to synchronize the communication clock in the system, and the communication bus is a single line. PWM is used as the modulation method, and synchronization can be performed for each bit. Conventionally, CAN and LIN have been used as an in-vehicle network, but CAN is difficult to apply due to technical cost, and LIN has low responsiveness, and is a technology for multiplex communication related to HMI (Human Machine Interface). There is a problem that it is difficult to apply in terms of cost.

CXPI通信は、CANよりもコスト的に有利である。また、通信速度は最大20KbpsでありLINに比べて応答性が高く、ワイパーやライトなどの瞬時に応答が必要な領域での利用が可能という利点がある。本実施の形態をCXPI通信に適用することにより、従来の車載ネットワークに比べて技術的コスト的に有利であり、かつ、複数の通信バスを使う方式であるので、セキュリティ性を大幅に向上させることができる。   CXPI communication has a cost advantage over CAN. Further, the maximum communication speed is 20 Kbps, which is more responsive than LIN, and there is an advantage that it can be used in a region such as a wiper or a light that requires an instant response. By applying this embodiment to CXPI communication, it is advantageous in terms of technical cost as compared with the conventional vehicle-mounted network, and since it is a method of using a plurality of communication buses, it is possible to significantly improve security. You can

(実施の形態の効果)
本発明の実施の形態によれば、以下のような効果を有する。
(1)本発明の実施の形態に係る通信装置としてのマスタECUは、複数の通信バスに接続される通信装置であって、メッセージフレームを分割し、複数の通信バスに対応した通信データを生成し、その生成された通信データを対応する複数の通信バスの各々に送信する送信部としてのトランシーバ(M1、M2)12、13と、複数の通信バスを介して他の通信装置から受信した通信データをメッセージフレームに復元する受信部としてのトランシーバ(M1、M2)12、13と、を有して構成され、送信側として機能する。スレーブECUも同様の構成を有し、受信側として機能する。複数の通信バスを介して、マスタECUとスレーブECUの間で通信するので、1本の通信バスをモニタしただけでは情報漏えいすることがない。これにより、通信バス上での情報漏えいを抑制できる通信装置が可能となる。
(2)複数の通信バスの配策を工夫することによりセキュリティ性を向上させることができる。例えば、2本の通信バスであれば、互いの通信バス線の間隔を離すことにより、セキュリティ性向上が可能になる。
(3)マスタECUとスレーブECUは、共通のクロック信号Scに同期して、送信、受信、フレーム信号の分割、復元を行なう。これにより、例えば、スレーブECUは、受信した順に並べるだけで復元可能であり、安価なECUを通信装置として機能させることが可能となる。
(Effects of the embodiment)
According to the embodiment of the present invention, there are the following effects.
(1) A master ECU as a communication device according to an embodiment of the present invention is a communication device connected to a plurality of communication buses, divides a message frame, and generates communication data corresponding to the plurality of communication buses. Then, the transceivers (M1, M2) 12, 13 as transmitting units for transmitting the generated communication data to each of the corresponding plurality of communication buses, and communication received from other communication devices via the plurality of communication buses It is configured to have transceivers (M1, M2) 12 and 13 as a receiving unit that restores data into a message frame, and functions as a transmitting side. The slave ECU also has a similar configuration and functions as a receiving side. Since communication is performed between the master ECU and the slave ECUs via a plurality of communication buses, information leakage will not occur even if only one communication bus is monitored. Accordingly, it becomes possible to provide a communication device capable of suppressing information leakage on the communication bus.
(2) Security can be improved by devising a policy of a plurality of communication buses. For example, if there are two communication buses, the security can be improved by separating the communication bus lines from each other.
(3) The master ECU and the slave ECU perform transmission, reception, division and restoration of frame signals in synchronization with the common clock signal Sc. Thereby, for example, the slave ECUs can be restored simply by arranging them in the order in which they are received, and the inexpensive ECUs can function as a communication device.

以上、本発明のいくつかの実施の形態を説明したが、これらの実施の形態は、一例に過ぎず、特許請求の範囲に係る発明を限定するものではない。また、これら新規な実施の形態は、その他の様々な形態で実施されることが可能であり、本発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更等を行うことができる。また、これら実施の形態の中で説明した特徴の組合せの全てが発明の課題を解決するための手段に必須であるとは限らない。さらに、これら実施の形態は、発明の範囲及び要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although some embodiments of the present invention have been described above, these embodiments are merely examples and do not limit the invention according to the claims. Further, these novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the present invention. In addition, not all of the combinations of features described in these embodiments are essential to the means for solving the problems of the invention. Further, these embodiments are included in the scope and gist of the invention, and are also included in the invention described in the claims and the scope equivalent thereto.

1…通信システム、10…マスタECU、11…マイコン、12…トランシーバ(M1)、13…トランシーバ(M2)、20…スレーブECU、21…マイコン、22…トランシーバ(S1)、23…トランシーバ(S2)、30…通信バス、31…通信バス、111…切替制御部、112…送信制御部、113…分割制御部、113…受信制御部、114…受信制御部、115…復元制御部、211…切替制御部、212…送信制御部、213…分割制御部、214…受信制御部、215…復元制御部、Sc…クロック信号、TXD1…分割信号、TXD2…分割信号
DESCRIPTION OF SYMBOLS 1 ... Communication system, 10 ... Master ECU, 11 ... Microcomputer, 12 ... Transceiver (M1), 13 ... Transceiver (M2), 20 ... Slave ECU, 21 ... Microcomputer, 22 ... Transceiver (S1), 23 ... Transceiver (S2) , 30 ... Communication bus, 31 ... Communication bus, 111 ... Switching control unit, 112 ... Transmission control unit, 113 ... Division control unit, 113 ... Reception control unit, 114 ... Reception control unit, 115 ... Restore control unit, 211 ... Switching Control unit, 212 ... Transmission control unit, 213 ... Division control unit, 214 ... Reception control unit, 215 ... Restoration control unit, Sc ... Clock signal, TXD1 ... Division signal, TXD2 ... Division signal

Claims (6)

複数の通信バスに接続される通信装置であって、
メッセージフレームを分割し、前記複数の通信バスに対応した通信データを生成し、その生成された通信データを対応する前記複数の通信バスの各々に送信する送信部と、
前記複数の通信バスを介して他の通信装置から受信した通信データをメッセージフレームに復元する受信部と、
を有する通信装置。
A communication device connected to a plurality of communication buses,
A transmission unit that divides a message frame, generates communication data corresponding to the plurality of communication buses, and transmits the generated communication data to each of the plurality of corresponding communication buses,
A receiving unit that restores communication data received from another communication device via the plurality of communication buses into a message frame;
A communication device having.
前記送信部は、前記通信装置内に前記複数の通信バスに対応した数備えられている、請求項1に記載の通信装置。   The communication device according to claim 1, wherein the transmission units are provided in a number corresponding to the plurality of communication buses in the communication device. 前記受信部は、前記通信装置内に前記複数の通信バスに対応した数備えられている、請求項1又は2に記載の通信装置。   The communication device according to claim 1, wherein the reception unit is provided in the communication device in a number corresponding to the plurality of communication buses. 前記通信データは、前記メッセージフレームを規定バイト毎に分割して生成される、請求項1から3のいずれか1項に記載の通信装置。   The communication device according to any one of claims 1 to 3, wherein the communication data is generated by dividing the message frame into prescribed bytes. 前記複数の通信バスは、2本の通信バスである、請求項1から4のいずれか1項に記載の通信装置。   The communication device according to any one of claims 1 to 4, wherein the plurality of communication buses are two communication buses. 前記通信装置は、車両に搭載されるものであって、前記複数の通信バスと共に車載ネットワークを構成する、請求項1から5のいずれか1項に記載の通信装置。   The communication device according to any one of claims 1 to 5, wherein the communication device is mounted on a vehicle and constitutes an in-vehicle network together with the plurality of communication buses.
JP2018196601A 2018-10-18 2018-10-18 Communication apparatus Pending JP2020065195A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018196601A JP2020065195A (en) 2018-10-18 2018-10-18 Communication apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018196601A JP2020065195A (en) 2018-10-18 2018-10-18 Communication apparatus

Publications (1)

Publication Number Publication Date
JP2020065195A true JP2020065195A (en) 2020-04-23

Family

ID=70388434

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018196601A Pending JP2020065195A (en) 2018-10-18 2018-10-18 Communication apparatus

Country Status (1)

Country Link
JP (1) JP2020065195A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11234362A (en) * 1997-05-14 1999-08-27 Sega Enterp Ltd Data transmitting method and game system using the method
US6240140B1 (en) * 1997-02-24 2001-05-29 Picturetel Corporation Channel aggregation having low latency and overhead
JP2010187294A (en) * 2009-02-13 2010-08-26 Fuji Xerox Co Ltd Data transmission apparatus, image forming system, and program
JP2013229891A (en) * 2009-01-27 2013-11-07 Smsc Holdings Sarl Physical layer interface, system, and method
JP2017041693A (en) * 2015-08-18 2017-02-23 株式会社デンソー Communication device and communication system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6240140B1 (en) * 1997-02-24 2001-05-29 Picturetel Corporation Channel aggregation having low latency and overhead
JPH11234362A (en) * 1997-05-14 1999-08-27 Sega Enterp Ltd Data transmitting method and game system using the method
JP2013229891A (en) * 2009-01-27 2013-11-07 Smsc Holdings Sarl Physical layer interface, system, and method
JP2010187294A (en) * 2009-02-13 2010-08-26 Fuji Xerox Co Ltd Data transmission apparatus, image forming system, and program
JP2017041693A (en) * 2015-08-18 2017-02-23 株式会社デンソー Communication device and communication system

Similar Documents

Publication Publication Date Title
CN110519742B (en) Audio synchronous playing method and device and TWS Bluetooth headset
CN104517569B (en) Display system of connecting and its data transmission method
RU2488962C2 (en) Method and apparatus for transmitting data and energy through network device
US9665524B2 (en) Method and device for coupling a first sensor to at least one second sensor
JP2011109452A (en) In-vehicle communication system
US11362859B2 (en) In-vehicle communication device and in-vehicle system
JP2016019176A (en) Signal transfer device
CN115811536A (en) Automobile central gateway system based on multi-core isomerism and implementation method
US20210250200A1 (en) Gateway device
KR20080041688A (en) Method for transmitting messages via redundant channels
KR102256153B1 (en) Method for deterministic data transmission in a bus system, and bus system
JP5372699B2 (en) In-vehicle network device
KR20100041654A (en) The division multiple access communication network system
WO2020250640A1 (en) On-board communication system, optical coupler, and on-board device
JP2020065195A (en) Communication apparatus
US11258633B2 (en) Timestamp unit and communication control unit for a user station of a communication network
KR101764652B1 (en) Remote contact monitoring apparatus and method thereof
JP2019009678A (en) On-vehicle communication network system
US6353622B1 (en) Process for maintaining the microsynchronous operation of double information-processing units
US11258755B2 (en) Method and system for processing coherent data
CN115550095B (en) LIN communication circuit and method for communication between LIN buses
JP5168182B2 (en) I / O data transfer method
US11197077B2 (en) Transmission device, and transmission method
KR20180070610A (en) Method for generating a secret in a network having two or more transport channels
JP5527830B2 (en) Interface device between main devices, main device system including the same, and interface method between main devices

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210528

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220301

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20220906