JPH05151112A - Automatic check method for personal equipment - Google Patents

Automatic check method for personal equipment

Info

Publication number
JPH05151112A
JPH05151112A JP3314993A JP31499391A JPH05151112A JP H05151112 A JPH05151112 A JP H05151112A JP 3314993 A JP3314993 A JP 3314993A JP 31499391 A JP31499391 A JP 31499391A JP H05151112 A JPH05151112 A JP H05151112A
Authority
JP
Japan
Prior art keywords
data
key
personal
personal computer
result
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
JP3314993A
Other languages
Japanese (ja)
Inventor
Tomomasa Adachi
知正 足立
Shigenobu Yanagiuchi
繁信 柳内
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP3314993A priority Critical patent/JPH05151112A/en
Publication of JPH05151112A publication Critical patent/JPH05151112A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically check the program of a personal equipment in a system where the data are transferred to a personal computer by means of the communication function of the connected personal equipment. CONSTITUTION:A series of key data produced from the various types of instructions are successively read out of the transmission file of a personal computer 1 and sent to a personal equipment 2. The equipment 2 successively carries out these received key data as the key input and sends the executing result to the computer 1. The computer stores the received result in its reception file In such conditions, the executing result already stored in the reception file is compared with the executing result presently received and stored in the reception file. So that the program loaded in the equipment 2 is automatically checked.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、パーソナル機器の自
動チェック方法に関するものであり、電子システム手帳
やワープロなど、あらかじめ決められた動作を実行する
プログラムを格納する機器を開発するときのチェック方
法に好適である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic check method for a personal device, and more particularly to a check method for developing a device storing a program for executing a predetermined operation such as an electronic system notebook or a word processor. It is suitable.

【0002】[0002]

【従来の技術】従来、表示部とキーボードを一体に備
え、かつデータ転送用のRS−232インターフェイス
を備えたいわゆるパーソナル機器の構成は、図6に示す
とおりである。同図において、ROM50にはそのパー
ソナル機器の仕様を満足させるべきシステムプログラム
が格納されており、CPU51はそのプログラムに従っ
て各種の処理を実行するよう構成されている。
2. Description of the Related Art Conventionally, a so-called personal device having a display portion and a keyboard integrally and an RS-232 interface for data transfer is shown in FIG. In the figure, the ROM 50 stores a system program that should satisfy the specifications of the personal device, and the CPU 51 is configured to execute various processes according to the program.

【0003】例えば、キー入力の待機という命令であれ
ば、キー52が押下されるのを待ち、あるデータを表示
せよという命令であれば、液晶ドライバ53を介して液
晶をアクセスし、データを表示部54に表示させる。ま
た、RAM55にデータを書き込めという命令であれ
ば、指定されたアドレスにデータを書き込む。
For example, if the command is to wait for key input, the key 52 is pressed, and if the command is to display certain data, the liquid crystal is accessed through the liquid crystal driver 53 to display the data. It is displayed on the section 54. If the command is to write data to the RAM 55, the data is written to the designated address.

【0004】一般に、キー52からデータを取り込んで
RAM55に格納し、それを表示するという仕様を持つ
アプリケーションは、概略として図7に示すようなプロ
グラムの流れを持っている。すなわち、キー52が押さ
れた場合、そのキー52の役割によって処理内容を分岐
させ、演算を実行する、またはデータをRAM55に格
納するなどの処理を実行した後、その結果を表示させ
る。
Generally, an application having a specification of fetching data from the key 52, storing it in the RAM 55, and displaying it has a program flow as shown in FIG. That is, when the key 52 is pressed, the content of the process is branched depending on the role of the key 52, the operation is executed, or the process of storing the data in the RAM 55 is executed, and then the result is displayed.

【0005】具体的に説明すると、英数字のキーが押さ
れたとすると、表示にエコーバックされるが、ENTE
Rキーが押された場合は、それまで入力されたデータ列
を指定のメモリに格納し、また、OFFキーが押された
場合は、処理を中断して電源をOFFする処理へ移ると
いう動作を実行する。このように、キー52によって処
理動作が決定されることになる。そして動作が終了する
と、CPU51はシステムプログラムによって再びキー
を取り込む処理に戻り、次のキー52を待つことにな
る。
More specifically, if an alphanumeric key is pressed, the display is echoed back.
When the R key is pressed, the data string that has been input so far is stored in the specified memory, and when the OFF key is pressed, the process is interrupted and the power is turned off. Run. In this way, the key 52 determines the processing operation. When the operation is completed, the CPU 51 returns to the process of fetching the key by the system program and waits for the next key 52.

【0006】パーソナル機器を製作し、その機器に搭載
するプログラムをチェックするためには、上記したよう
にキー入力を行い、その結果を確認することになる。図
8は、従来のチェック方法の流れを示したものである。
従来のチェック方法は、オペレータが、あるキー操作を
行い、それによって本来得られるべき結果と、実際に得
られた結果とをオペレータが表示部54の画面上で比較
確認し、判断するというものである。
In order to manufacture a personal device and check the program installed in the device, the key input is performed as described above, and the result is confirmed. FIG. 8 shows the flow of the conventional checking method.
In the conventional check method, the operator performs a certain key operation, and the operator compares and confirms on the screen of the display unit 54 the result that should be originally obtained and the result actually obtained by the operator. is there.

【0007】また、チェックする際にオペレータは、チ
ェックすべきキー操作を記載したチェックシートを準備
し、それに従ってキー操作を行い、画面を見ながら正し
いか否かを判断し、正しければ次のキー操作を行うとい
う手順を繰り返す必要があった。
In addition, at the time of checking, the operator prepares a check sheet in which key operations to be checked are described, performs key operations in accordance with the check sheet, and judges whether or not it is correct while observing the screen. It was necessary to repeat the procedure of performing the operation.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、従来の
チェック方法では、オペレータがチェックシートに従っ
てキー操作を行い、その結果を画面上で判断するため
に、すくなくとも1人のオペレータがチェックのために
独占されてしまうという問題があった。また、プログラ
ムに不都合が発見され、修正後に再チェックする時に
は、もう一度最初から、既に行ったチェックを繰り返す
必要があり、多大な時間を費やさなければならないとい
う問題もあった。
However, in the conventional check method, at least one operator is monopolized for checking because the operator operates the key according to the check sheet and judges the result on the screen. There was a problem that it would end up. In addition, when a problem is found in the program and it is rechecked after correction, it is necessary to repeat the check already performed from the beginning again, which requires a great deal of time.

【0009】この発明は以上の事情を考慮してなされた
もので、パーソナル機器に搭載するプログラムのチェッ
クを、人手を介さず、かつ短時間で行うことのできるパ
ーソナル機器の自動チェック方法を提供するものであ
る。
The present invention has been made in consideration of the above circumstances, and provides an automatic checking method for a personal device which can check a program installed in the personal device in a short time without human intervention. It is a thing.

【0010】[0010]

【課題を解決するための手段】この発明は、通信機能を
有するパーソナル機器を接続し、その通信機能を用いて
パーソナルコンピュータとデータ送受信を行うシステム
において、各種の命令をデータにした一連のキーデータ
を、前記パーソナルコンピュータの送信ファイルから順
次読み出して前記パーソナル機器へ送信し、受信したキ
ーデータを該パーソナル機器にてキー入力として順次実
行し、その実行結果を前記パーソナルコンピュータへ送
信して受信ファイルに格納しておき、次に前記パーソナ
ル機器に一連のキーデータを送信して実行結果を得て、
前記パーソナルコンピュータに送信した場合に、既に前
記受信ファイルに格納されている実行結果と、今回送信
されて前記受信ファイルに格納された実行結果とを比較
することにより、パーソナル機器に搭載したプログラム
のチェックを自動的に行うパーソナル機器の自動チェッ
ク方法である。
SUMMARY OF THE INVENTION The present invention relates to a system for connecting a personal device having a communication function and transmitting / receiving data to / from a personal computer using the communication function, in which a series of key data in which various commands are converted into data. Are sequentially read from the transmission file of the personal computer and transmitted to the personal device, the received key data is sequentially executed as a key input in the personal device, and the execution result is transmitted to the personal computer to be a reception file. Store it, then send a series of key data to the personal device to get the execution result,
When the program is sent to the personal computer, the execution result already stored in the received file is compared with the execution result sent this time and stored in the received file to check the program installed in the personal device. This is an automatic check method for personal devices that automatically performs.

【0011】[0011]

【作用】この発明に従えば、オペレータが直接キー入力
を行い、画面上に現れる表示結果を確認する代りに、パ
ーソナル機器に接続されたパーソナルコンピュータか
ら、キー入力に相当するキーデータを受信し、処理結果
のデータをそのパーソナルコンピュータに送信すること
により、自動的に無人でパーソナル機器のチェックを行
うことができる。
According to the present invention, instead of the operator directly inputting a key and confirming the display result appearing on the screen, the key data corresponding to the key input is received from the personal computer connected to the personal device, By transmitting the processing result data to the personal computer, it is possible to automatically and unattendedly check the personal device.

【0012】[0012]

【実施例】以下、図に示す実施例に基づいてこの発明を
詳述する。なお、これによってこの発明は限定されるも
のではない。図1は、この発明を実施するための装置の
概略図である。同図において、1はパーソナルコンピュ
ータ(以下パソコンと略称する)、2は電子システム手
帳やワードプロセッサなどのパーソナル機器であり、両
者はRS−232Cケ−ブル(以下ケーブルと略称す
る)3によって接続されている。これにより、データの
送受信ができるようになっている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below based on the embodiments shown in the drawings. The present invention is not limited to this. FIG. 1 is a schematic diagram of an apparatus for carrying out the present invention. In the figure, 1 is a personal computer (hereinafter abbreviated as personal computer), 2 is a personal device such as an electronic system notebook or word processor, and both are connected by an RS-232C cable (hereinafter abbreviated as cable) 3. There is. As a result, data can be transmitted and received.

【0013】図2はこの実施例の自動チェック方法を、
パーソナル機器2に適用した場合のプログラムの処理の
流れを示したものである。同図における破線部分10お
よび11がこの実施例の特徴部分である。パーソナル機
器2が自動チェックモードに入ると、プログラムスイッ
チSWが接点Aから接点Bへ切り替わる。それにより、
接点A側にて物理的にキーを取り込んでキーデータに変
換していた処理が、パソコン1からケーブル3を通じて
データを取り込みキーデータに変換する処理に切り替わ
る。
FIG. 2 shows the automatic checking method of this embodiment.
3 shows a flow of processing of a program when applied to the personal device 2. Broken line portions 10 and 11 in the figure are the characteristic portions of this embodiment. When the personal device 2 enters the automatic check mode, the program switch SW switches from the contact A to the contact B. Thereby,
The process of physically fetching the key on the contact A side and converting it into the key data is switched to the process of fetching the data from the personal computer 1 through the cable 3 and converting it into the key data.

【0014】これにより、オペレータがキーを押さなく
ともキーから入力されるデータと同じデータが、パソコ
ン1から与えられることになる。次に、受信したデータ
の処理を実行した後に、例えばどの位置に何を表示した
かというような結果データをパソコン1に送信する。こ
れにより、表示データなどの結果データがそのままパソ
コン1に送信されていくことになる。
As a result, the same data as the data input from the key can be given from the personal computer 1 without the operator pressing the key. Next, after processing the received data, the result data such as what is displayed at what position is transmitted to the personal computer 1. As a result, the result data such as the display data is transmitted to the personal computer 1 as it is.

【0015】以下図3および図4に示すフローチャート
を用いて自動チェック方法を詳述する。図3のフローチ
ャートは、自動チェックモードに入る方法を示してい
る。まず、準備として、パソコン1とパーソナル機器2
とをRS−232Cケーブルで接続する。次いでパーソ
ナル機器2を自動チェックモードにする。すなわち、あ
る特定の画面において、ある特定のキーワードを間違え
ずに入力していくことにより、最後にパソコン1からデ
ータを取り込む自動チェックモードに切り替わる(ステ
ップ20〜22)。なお、特定のキーワードが入力されない
場合には通常の処理となる(ステップ23)。
The automatic checking method will be described in detail below with reference to the flow charts shown in FIGS. The flowchart of FIG. 3 illustrates a method of entering the automatic check mode. First, as a preparation, personal computer 1 and personal device 2
And RS232C cable. Then, the personal device 2 is set to the automatic check mode. That is, by inputting a specific keyword without mistake on a specific screen, the mode is switched to the automatic check mode in which the data is finally fetched from the personal computer 1 (steps 20 to 22). If no specific keyword is input, normal processing is performed (step 23).

【0016】次いでチェックするキーデータを集めたフ
ァイルをパソコン1にセットし、パソコン1側のプログ
ラムを実行させる。すなわち、そのファイルと受信用フ
ァイルとを指定してパソコン上の専用ソフトを立ち上げ
る。なお、ファイルには、チェックのために操作すべき
キーのデータが操作する順番に書かれている。また、上
記ソフトは、ファイルからキーデータを1つ読み込んで
規定のデータ構造にしてパーソナル機器2に送信するよ
うプログラムされている。
Next, a file in which key data to be checked is collected is set in the personal computer 1 and the program on the personal computer 1 side is executed. That is, the dedicated software on the personal computer is started by designating the file and the receiving file. In the file, data of keys to be operated for checking is written in the order of operation. Further, the above software is programmed to read one key data from a file, make it into a prescribed data structure, and transmit it to the personal device 2.

【0017】図4のフローチャートは、自動チェックの
処理方法を示している。上記した操作によってパーソナ
ル機器2が自動チェックモードに入ると(ステップ3
0)、パソコン1を利用することにより、オペレータが
キーを打つ代りに、パソコン1からパーソナル機器2へ
キーデータを送ることができる(ステップ31)。
The flowchart of FIG. 4 shows a processing method of automatic checking. When the personal device 2 enters the automatic check mode by the above operation (step 3
0) By using the personal computer 1, key data can be sent from the personal computer 1 to the personal device 2 instead of the operator pressing a key (step 31).

【0018】ここでパーソナル機器2は、パソコン1か
ら送信されたキーデータを受信し、キーとして処理する
(ステップ32)。すると、オペレータによってキーが押
された場合と同じ処理になり、画面に何らかの変化が現
れる。具体的には、押されたキーの文字が表示された
り、別の画面に切り替わるなどである。次いでキーデー
タの処理結果としての画像情報を、規定のデータ構造に
してパソコン1へ送信する(ステップ33)。
The personal device 2 receives the key data transmitted from the personal computer 1 and processes it as a key (step 32). Then, the process is the same as when the operator presses a key, and some change appears on the screen. Specifically, the characters of the pressed key are displayed, or the screen is switched to another screen. Next, the image information as the processing result of the key data is transmitted to the personal computer 1 in a prescribed data structure (step 33).

【0019】上記した画像情報のデータとは、画面を作
り出すための1つ1つの命令をそのままデータにしたも
のである。命令の具体的な内容としては、“画面をクリ
アする。X,Y座標に指定の文字を表示する。X,Y座
標にカーソルを表示する。X1,Y1座標からX2,Y
2座標で囲まれた文字をスクロールアップする。カーソ
ルをアンダーライン,ボックスカーソル,三角カーソル
などの指定の形にする。X1,Y1ドットからX2,Y
2ドットまでラインを引く。X,Yドットに点を描
く。”などである。
The above-mentioned image information data is data in which each instruction for creating a screen is converted into data as it is. The specific contents of the command are "clear the screen. Display a specified character at X, Y coordinates. Display a cursor at X, Y coordinates. X1, Y1 to X2, Y coordinates.
Scroll up the character enclosed by two coordinates. Make the cursor the specified shape, such as underline, box cursor, or triangle cursor. X1, Y1 dot to X2, Y
Draw a line up to 2 dots. Draw dots on the X and Y dots. “And so on.

【0020】図5は、送受信される通信データの構造を
示す模式図である。通信データのチェックは、チェック
サム1バイトをデータの最後に送信し、ACK(正常応
答)、NACK(異常応答)を受信して次のステップに
進むよう構成されている。通信で使用される1つのデー
タは、データの先頭から区切りコードである09(H)
までを単純加算し下1バイトをアスキーコード2バイト
に展開して送信し、最後に0D(H)、0A(H)で締
めくくるフォーマットからなる。
FIG. 5 is a schematic diagram showing the structure of transmitted / received communication data. The check of communication data is configured such that one byte of checksum is transmitted at the end of the data, ACK (normal response) and NACK (abnormal response) are received, and the process proceeds to the next step. One data used in communication is 09 (H) which is a delimiter code from the beginning of the data.
It is formed by simply adding up to, expanding the lower 1 byte to 2 bytes of ASCII code, and transmitting it, and finally ending with 0D (H) and 0A (H).

【0021】図4において、パソコン1では、結果デー
タを受信して受信用ファイルであるメモリに格納し、ス
テップ31に戻る。次いでパソコン1はキーデータのファ
イルから次のキーデータを読み込み、ファイルエンドを
検出するまで上記処理を繰り返す。
In FIG. 4, the personal computer 1 receives the result data, stores it in the memory which is a receiving file, and returns to step 31. Next, the personal computer 1 reads the next key data from the key data file and repeats the above processing until the file end is detected.

【0022】以上の処理を実行することにより、ある一
連のキー操作による画面の変化は、受信用ファイルに格
納されることになる。もし、プログラムのバージョンア
ップなどの理由でパーソナル機器2のプログラムが変更
されたならば、再度上記のテストをしてみる。もし、そ
の変更箇所が他の部分に悪影響を与えていなければ、変
更前、変更後においても、同じキー操作ならば同じ働き
をするはずである。すなわち、パソコン1における画面
変化を記録した受信用ファイルは、先に行ったチェック
の結果データと全く同じデータを持つはずである。ま
た、この実施例のチェック方法によれば、変更箇所につ
いてデータの比較を行えば変更した箇所のチェックは終
了したことになる。
By executing the above processing, the change in the screen due to a certain series of key operations is stored in the reception file. If the program of the personal device 2 is changed due to the version upgrade of the program or the like, the above test is tried again. If the changed part does not adversely affect other parts, the same key operation should work before and after the change. That is, the reception file in which the screen change in the personal computer 1 is recorded should have exactly the same data as the result data of the previous check. Further, according to the checking method of this embodiment, if the data of the changed portion is compared, the checking of the changed portion is completed.

【0023】このように、パソコン1とパーソナル機器
2は、キーデータのファイルがある限り、一度セットし
ておけば24時間でも無人でチェック動作を続けること
ができ、一度動作を開始すればチェックに要する時間も
容易に把握することができる。さらに、色々なバリエー
ションを持つキーデータファイルを作成しておけば、必
要に応じてチェックの内容を組み合わせることもでき
る。
As described above, the personal computer 1 and the personal device 2 can continue the check operation unattended for 24 hours if they are set once as long as there is a key data file, and once the operation is started, the check operation can be performed. The time required can be easily grasped. Furthermore, by creating a key data file with various variations, it is possible to combine the check contents as necessary.

【0024】[0024]

【発明の効果】この発明によれば、予め決められた動作
をするプログラムが搭載されるパーソナル機器を開発す
る際、プログラムのチェックを人手を介さずに自動的に
行うことができる。
According to the present invention, when developing a personal device in which a program that performs a predetermined operation is installed, the program can be checked automatically without human intervention.

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

【図1】この発明に使用する装置の構成図である。FIG. 1 is a configuration diagram of an apparatus used in the present invention.

【図2】この発明の実施例に係る自動チェック方法を示
す説明図である。
FIG. 2 is an explanatory diagram showing an automatic checking method according to an embodiment of the present invention.

【図3】実施例の自動チェック方法を示すフローチャー
トである。
FIG. 3 is a flowchart showing an automatic check method of the embodiment.

【図4】実施例の自動チェック方法を示すフローチャー
トである。
FIG. 4 is a flowchart showing an automatic checking method according to an embodiment.

【図5】実施例に係る通信データの構造を示す模式図で
ある。
FIG. 5 is a schematic diagram showing a structure of communication data according to an embodiment.

【図6】従来例のパーソナル機器の構成を示すブロック
図である。
FIG. 6 is a block diagram showing a configuration of a conventional personal device.

【図7】従来例のチェック方法を示すフローチャートで
ある。
FIG. 7 is a flowchart showing a check method of a conventional example.

【図8】従来例のチェック方法を示すフローチャートで
ある。
FIG. 8 is a flowchart showing a check method of a conventional example.

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

1 パーソナルコンピュータ 2 パーソナル機器 3 RS−232Cケーブル 1 Personal computer 2 Personal device 3 RS-232C cable

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 通信機能を有するパーソナル機器を接続
し、その通信機能を用いてパーソナルコンピュータとデ
ータ送受信を行うシステムにおいて、 各種の命令をデータにした一連のキーデータを、前記パ
ーソナルコンピュータの送信ファイルから順次読み出し
て前記パーソナル機器へ送信し、受信したキーデータを
該パーソナル機器にてキー入力として順次実行し、その
実行結果を前記パーソナルコンピュータへ送信して受信
ファイルに格納しておき、次に前記パーソナル機器に一
連のキーデータを送信して実行結果を得て、前記パーソ
ナルコンピュータに送信した場合に、既に前記受信ファ
イルに格納されている実行結果と、今回送信されて前記
受信ファイルに格納された実行結果とを比較することに
より、パーソナル機器に搭載したプログラムのチェック
を自動的に行うパーソナル機器の自動チェック方法。
1. A system in which a personal device having a communication function is connected and data is transmitted and received to and from the personal computer by using the communication function, a series of key data having various commands as data is transmitted by the personal computer. Are sequentially read out and transmitted to the personal device, the received key data is sequentially executed as a key input in the personal device, the execution result is transmitted to the personal computer and stored in a reception file, When a series of key data is sent to a personal device to obtain an execution result and the execution result is sent to the personal computer, the execution result already stored in the reception file and the transmission result this time stored in the reception file. By comparing it with the execution result, Automatic check method of personal devices that perform grams of check automatically.
JP3314993A 1991-11-28 1991-11-28 Automatic check method for personal equipment Pending JPH05151112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3314993A JPH05151112A (en) 1991-11-28 1991-11-28 Automatic check method for personal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3314993A JPH05151112A (en) 1991-11-28 1991-11-28 Automatic check method for personal equipment

Publications (1)

Publication Number Publication Date
JPH05151112A true JPH05151112A (en) 1993-06-18

Family

ID=18060120

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3314993A Pending JPH05151112A (en) 1991-11-28 1991-11-28 Automatic check method for personal equipment

Country Status (1)

Country Link
JP (1) JPH05151112A (en)

Similar Documents

Publication Publication Date Title
USRE43591E1 (en) Method and apparatus for printing accessed data over a network using a virtual machine applet
US8539435B1 (en) Method and system for remote software testing
JPH0589269A (en) Bar code printer
JPH05151112A (en) Automatic check method for personal equipment
JP2601451B2 (en) Text file modification method
JP2001043151A (en) Device and method for processing information and computer readable memory
JP2000242594A (en) Information transmission system for terminal device
JPH0542749A (en) Printing suspension processing device
JP3001205B2 (en) Information processing device
JP2605491B2 (en) Equipment management controller
JPH07230393A (en) Information processing system and program debugging method therefor
JPH11338731A (en) Data processor
JP2905552B2 (en) Keyboard control method
JP4716929B2 (en) Program debug support processing apparatus, communication adapter, and program debug support processing program
JP2000235463A (en) Removable media writing device and recording medium
JP3064719B2 (en) Graph creation device
JP2604066B2 (en) Text file correction storage method
JPS6333181B2 (en)
JP2000010715A (en) Data input device and data transfer system
JP2001092767A (en) Multi-interface controller
JP3166690B2 (en) Data transfer system, data transfer method, and recording medium recording data transfer program
JPS63126337A (en) Communication processing system
JPH0548812A (en) Picture transmitter
JPH0196724A (en) Picture output device
JPH05173832A (en) Trace control mechanism

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20090317

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

Free format text: PAYMENT UNTIL: 20090317

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100317

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110317

Year of fee payment: 11

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

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20110317

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

Free format text: PAYMENT UNTIL: 20120317

Year of fee payment: 12

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

Year of fee payment: 13

Free format text: PAYMENT UNTIL: 20130317

EXPY Cancellation because of completion of term