JP2523874B2 - Asynchronous serial data transmission device - Google Patents

Asynchronous serial data transmission device

Info

Publication number
JP2523874B2
JP2523874B2 JP1147325A JP14732589A JP2523874B2 JP 2523874 B2 JP2523874 B2 JP 2523874B2 JP 1147325 A JP1147325 A JP 1147325A JP 14732589 A JP14732589 A JP 14732589A JP 2523874 B2 JP2523874 B2 JP 2523874B2
Authority
JP
Japan
Prior art keywords
transmission
character
characters
data
reception
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP1147325A
Other languages
Japanese (ja)
Other versions
JPH0313038A (en
Inventor
毅則 沖▲高▼
直樹 山内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1147325A priority Critical patent/JP2523874B2/en
Publication of JPH0313038A publication Critical patent/JPH0313038A/en
Application granted granted Critical
Publication of JP2523874B2 publication Critical patent/JP2523874B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Dc Digital Transmission (AREA)
  • Communication Control (AREA)
  • Synchronisation In Digital Transmission Systems (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明はマイクロコンピュータ間のデータ伝送を制
御する非同期式シリアルデータ伝送装置(UART;Univers
al Asynchronous Receiver and Transmitter)に関する
ものである。
The present invention relates to an asynchronous serial data transmission device (UART; Univers) for controlling data transmission between microcomputers.
al Asynchronous Receiver and Transmitter).

〔従来の技術〕[Conventional technology]

第2図は従来の非同期式シリアルデータ伝送装置(UA
RT)の一例を示すブロック図である。
Figure 2 shows a conventional asynchronous serial data transmission device (UA
It is a block diagram showing an example of (RT).

図において、1はシステムのバスラインに接続する入
出力端子、2はシリアルデータの送信端子、3はシリア
ルデータの送信端子、4はシステムのバスラインへのデ
ータ送出及びシステムのバスラインからのデータ搬入を
行なう双方向のデータバスバッファ、6はシステムのバ
スラインからの送信用データを格納し、送信端子2より
送信する送信バッファ、7は送信バッファ6の送信デー
タをシリアルに変換し出力させる送信制御回路、10は受
信端子3からの受信データを格納し入出力端子1よりシ
ステムのバスラインに送出する受信バッファ、11はシリ
アル受信データの受信及び受信データをパラレルに変換
しての格納を行なう受信制御回路である。
In the figure, 1 is an input / output terminal connected to a system bus line, 2 is a serial data transmission terminal, 3 is a serial data transmission terminal, 4 is data transmission to a system bus line, and data is from the system bus line. A bidirectional data bus buffer for carrying in, 6 is a transmission buffer for storing the transmission data from the system bus line and transmitting from the transmission terminal 2, 7 is a transmission for converting the transmission data of the transmission buffer 6 to serial and outputting it A control circuit, 10 is a reception buffer for storing the reception data from the reception terminal 3 and sending it to the system bus line from the input / output terminal 1, 11 is for receiving serial reception data and storing the reception data after converting the reception data into parallel data. It is a reception control circuit.

次に動作について説明する。 Next, the operation will be described.

マイクロプロセッサからデータバスバッファ4を通じ
て送信バッファ6に書込まれた複数ビットからなる1キ
ャラクタのパラレルの送信データは、送信制御回路7に
よって送信バッファ6からシリアルデータとして送信さ
れる。このシリアルデータには1キャラクタごとに先頭
に“L"レベル1ビットからなるスタートビットと最終に
“H"レベル複数ビットからなるストップビットが付加さ
れている。
Parallel transmission data of one character consisting of a plurality of bits written in the transmission buffer 6 from the microprocessor through the data bus buffer 4 is transmitted from the transmission buffer 6 as serial data by the transmission control circuit 7. In this serial data, a start bit consisting of one "L" level bit and a stop bit consisting of a plurality of "H" level bits are added to the beginning of each character.

また、先頭に“L"レベル1ビットからなるスタートビ
ットと最後に“H"レベル複数ビットからなるストップビ
ットが付加された複数ビットからなる1キャラクタのシ
リアルの受信データは受信制御回路11によって受信バッ
ファ10に受信され、さらにパラレルのデータに変換され
て格納される。マイクロプロセッサはこの受信データを
データバスバッファ4を通じて読込む。
Further, the reception control circuit 11 causes the reception control circuit 11 to receive serial data of one character consisting of a plurality of bits with a start bit consisting of 1 bit of “L” level at the beginning and a stop bit consisting of plural bits of “H” level at the end. It is received by 10, converted into parallel data and stored. The microprocessor reads this received data through the data bus buffer 4.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

従来のUARTは以上のようにして非同期式に、即ち外部
から同期信号を与えられるのではなく、自分自信の内部
で同期をとって、この場合1キャラクタごとにビット同
期をとってデータ伝送を行っているので、複数キャラク
タをひとつのブロックとして取扱うことができない。従
って、複数キャラクタをひとつのブロックとして取り扱
うためには、1回の伝送時のキャラクタ数がいつも一定
であるシステム,またそうでないシステムのいずれにお
いても、キャラクタ数をカウントする回路をUARTとは別
に必要とし、基板面積を余分に必要とする等の問題があ
った。
In the conventional UART, data is transmitted asynchronously as described above, that is, without being given a synchronizing signal from the outside, by synchronizing within itself, in this case, bit synchronization is performed for each character. Therefore, it is not possible to handle multiple characters as one block. Therefore, in order to handle multiple characters as one block, a circuit that counts the number of characters is required separately from the UART in both systems where the number of characters in one transmission is always constant and systems where it is not. However, there is a problem that an extra board area is required.

この発明は上記のような問題点を解消するためになさ
れたもので、基板面積の増大を招くことなく、複数キャ
ラクタをひとつのブロックとして取り扱うことができる
非同期式シリアルデータ伝送装置を得ることを目的とす
る。
The present invention has been made to solve the above problems, and an object thereof is to obtain an asynchronous serial data transmission device capable of handling a plurality of characters as one block without increasing the board area. And

〔課題を解決するための手段〕[Means for solving the problem]

この発明に係る非同期式シリアルデータ伝送装置は、
1キャラクタを所定の複数ビットから構成されるものと
し、データバスラインより1ブロックとして取り扱うべ
き所望のキャラクタ数を書込むことのできる,プログラ
ム可能なキャラクタ数レジスタと、送信制御回路により
制御される送信バッファが送信するキャラクタの数をカ
ウントする送信キャラクタ数カウンタと、受信制御回路
により制御される受信バッファが受信するキャラクタの
数をカウントする受信キャラクタ数カウンタと、送信キ
ャラクタ数カウンタとキャラクタ数レジスタとを逐次比
較し、一致したときフラグを立てる送信キャラクタ数一
致検出回路と、受信キャラクタ数カウンタとキャラクタ
数レジスタとを逐次比較し、一致したときフラグを立て
る受信キャラクタ数一致検出回路とを備え、複数キャラ
クタをひとつのブロックとして取り扱うことができるよ
うにしたものである。
The asynchronous serial data transmission device according to the present invention,
Programmable character number register capable of writing a desired number of characters to be handled as one block from a data bus line, wherein one character is composed of a plurality of predetermined bits, and transmission controlled by a transmission control circuit A transmission character number counter for counting the number of characters transmitted by the buffer, a reception character number counter for counting the number of characters received by the reception buffer controlled by the reception control circuit, a transmission character number counter and a character number register. A transmission character number match detection circuit that sequentially compares and sets a flag when they match, and a reception character number match detection circuit that sequentially compares the reception character number counter and a character number register and sets a flag when they match, Multiple characters into one Tsu is that to be able to be treated as a click.

〔作用〕[Action]

この発明におけるUARTは、キャラクタ数レジスタの設
定値と送信キャラクタ数カウンタの値を送信キャラクタ
数一致検出回路で、キャラクタ数レジスタの設定値と受
信キャラクタ数カウンタの値を受信キャラクタ数一致検
出回路で逐次比較し、一致を見たらフラグを立てるよう
にしたから、複数キャラクタをひとつのブロックとして
取り扱うことができる。また上記両キャラクタ数カウン
タをチップ内に内蔵したから、基板面積の増大を生じな
い。
In the UART according to the present invention, the set value of the character number register and the value of the transmitted character number counter are a transmission character number matching detection circuit, and the set value of the character number register and the received character number counter are a received character number matching detection circuit. Since successive comparisons are made and a flag is set when a match is found, a plurality of characters can be treated as one block. Further, since the both character number counters are built in the chip, the substrate area is not increased.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図において、1はシステムのバスラインに接続す
る入出力端子、2はシリアルデータの送信端子、3はシ
リアルデータの受信端子、4はシステムのバスラインへ
のデータ送出及びシステムのバスラインからのデータ搬
入を行なう双方向のデータバスバッファ、5はシステム
のバスラインからの書き込みが可能なプログラマブルキ
ャラクタ数レジスタ、6はシステムのバスラインからの
送信用データを格納し、送信端子2より送信する送信バ
ッファ、7は送信バッファ6の送信データをシリアルに
変換し、出力させる送信制御回路、8は送信バッファ6
に格納され、送信端子2より送出される送信キャラクタ
の数をカウントする送信キャラクタ数カウンタ、9はキ
ャラクタ数レジスタ5の設定値と送信キャラクタ数カウ
ンタ8の値の一致を検出する送信キャラクタ数一致検出
回路、10は受信端子3からの受信データを格納し、入出
力端子1よりシステムのバスラインに送出する受信バッ
ファ、11はシリアルの受信データの受信及び受信データ
をパラレルに変換しての格納を行なう受信制御回路、12
は受信バッファ10に格納させる受信キャラクタの数をカ
ウントする受信キャラクタ数カウンタ、13はキャラクタ
数レジスタ5の設定値と受信キャラクタ数カウンタ12の
値の一致を検出する受信キャラクタ数一致検出回路、14
は送信キャラクタ数一致検出回路19が一致を検出したと
きフラグを出力する送信キャラクタ数一致フラグ出力端
子、15は受信キャラクタ数一致検出回路13が一致を検出
したときフラグを出力する受信キャラクタ数一致フラグ
出力端子である。
In FIG. 1, 1 is an input / output terminal connected to a system bus line, 2 is a serial data transmission terminal, 3 is a serial data reception terminal, 4 is data transmission to a system bus line, and from the system bus line. Bidirectional data bus buffer for carrying in the data of 5, a programmable character number register writable from the system bus line, 6 stores data for transmission from the system bus line, and transmits it from the transmission terminal 2. A transmission buffer, 7 is a transmission control circuit for converting the transmission data of the transmission buffer 6 to serial and outputting the same, and 8 is a transmission buffer 6
, A transmission character number counter that counts the number of transmission characters sent from the transmission terminal 2, and 9 is a transmission character number match that detects a match between the set value of the character number register 5 and the value of the transmission character number counter 8. A detection circuit, 10 is a reception buffer that stores the reception data from the reception terminal 3 and sends the data to the system bus line from the input / output terminal 1, 11 is reception of serial reception data and storage after converting the reception data to parallel. Reception control circuit, which performs
Is a received character number counter for counting the number of received characters to be stored in the receive buffer 10, 13 is a received character number detection circuit for detecting a match between the set value of the character number register 5 and the value of the received character number counter 12, 14
Is a transmission character number match flag output terminal which outputs a flag when the transmission character number match detection circuit 19 detects a match, and 15 is a reception character which outputs a flag when the reception character number match detection circuit 13 detects a match It is a number match flag output terminal.

次に上記実施例の動作について説明する。 Next, the operation of the above embodiment will be described.

1回の送受信のキャラクタ数が予め決められている場
合、マイクロプロセッサはキャラクタ数の値をデータバ
スバッファ4を通じ、キャラクタ数レジスタ5に書込
む。キャラクタ数の設定が完了した後、データの送受信
を開始する。データバスバッファ4を通じ、送信バッフ
ァ6に書込まれた1キャラクタの送信データは送信制御
回路7により、送信端子2からシリアルデータとして送
信される。1キャラクタが送信されるごとに送信キャラ
クタ数カウンタ8はインクリメントされる。送信キャラ
クタ数一致検出回路9はキャラクタ数レジスタ5の設定
値と送信キャラクタ数カウンタ8の値を逐次比較してお
り、一致を検出した場合、送信キャラクタ数一致フラグ
出力端子14にフラグを立てる。マイクロプロセッサはこ
のフラグにより送信キャラクタ数の確認が可能であり、
従ってキャラクタごとではなく、複数のキャラクタから
なるブロックごとに各種割り込み処理を行うことができ
る。
When the number of characters transmitted / received once is predetermined, the microprocessor writes the value of the number of characters in the character number register 5 through the data bus buffer 4. After the setting of the number of characters is completed, data transmission / reception is started. The transmission data of one character written in the transmission buffer 6 through the data bus buffer 4 is transmitted from the transmission terminal 2 as serial data by the transmission control circuit 7. The transmission character number counter 8 is incremented each time one character is transmitted. The transmission character number coincidence detection circuit 9 successively compares the set value of the character number register 5 and the value of the transmission character number counter 8, and when a coincidence is detected, a flag is set to the transmission character number coincidence flag output terminal 14. . The microprocessor can check the number of characters sent by this flag.
Therefore, it is possible to perform various interrupt processes not for each character but for each block composed of a plurality of characters.

一方、受信端子3より受信した1キャラクタの受信デ
ータは受信制御回路11により受信バッファ10に格納され
る。格納が完了するとデータバスバッファ4を通じての
受信データ読出しが可能となる。
On the other hand, the reception data of one character received from the reception terminal 3 is stored in the reception buffer 10 by the reception control circuit 11. When the storage is completed, the received data can be read through the data bus buffer 4.

1キャラクタが受信されるごとに受信キャラクタ数カ
ウンタ12はインクリメントされる。受信キャラクタ数一
致検出回路13はキャラクタ数レジスタ5の設定値と受信
キャラクタ数カウンタ12の値を逐次比較しており、一致
を検出した場合、受信キャラクタ数一致フラグ出力端子
15にフラグを立てる。マイクロプロセッサはこのフラグ
により受信キャラクタ数の確認が可能であり、1キャラ
クタごとではなく、複数のキャラクタからなるブロック
ごとに各種割り込み処理を行うことができる。
The received character number counter 12 is incremented each time one character is received. The received character number match detection circuit 13 successively compares the set value of the character number register 5 and the value of the received character number counter 12, and when a match is detected, the received character number match flag output terminal.
Flag 15 The microprocessor can confirm the number of received characters by this flag, and can perform various interrupt processes not for each character but for each block composed of a plurality of characters.

また以上は1回の送受信のキャラクタ数がいつも一定
であるシステムの場合を述べたが、1回の送受信のキャ
ラクタ数に変更があるシステムにおいても、その変更が
あるごとにプログラマブルなキャラクタ数レジスタの設
定値を設定しなおすことによりこれに対応できる。
In the above, the case of a system in which the number of characters sent / received once is always constant has been described. However, even in a system in which the number of characters sent / received once is changed, the programmable character number register of the programmable This can be dealt with by resetting the set value.

このような本実施例では送受信キャラクタ数をカウン
トする回路を内蔵したので、該カウンタをUARTとは別途
設ける必要はなくなり、基板面積の増大を生じない。
In this embodiment, since a circuit for counting the number of transmitted / received characters is built in, it is not necessary to provide the counter separately from the UART, and the board area does not increase.

なお、上記実施例装置はUARTであるためデータバスバ
ッファを介するデータは当然パラレルデータであるが、
本発明はこのデータバスバッファ部分がシリアルデータ
を扱うシステムであってもよく、上記実施例と同様の効
果を奏する。
Since the device of the above embodiment is a UART, the data via the data bus buffer is of course parallel data.
The present invention may be a system in which the data bus buffer portion handles serial data, and has the same effect as the above embodiment.

また、上記実施例では送信あるいは受信キャラクタ数
カウンタは1キャラクタを送信あるいは受信するごとに
インクリメントするとして説明したが、これは1キャラ
クタを送信あるいは受信するごとにデクリメントするカ
ウント方式であってもよい。
Also, in the above embodiment, the transmission or reception character number counter is described as incrementing each time one character is transmitted or received, but this may be a counting method in which it decrements each time one character is transmitted or received.

〔発明の効果〕〔The invention's effect〕

以上のように、この発明によれば送受信のキャラクタ
数をカウントし、予め設定したキャラクタ数レジスタと
の比較を行ない一致を見たらフラグを立てる構成とした
ので、1キャラクタごとのビット同期をとっているUART
であるにもかわらず、複数キャラクタをひとつのブロッ
クとして取り扱うことが可能で、送受信キャラクタ数が
予め決まっているシステム、そうでないシステムのいず
れにおいても、送受信キャラクタ数をカウントする回路
をUARTとは別途設ける必要はなくなり、基板面積の増大
を生じないという効果がある。
As described above, according to the present invention, the number of transmitted / received characters is counted, and a comparison is made with a preset character number register, and a flag is set when a match is found. Therefore, bit synchronization is performed for each character. UART
Despite this, it is possible to handle multiple characters as one block, and in both systems where the number of sent and received characters is predetermined and systems where it is not, a circuit for counting the number of sent and received characters is separate from the UART. It is not necessary to provide it, and there is an effect that the substrate area does not increase.

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

第1図はこの発明の一実施例によるUARTのブロック図、
第2図は従来のUARTのブロック図である。 1は入出力端子、2は送信端子、3は受信端子、4はデ
ータバスバッファ、5はキャラクタ数レジスタ、6は送
信バッファ、7は送信制御回路、8は送信キャラクタ数
カウンタ、9は送信キャラクタ数一致検出回路、10は受
信バッファ、11は受信制御回路、12は受信キャラクタ数
カウンタ、13は受信キャラクタ数一致検出回路、14は送
信キャラクタ数一致フラグ出力端子、15は受信キャラク
タ数一致フラグ出力端子である。 なお図中同一符号は同一又は相当部分を示す。
FIG. 1 is a block diagram of a UART according to an embodiment of the present invention,
FIG. 2 is a block diagram of a conventional UART. 1 is an input / output terminal, 2 is a transmission terminal, 3 is a reception terminal, 4 is a data bus buffer, 5 is a character number register, 6 is a transmission buffer, 7 is a transmission control circuit, 8 is a transmission character number counter, and 9 is a transmission character. Number match detection circuit, 10 receive buffer, 11 receive control circuit, 12 receive character number counter, 13 receive character number match detection circuit, 14 send character number match flag output terminal, 15 receive character number This is a match flag output terminal. The same reference numerals in the drawings indicate the same or corresponding parts.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】1キャラクタを所定の複数ビットから構成
されるものとし、データバスラインより1ブロックとし
て取り扱うべき所望のキャラクタ数を書込むことのでき
る,プログラム可能なキャラクタ数レジスタと、 送信制御回路により制御される送信バッファが送信する
キャラクタの数をカウントする送信キャラクタ数カウン
タと、 受信制御回路により制御される受信バッファが受信する
キャラクタの数をカウントする受信キャラクタ数カウン
タと、 送信キャラクタ数カウンタとキャラクタ数レジスタとを
逐次比較し、一致したときフラグを立てる送信キャラク
タ数一致検出回路と、 受信キャラクタ数カウンタとキャラクタ数レジスタとを
逐次比較し、一致したときフラグを立てる受信キャラク
タ数一致検出回路とを備え、 複数キャラクタをひとつのブロックとして取り扱うこと
のできることを特徴とする非同期式シリアルデータ伝送
装置。
1. A programmable character number register capable of writing a desired number of characters to be handled as one block from a data bus line, wherein one character is composed of a predetermined plurality of bits, and a transmission control circuit. A transmission character number counter that counts the number of characters transmitted by the transmission buffer controlled by, a reception character number counter that counts the number of characters that the reception buffer controlled by the reception control circuit receives, and a transmission character number counter. Successive comparison with the character count register and raises a flag when they match The transmission character count match detection circuit and the receive character number counter and the character count register are successively compared and raises a flag when they match With a circuit, multiple characters Asynchronous serial data transmission apparatus characterized by capable of handling data as one block.
JP1147325A 1989-06-09 1989-06-09 Asynchronous serial data transmission device Expired - Lifetime JP2523874B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1147325A JP2523874B2 (en) 1989-06-09 1989-06-09 Asynchronous serial data transmission device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1147325A JP2523874B2 (en) 1989-06-09 1989-06-09 Asynchronous serial data transmission device

Publications (2)

Publication Number Publication Date
JPH0313038A JPH0313038A (en) 1991-01-22
JP2523874B2 true JP2523874B2 (en) 1996-08-14

Family

ID=15427632

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1147325A Expired - Lifetime JP2523874B2 (en) 1989-06-09 1989-06-09 Asynchronous serial data transmission device

Country Status (1)

Country Link
JP (1) JP2523874B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05119813A (en) * 1991-10-25 1993-05-18 Mitsubishi Electric Corp Communication unit for programmable controller and its communication method
JP3402323B2 (en) 2000-12-25 2003-05-06 松下電工株式会社 Hair dryer
JP4481329B2 (en) * 2007-12-19 2010-06-16 ローランド株式会社 Audio data transmitter / receiver

Also Published As

Publication number Publication date
JPH0313038A (en) 1991-01-22

Similar Documents

Publication Publication Date Title
EP0239937B1 (en) Serial communications controller
US4761800A (en) Method and apparatus for detecting a rate of data transmission
US5371736A (en) Universal protocol programmable communications interface
US6154793A (en) DMA with dynamically assigned channels, flexible block boundary notification and recording, type code checking and updating, commands, and status reporting
US4396995A (en) Adapter for interfacing between two buses
US5151999A (en) Serial communications controller for transfer of successive data frames with storage of supplemental data and word counts
JPH0561667B2 (en)
US5159684A (en) Data communication interface integrated circuit with data-echoing and non-echoing communication modes
US3872444A (en) Terminal control unit
CN101052938B (en) Low latency data packet reception and processing
KR19980076203A (en) Asynchronous Serial Data Transmission / Reception Method of Digital Signal Processor
US5742502A (en) Method and apparatus for generating synchronous data transmissions in a device having a universal asynchronous receiver/transmitter
EP0564118B1 (en) Serial data transfer apparatus
JP2523874B2 (en) Asynchronous serial data transmission device
US5228129A (en) Synchronous communication interface for reducing the effect of data processor latency
JP3028289B2 (en) Transmission device for serial data
US6868091B1 (en) Apparatus and method for depacketizing and aligning packetized input data
JPS6359042A (en) Communication interface equipment
EP0134115A2 (en) Asynchronous buffered communications interface
EP0285335B1 (en) Data communication system and method
JP2808964B2 (en) Encoded data receiving circuit
JPH0353736A (en) Reception buffer control system
US3566360A (en) Control system for coordinating operation of a plurality of asynchronously operated peripheral data transmitting and receiving devices
KR900006975B1 (en) Method of detecting data transmission speed in data terminal equipment
KR100464015B1 (en) Data recovery method and apparatus for mobile communication board

Legal Events

Date Code Title Description
S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20080531

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20080531

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20090531

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20100531

Year of fee payment: 14

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100531

Year of fee payment: 14