JPH09116595A - Serial communication processor - Google Patents

Serial communication processor

Info

Publication number
JPH09116595A
JPH09116595A JP7268563A JP26856395A JPH09116595A JP H09116595 A JPH09116595 A JP H09116595A JP 7268563 A JP7268563 A JP 7268563A JP 26856395 A JP26856395 A JP 26856395A JP H09116595 A JPH09116595 A JP H09116595A
Authority
JP
Japan
Prior art keywords
data
reception
processing
serial communication
header
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
JP7268563A
Other languages
Japanese (ja)
Other versions
JP3512278B2 (en
Inventor
Shogo Imada
昭吾 今田
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.)
Denso Ten Ltd
Original Assignee
Denso Ten 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 Denso Ten Ltd filed Critical Denso Ten Ltd
Priority to JP26856395A priority Critical patent/JP3512278B2/en
Publication of JPH09116595A publication Critical patent/JPH09116595A/en
Application granted granted Critical
Publication of JP3512278B2 publication Critical patent/JP3512278B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To shorten communication processing time by distributing a header part judgement processing for judging whether or not plural data are normally received and a check sum processing for accumulating the data so as to find the errors of the plural data of messages among the intervals of the data and performing them. SOLUTION: This serial communication processor is composed of a master ECU(electronic control unit) 1 and plural slave ECUs 2 for receiving request message data from the master ECU 1 and transmitting responses. Then, the header part judgement processing for judging whether or not the plural data of the header parts of the messages are normally received and the check sum processing for accumulating the data so as to find the errors of the plural data of the messages are distributed among the intervals of the data and performed. By the means, a processing after ending message reception is shortened and thus, the waiting time of the other processings is reduced and responsiveness is improved.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、シリアルに複数の
データをメッセージとして通信するシリアル通信処理装
置に関し、特に通信処理時間の短縮を行うことができる
シリアル通信処理装置を提供することを目的とする。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a serial communication processing device for serially communicating a plurality of data as a message, and an object of the present invention is to provide a serial communication processing device capable of shortening the communication processing time. .

【0002】[0002]

【従来の技術】図8は従来のシリアル通信処理装置を説
明する図であり、図9は送受信バッファを示す図であ
る。図8に示すように、従来のシリアル通信処理装置で
は、シリアルに受信される1メッセージは複数のデータ
のヘッダー部、複数のデータのデータ部からなる。デー
タ部の最後にはチェックサム(CS)データが設けられ
る。受信データは、図9に示す受信バッファに逐次格納
される。各データは1バイトで構成される。
2. Description of the Related Art FIG. 8 is a diagram for explaining a conventional serial communication processing device, and FIG. 9 is a diagram showing a transmission / reception buffer. As shown in FIG. 8, in the conventional serial communication processing device, one message received serially includes a header part of a plurality of data and a data part of a plurality of data. Checksum (CS) data is provided at the end of the data section. The reception data is sequentially stored in the reception buffer shown in FIG. Each data consists of 1 byte.

【0003】メッセージ受信終了判断が行われると、ヘ
ッダー部の正常受信判断を行う(ヘッダー部チェッ
ク)。次に、チェックサム(CS)によりデータ部の正
常受信判断を行う。すなわち、第1番目〜第n番目まで
のデータを加算した値を求め、この加算値とチェックサ
ムデータ値が一致するかを判断する(CSチェック)。
When it is determined that the message has been received, the normal reception of the header portion is determined (header portion check). Next, the checksum (CS) is used to determine whether the data portion is normally received. That is, a value obtained by adding the first to n-th data is obtained, and it is determined whether the added value and the checksum data value match (CS check).

【0004】これらの判断が正常ならば、図9に示すよ
うに受信データに対する応答データが送信バッファに格
納され、送信を開始し応答処理を終了する。
If these judgments are normal, the response data for the received data is stored in the transmission buffer as shown in FIG. 9, transmission is started and the response processing is ended.

【0005】[0005]

【発明が解決しようとする課題】ところで、上記シリア
ル通信処理装置では、メッセージ終了判断後、ヘッダー
部のチェック、データ部のチェック、応答処理中には、
このシリアル通信処理より優先度の低い他の処理が中断
される(図8参照)。しかしながら、この中断処理が長
いと、他の処理が遅れるという問題がある。さらに、ヘ
ッダー部にエラーがあっても最後まで受信処理を行って
いるので、エラー発生時から最後までの受信処理は時間
的に無断であるという問題がある。さらに、通信で取り
決められた最大値のバイト数を基に受信バッファ、送信
バッファのデータ格納容量が決められているが、この際
この格納容量をできるだけ小さくしたいという課題もあ
る。
By the way, in the serial communication processing device, after the message end judgment, during the header part check, the data part check, and the response process,
Other processes having lower priority than this serial communication process are interrupted (see FIG. 8). However, if this interruption process is long, there is a problem that other processes are delayed. Further, even if there is an error in the header part, the receiving process is performed to the end, so that there is a problem that the receiving process from the time of occurrence of the error to the end is untimely. Furthermore, the data storage capacities of the reception buffer and the transmission buffer are determined based on the maximum number of bytes negotiated in communication, but at this time, there is a problem in that the storage capacity should be as small as possible.

【0006】したがって、本発明は、上記問題点に鑑
み、他の処理中断の時間を短縮でき、ヘッダー部にエラ
ーがある場合に無駄な受信処理時間を短縮できかつ送受
信バッファタの格納容量を低減できるシリアル通信処理
装置を提供することを目的とする。
Therefore, in view of the above problems, the present invention can shorten the time of interruption of other processing, shorten the wasteful reception processing time when there is an error in the header portion, and reduce the storage capacity of the transmission / reception buffer. An object is to provide a serial communication processing device.

【0007】[0007]

【課題を解決するための手段】本発明は、前記問題点を
解決するために、シリアルに複数のデータをメッセージ
として通信するシリアル通信処理装置において、前記メ
ッセージのヘッダー部の複数のデータを正常に受信した
かのヘッダー部判断処理と、前記メッセージの複数のデ
ータのエラーを見つけるためにデータを累積するチェッ
クサム処理とが前記データのインターバル間に分散して
行われる。この手段により、メッセージ受信終了後の処
理が短縮し、このために、他の処理の待ち時間が減少
し、応答性が向上できる。
In order to solve the above problems, the present invention provides a serial communication processing device for serially communicating a plurality of data as a message, in which a plurality of data in the header part of the message is normally processed. A header part determining process as to whether the data has been received and a checksum process for accumulating data to find an error in a plurality of data of the message are dispersed and performed in intervals of the data. By this means, the processing after the reception of the message is shortened, so that the waiting time of other processing is reduced and the responsiveness can be improved.

【0008】分散された前記ヘッダー判断処理は、受信
に異常がある場合にその後の通信処理を終了するように
してもよい。この手段により、受信毎にデータ内容チェ
ックすることで、エラー検出が早くでき、その後無駄な
処理を省略することができる。分散された、前記ヘッダ
ー判断処理及び前記チェックサム処理に1データ分の格
納容量をもつ受信バッファを使用するようにしてもよ
い。この手段により、受信用のバッファが通信で取り決
められた最大値のバイト数から1バイトの容量に削減で
きる。
In the distributed header determination processing, the subsequent communication processing may be terminated when there is an abnormality in reception. By this means, by checking the data content for each reception, it is possible to speed up error detection and to omit unnecessary processing thereafter. A reception buffer having a storage capacity of one data may be used for the distributed header determination process and the checksum process. By this means, the receiving buffer can be reduced from the maximum number of bytes negotiated in communication to a capacity of 1 byte.

【0009】[0009]

【発明の実施の形態】以下本発明の実施の形態について
図面を参照して説明する。図1は本発明に実施の形態に
係るシリアル通信処理装置を示す図であり、図2は図1
における送受バッファを示す図である。本図に示すよう
に、シリアル通信処理装置は、マスタECU(電子制御
装置)1と、マスタECU1からリクエストメッセージ
データを受信しレスポンスを送信する複数のスレーブE
CU(電子制御装置)2とからなる。各スレーブECU
2は、マスタECU1に対する入出力回路21と、送信
バッファと受信バッファからなるシリアルバッファ22
と、メモリ23と、演算部24とを有する。ここで、本
図に示すように、通信で取り決められた最大値のバイト
数を基に、送信バッファのデータ格納容量が決められる
が、後述するように受信バッファはデータ格納容量は1
データ分の、例えば、1バイトである。
Embodiments of the present invention will be described below with reference to the drawings. 1 is a diagram showing a serial communication processing device according to an embodiment of the present invention, and FIG.
3 is a diagram showing a transmission / reception buffer in FIG. As shown in the figure, the serial communication processing device includes a master ECU (electronic control device) 1 and a plurality of slaves E that receive request message data from the master ECU 1 and send a response.
And a CU (electronic control unit) 2. Each slave ECU
Reference numeral 2 denotes an input / output circuit 21 for the master ECU 1 and a serial buffer 22 including a transmission buffer and a reception buffer.
And a memory 23 and a calculation unit 24. Here, as shown in the figure, the data storage capacity of the transmission buffer is determined based on the maximum number of bytes negotiated in the communication, but the reception buffer has a data storage capacity of 1 as described later.
The amount of data is, for example, 1 byte.

【0010】図3はマスタECU1からのリクエストメ
ッセージのシリアル受信の構成を示す図である。本図に
示すように、リクエストメッセージのシリアル通信の構
成は、みだしIDを示すフォーマットバイトデータ、宛
て名IDを示すターゲットアドレスデータ、送り先ID
を示すソースアドレスデータを有するヘーダー部と、自
分がサポートしているサービスIDを示すサービスID
データ、パラメータ1のデータ、…、パラメータnのデ
ータ、チェックサムデータを有するデータ部からなるシ
リアル受信の構成を示す図である。各データは1バイト
であり、各データの時間間隔は1msであり、ヘッダー
部とデータ部とのインターバルは0〜20msであり、
各データ間のインターバルは数μsである。
FIG. 3 is a diagram showing the structure of serial reception of a request message from the master ECU 1. As shown in the figure, the structure of the serial communication of the request message is as follows: format byte data indicating the origination ID, target address data indicating the destination ID, destination ID
With the source address data that indicates the service ID and the service ID that indicates the service ID that the user supports.
It is a figure which shows the structure of the serial reception which consists of data, the data of parameter 1, ..., The data of parameter n, and the data part which has checksum data. Each data is 1 byte, the time interval of each data is 1 ms, the interval between the header part and the data part is 0 to 20 ms,
The interval between each data is several μs.

【0011】図4は本発明に実施の形態に係るシリアル
通信処理装置の受信、応答処理を説明するタイミングを
示す図である。本図に示すように、本発明に係る受信/
応答処理では、シリアルデータ受信毎にヘッダー部チェ
ック、CSチェック用データ加算処理、応答データの送
信バッファへのセット等が行われる。つまり、従来メッ
セージ受信終了後判断処理で行われていた処理をシリア
ルデータ受信毎に分散したため、メッセージ受信終了後
判断の処理に係る時間が従来の時間(t1)に対して本
発明の時間(t2)は短くなる。そして、他の処理時間
が短くなる。以下に詳細を説明する。
FIG. 4 is a diagram showing timings for explaining reception and response processing of the serial communication processing device according to the embodiment of the present invention. As shown in the figure,
In the response process, the header section check, the CS check data addition process, the setting of the response data in the transmission buffer, etc. are performed every time the serial data is received. In other words, since the process that was conventionally performed in the determination process after the end of message reception is distributed for each serial data reception, the time required for the determination process after the end of message reception is the time (t2) of the present invention in comparison with the conventional time (t1). ) Becomes shorter. Then, the other processing time becomes shorter. The details will be described below.

【0012】図5及び図6はスレーブECU2の受信/
応答処理を説明するフローチャートである。ステップS
1において、シリアルデータを受信バッファに入力し、
この入力毎に、データ受信割り込み処理が行われ、受信
カウンタ値CRCV に1を加える。ステップS2におい
て、 受信カウンタ値>送信最大(MAX)数 が成立するか否かを判断する。この判断が「YES」な
らステップS3に進み、「NO」ならステップS4に
進。
5 and 6 show reception / sending of the slave ECU 2.
It is a flow chart explaining response processing. Step S
At 1, input serial data into the receive buffer,
The data reception interrupt process is performed for each input, and 1 is added to the reception counter value CRCV. In step S2, it is determined whether or not the reception counter value> the maximum transmission (MAX) number is satisfied. If this determination is "YES", the process proceeds to step S3, and if "NO", the process proceeds to step S4.

【0013】ステップS3において、受信カウンタ値が
送信最大数を越える場合には、通信を終了し、割り込み
を終了する。ここで、通信終了により、通信タイミング
初期化、通信メモリオールクリアが行われる。ステップ
S4において、受信カウンタ値が送信最大数を越えない
場合には、 受信カウンタ値CRCV =1 が成立するか否かを判断する。この判断が「YES」な
らステップS5に進み、「NO」ならステップS7に進
む。
In step S3, if the reception counter value exceeds the maximum number of transmissions, the communication is ended and the interruption is ended. Here, upon completion of communication, communication timing initialization and communication memory all clear are performed. In step S4, if the reception counter value does not exceed the maximum number of transmissions, it is determined whether or not the reception counter value CRCV = 1 holds. If this determination is "YES", the process proceeds to step S5, and if "NO", the process proceeds to step S7.

【0014】ステップS5において、ヘッダー部のフォ
ーマットバイトの受信が正常であるか否かを判断する。
この判断が「YES」で受信が正常ならばステップS2
1に進み、「NO」ならステップS6に進む。ステップ
S6において、ヘッダー部のフォーマットバイトの受信
が異常ならば、通信を終了し、割り込みを終了する。
In step S5, it is determined whether the format byte of the header part is normally received.
If this determination is “YES” and the reception is normal, step S2
If it is "NO", the process proceeds to step S6. If the reception of the format byte in the header portion is abnormal in step S6, the communication is ended and the interruption is ended.

【0015】ステップS7において、 受信カウンタ値CRCV =2 が成立するか否かを判断する。この判断が「YES」な
らステップS8に進み、「NO」ならステップS10に
進む。ステップS8において、ヘッダー部のターゲット
アドレスの受信が正常であるか否かを判断する。この判
断が「YES」で受信が正常ならばステップS21に進
み、「NO」ならステップS9に進む。
In step S7, it is determined whether or not the reception counter value CRCV = 2 holds. If this determination is "YES", the process proceeds to step S8, and if "NO", the process proceeds to step S10. In step S8, it is determined whether the reception of the target address in the header is normal. If this determination is "YES" and the reception is normal, the process proceeds to step S21, and if "NO", the process proceeds to step S9.

【0016】ステップS9において、ヘッダー部のター
ゲットアドレスの受信が異常ならば、通信を終了し、割
り込みを終了する。ステップS10において、 受信カウンタ値CRCV =3 が成立するか否かを判断する。この判断が「YES」な
らステップS11に進み、「NO」ならステップS13
に進む。
If the reception of the target address in the header is abnormal in step S9, the communication is ended and the interruption is ended. In step S10, it is determined whether or not the reception counter value CRCV = 3 holds. If this determination is "YES", the process proceeds to step S11, and if "NO", the process is step S13.
Proceed to.

【0017】ステップS11において、ヘッダー部のソ
ースアドレスの受信が正常であるか否かを判断する。こ
の判断が「YES」で受信が正常ならばステップS21
に進み、「NO」ならステップS12に進む。ステップ
S12において、ヘッダー部のソースアドレスの受信が
異常ならば、通信を終了し、割り込みを終了する。
In step S11, it is determined whether or not the source address of the header is normally received. If this determination is "YES" and the reception is normal, step S21.
And if "NO", proceed to step S12. If the reception of the source address in the header is abnormal in step S12, the communication is ended and the interruption is ended.

【0018】ステップS13において、 受信カウンタ値CRCV =4 が成立するか否かを判断する。この判断が「YES」な
らステップS17に進み、「NO」ならステップS14
に進む。ステップS14において、ヘッダー部のサービ
スIDの受信が正常であるか否かを判断する。この判断
が「YES」ならステップS15に進み、「NO」なら
ステップS16に進む。
In step S13, it is determined whether or not the reception counter value CRCV = 4 holds. If this determination is "YES", the process proceeds to step S17, and if "NO", the process is step S14.
Proceed to. In step S14, it is determined whether the service ID in the header is normally received. If this determination is "YES", the process proceeds to step S15, and if "NO", the process proceeds to step S16.

【0019】ステップS15において、ヘッダー部のサ
ービスIDの受信が正常である場合には、サービス設定
を行ってステップS21に進む。ステップS16におい
て、ヘッダー部のサービスIDの受信が異常ならば、通
信処理を終了し、割り込みを終了する。以上のステップ
において、ヘッダー部のデータの受信毎に正常か否かの
判断を行うので、メッセージ受信終了後のヘッダー部チ
ェックを行う必要がなくなる。
If the reception of the service ID in the header is normal in step S15, the service is set and the process proceeds to step S21. In step S16, if the reception of the service ID in the header is abnormal, the communication process ends and the interrupt ends. In the above steps, since it is determined whether or not the data in the header part is normal, it is not necessary to check the header part after the reception of the message.

【0020】ステップS17において、受信カウンタ値
CRCV >4ならば、パラメータIDを読み込む。ステッ
プS18において、パラメータ値に該当しないかを判断
する。この判断が「YES」ならステップS19に進
み、「NO」ならステップS20に進む。ステップS1
9において、パラメータ値がパラメータ値に該当しない
場合、送信バッファに受信データをセットし、割り込み
を終了する。この受信データは最後に受信したデータで
ある。
In step S17, if the reception counter value CRCV> 4, the parameter ID is read. In step S18, it is determined whether or not the parameter value is met. If this determination is "YES", the flow proceeds to step S19, and if "NO", the flow proceeds to step S20. Step S1
In 9, when the parameter value does not correspond to the parameter value, the reception data is set in the transmission buffer, and the interrupt ends. This received data is the last received data.

【0021】ステップS20において、パラメータ値が
パラメータ値に該当する場合、サービスに応じてパラメ
ータIDの応答データを送信バッファにセットする。ス
テップS21において、RAM(ランダムアクセスメモ
リ)より前回のCSを読み出す。ステップS22におい
て、下記演算を行う。
In step S20, if the parameter value corresponds to the parameter value, the response data of the parameter ID is set in the transmission buffer according to the service. In step S21, the previous CS is read from the RAM (random access memory). In step S22, the following calculation is performed.

【0022】CS=CS+受信データ ステップS23において、上記CSを上記RAMに格納
し、割り込みを終了する。以上のステップにおいて、ヘ
ッダー部、データ部のデータの受信毎にチェックサムを
行うので、メッセージ受信終了後のチェックサムを行う
必要がなくなる。
CS = CS + Received data In step S23, the CS is stored in the RAM, and the interruption is completed. In the above steps, since the checksum is performed every time the data of the header part and the data part is received, it is not necessary to perform the checksum after the reception of the message.

【0023】さらに、データ受信毎に、ヘッダー部チェ
ック、チェックサムを行うので、受信バッファは1バイ
ト分のデータを格納する容量をもてばよくなる。図7は
メッセージ受信終了後の処理を説明するフローチャート
である。ステップS31において、メッセージ受信終了
により割り込みを開始する。ステップS32において、
最後に受信したデータ部のチェックサムデータと前記ス
テップS22においてなされたチェックサムCSと一致
するか否かを判断する。この判断が「YES」ならステ
ップS33に進み、「NO」ならステップS35に進
む。
Further, since the header part check and the checksum are performed every time the data is received, the receiving buffer only needs to have a capacity for storing one byte of data. FIG. 7 is a flow chart for explaining the processing after receiving the message. In step S31, interruption is started upon completion of message reception. In step S32,
It is determined whether or not the checksum data of the last received data portion matches the checksum CS made in step S22. If this determination is "YES", the process proceeds to step S33, and if "NO", the process proceeds to step S35.

【0024】ステップS33において、一致する場合に
は、前記ステップS20で最後に格納した送信データを
削除する。ステップS34において、送信用のヘッダー
部のデータ、チェックサムデータを送信バッファにセッ
トする。ステップS35において、送信処理を開始し割
り込みを終了する。
If they match in step S33, the transmission data stored last in step S20 is deleted. In step S34, the header data for transmission and the checksum data are set in the transmission buffer. In step S35, the transmission process is started and the interruption is ended.

【0025】ステップS36において、一致しない場合
には、通信を終了し、割り込みを終了する。このように
して、メッセージ受信終了後の処理が従来と比較して非
常に少なくなるため、他の処理の待ち時間が短縮され
る。
If they do not match in step S36, the communication is ended and the interruption is ended. In this way, the number of processes after the reception of a message is significantly reduced as compared with the conventional technique, and the waiting time for other processes is shortened.

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

【図1】本発明に実施の形態に係るシリアル通信処理装
置を示す図である。
FIG. 1 is a diagram showing a serial communication processing device according to an embodiment of the present invention.

【図2】図1における送受バッファを示す図である。FIG. 2 is a diagram showing a transmission / reception buffer in FIG.

【図3】マスタECU1からのリクエストメッセージの
シリアル受信の構成を示す図である。
FIG. 3 is a diagram showing a configuration of serial reception of a request message from a master ECU 1.

【図4】本発明に実施の形態に係るシリアル通信処理装
置の受信、応答処理を説明するタイミングを示す図であ
る。
FIG. 4 is a diagram showing a timing for explaining reception and response processing of the serial communication processing device according to the embodiment of the present invention.

【図5】スレーブECU2の受信/応答処理を説明する
フローチャートである。
FIG. 5 is a flowchart illustrating a reception / response process of slave ECU 2.

【図6】スレーブECU2の受信/応答処理を説明する
フローチャートである。
FIG. 6 is a flowchart illustrating a reception / response process of slave ECU 2.

【図7】メッセージ受信終了後の処理を説明するフロー
チャートである。
FIG. 7 is a flowchart illustrating a process after receiving a message.

【図8】従来のシリアル通信処理装置を説明する図であ
る。
FIG. 8 is a diagram illustrating a conventional serial communication processing device.

【図9】送受信バッファを示す図である。FIG. 9 is a diagram showing a transmission / reception buffer.

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

1…マスタECU 2…スレーブECU 21…送受信バッファ 1 ... Master ECU 2 ... Slave ECU 21 ... Transmission / reception buffer

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 シリアルに複数のデータをメッセージと
して通信するシリアル通信処理装置において、 前記メッセージのヘッダー部の複数のデータを正常に受
信したかのヘッダー部判断処理と、前記メッセージの複
数のデータのエラーを見つけるためにデータを累積する
チェックサム処理とが前記データのインターバル間に分
散して行われることを特徴とするシリアル通信処理装
置。
1. A serial communication processing device that serially communicates a plurality of data as a message, wherein a header part determination process as to whether or not a plurality of data in the header part of the message is normally received, and a plurality of data of the message are received. A serial communication processing apparatus, wherein checksum processing for accumulating data to find an error is performed in a distributed manner during intervals of the data.
【請求項2】 分散された前記ヘッダー判断処理は、受
信に異常がある場合にその後の通信処理を終了すること
を特徴とする、請求項1に記載のシリアル通信処理装
置。
2. The serial communication processing device according to claim 1, wherein the distributed header determination processing ends subsequent communication processing when reception is abnormal.
【請求項3】 分散された、前記ヘッダー判断処理及び
前記チェックサム処理に1データ分の格納容量をもつ受
信バッファを使用することを特徴とする、請求項1に記
載のシリアル通信処理装置。
3. The serial communication processing device according to claim 1, wherein a distributed reception buffer having a storage capacity of one data is used for the header determination processing and the checksum processing.
JP26856395A 1995-10-17 1995-10-17 Serial communication processor Expired - Fee Related JP3512278B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26856395A JP3512278B2 (en) 1995-10-17 1995-10-17 Serial communication processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26856395A JP3512278B2 (en) 1995-10-17 1995-10-17 Serial communication processor

Publications (2)

Publication Number Publication Date
JPH09116595A true JPH09116595A (en) 1997-05-02
JP3512278B2 JP3512278B2 (en) 2004-03-29

Family

ID=17460268

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26856395A Expired - Fee Related JP3512278B2 (en) 1995-10-17 1995-10-17 Serial communication processor

Country Status (1)

Country Link
JP (1) JP3512278B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100323806B1 (en) * 1999-11-19 2002-02-19 김진태 Method for multiful communication

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100323806B1 (en) * 1999-11-19 2002-02-19 김진태 Method for multiful communication

Also Published As

Publication number Publication date
JP3512278B2 (en) 2004-03-29

Similar Documents

Publication Publication Date Title
US4430651A (en) Expandable and contractible local area network system
US4410889A (en) System and method for synchronizing variable-length messages in a local area network data communication system
EP0074864A2 (en) System and method for name-lookup in a local area network data communication system
US7428608B2 (en) Communication system, communication circuit and communication method
US5367644A (en) Communication system
KR101001074B1 (en) Method for transmittng data on a bus
US20010005862A1 (en) Method for down-loading data
EP0525736B1 (en) Data storing system for a communication control circuit
JPH04304742A (en) Method and apparatus for assigning address to lan terminal
EP0893019B1 (en) Multiplex communication interface circuit and method
JP3512278B2 (en) Serial communication processor
JP2011520368A (en) A subscriber node of a communication system with a functionally distinct transmission event memory
EP0887980B1 (en) Address setting method and communication system to which the address setting method is applied
US7233592B1 (en) Packet transfer control circuit
US7529268B1 (en) Multi-point electronic control system protocol
US20050138236A1 (en) Direct memory access control device and method for automatically updating data transmisson size from peripheral
JPS6332298B2 (en)
JP3230339B2 (en) Communication control device
JP2002236659A (en) Electronic control device for vehicle
JPH1049344A (en) Buffer busy control system
JPH0736807A (en) Communication control method
JP3164996B2 (en) Serial data receiving device
JP2842639B2 (en) Data transfer method
JP3266789B2 (en) Communication control device
US6510482B1 (en) Multiplexed bus data transmission control system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20031209

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040106

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

Free format text: PAYMENT UNTIL: 20080116

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090116

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100116

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees