JP2008090503A - Transmission device - Google Patents

Transmission device Download PDF

Info

Publication number
JP2008090503A
JP2008090503A JP2006269061A JP2006269061A JP2008090503A JP 2008090503 A JP2008090503 A JP 2008090503A JP 2006269061 A JP2006269061 A JP 2006269061A JP 2006269061 A JP2006269061 A JP 2006269061A JP 2008090503 A JP2008090503 A JP 2008090503A
Authority
JP
Japan
Prior art keywords
data
program
rom
memory
cpu
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.)
Withdrawn
Application number
JP2006269061A
Other languages
Japanese (ja)
Inventor
Kiyoko Miyamoto
聖子 宮本
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2006269061A priority Critical patent/JP2008090503A/en
Publication of JP2008090503A publication Critical patent/JP2008090503A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a transmission device which can perform efficiently input and transmission of data for program correction in order to correct a program stored in a ROM. <P>SOLUTION: A transmission device is for transmitting a signal for operating an electronic apparatus comprising; a ROM which stores a program; a CPU; a nonvolatile memory to which the CPU can read and write data; and a receiving part which receives a signal from outside. The transmission device has a memory to store temporarily data to be transmitted to an electronic appliance, stores the data for correcting a program stored in the ROM in memory, and when a predetermined operation is carried out, the data stored in the memory is transmitted. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、電子機器のROMに格納されているプログラムを修正するためのデータを送信する送信装置に関する。   The present invention relates to a transmission device that transmits data for correcting a program stored in a ROM of an electronic device.

プログラムがマスク化されたROMを有するマイクロコンピュータ(以下「マイコン」という。)を搭載した電子機器において、バグや仕様変更等によりプログラムを変更する方法の1つは、修正されたプログラムがマスク化されたROMを有する新たなマイコンに置き換えることである。しかし、この方法は、新たなマイコンを製造して電子機器に実装し、古いマイコンを破棄しなければならないため、多大な費用、時間及び手間を要する。   In an electronic device equipped with a microcomputer having a ROM with a program masked (hereinafter referred to as “microcomputer”), one of the methods for changing a program due to a bug or a specification change is that the corrected program is masked. It is to replace with a new microcomputer having a ROM. However, this method requires a great deal of cost, time, and effort because a new microcomputer must be manufactured and mounted on an electronic device, and the old microcomputer must be discarded.

このため、最近のマイコン搭載機器の一部には、マイコンを交換することなくプログラムの変更に対応可能な機器がある。このような機器は、マイコンに外付けされる不揮発性メモリを有し、この不揮発性メモリに、ROMに記録されたプログラムの変更部分の先頭アドレス(以下「変更部分アドレス」という。)と、プログラムの変更部分の代わりの修正プログラムとが格納される。この機器では、プログラムの変更部分の代わりに修正プログラムが実行されるため、マイコンを交換する必要がない。このような機能は、一般的に、「ROM修正機能」と呼ばれる。   For this reason, some recent devices equipped with microcomputers include devices that can cope with program changes without replacing the microcomputer. Such a device has a non-volatile memory externally attached to the microcomputer, and in this non-volatile memory, the start address (hereinafter referred to as “changed part address”) of the changed part of the program recorded in the ROM, and the program And a modified program in place of the changed part. In this device, since the correction program is executed instead of the changed portion of the program, there is no need to replace the microcomputer. Such a function is generally called a “ROM correction function”.

不揮発性メモリに変更部分アドレス及び修正プログラムが格納された電子機器の電源が投入された際又は電子機器がリセットされた際、マイコンはイニシャル処理を行う。このイニシャル処理では、まず、不揮発性メモリに修正プログラムが格納されているかを判別する。修正プログラムが格納されていると判別された場合、不揮発性メモリに格納されている変更部分アドレスが、マイコンのRAMに設定されたレジスタにコピーされる。さらに、不揮発性メモリに格納されている修正プログラムが、マイコンのRAMにコピーされる。次に、修正プログラムがコピーされたRAMの領域の先頭アドレスが、RAM内の割込ベクタテーブルに設定される。最後に、ROM修正機能実行フラグを立てて、イニシャル処理を終了する。   The microcomputer performs an initial process when the power of the electronic device in which the changed address and the correction program are stored in the nonvolatile memory is turned on or when the electronic device is reset. In this initial process, first, it is determined whether a correction program is stored in the nonvolatile memory. When it is determined that the correction program is stored, the changed partial address stored in the nonvolatile memory is copied to a register set in the RAM of the microcomputer. Furthermore, the correction program stored in the nonvolatile memory is copied to the RAM of the microcomputer. Next, the start address of the RAM area where the correction program is copied is set in the interrupt vector table in the RAM. Finally, a ROM correction function execution flag is set and the initial process is terminated.

マイコンは、基本的にはROMに格納されているプログラムに従って処理を行う。但し、ROM修正機能実行フラグが立てられている場合、マイコンは、現在のプログラムアドレスと、RAMのレジスタに設定されている変更部分アドレスとを絶えず比較する。これら2つのアドレスが一致した際には、マイコンは、割込ベクタテーブルに設定されている先頭アドレスを参照して、RAMに格納されている修正プログラムを実行する。   The microcomputer basically performs processing according to a program stored in the ROM. However, when the ROM correction function execution flag is set, the microcomputer constantly compares the current program address with the changed part address set in the RAM register. When these two addresses match, the microcomputer refers to the head address set in the interrupt vector table and executes the correction program stored in the RAM.

このように、「ROM修正機能」を実行するためには、不揮発性メモリに変更部分アドレスと修正プログラムが格納されていなければならない。不揮発性メモリへのデータの書き込みの一例が、特開2000−105695号公報に開示されている。この例では、不揮発性メモリ及びマイコンを有する電子機器を操作するためのリモートコントローラ(以下「リモコン」という。)が用いられる。   Thus, in order to execute the “ROM correction function”, the changed part address and the correction program must be stored in the nonvolatile memory. An example of data writing to a nonvolatile memory is disclosed in Japanese Patent Laid-Open No. 2000-105695. In this example, a remote controller (hereinafter referred to as “remote controller”) for operating an electronic device having a nonvolatile memory and a microcomputer is used.

図5は、リモコン及び電子機器を示すブロック図である。図5に示す電子機器10は、リモコン50からの信号を受信する受光部17と、マイコン11と、不揮発性メモリ15とを備える。マイコン11は、電子機器の各構成要素を制御するCPU12と、必要なデータを記憶するRAM14と、プログラム等を記憶するROM13とを有する。CPU12には不揮発性メモリ15及び受光部17が接続されている。   FIG. 5 is a block diagram illustrating the remote controller and the electronic device. The electronic device 10 illustrated in FIG. 5 includes a light receiving unit 17 that receives a signal from the remote controller 50, a microcomputer 11, and a nonvolatile memory 15. The microcomputer 11 includes a CPU 12 that controls each component of the electronic device, a RAM 14 that stores necessary data, and a ROM 13 that stores programs and the like. A non-volatile memory 15 and a light receiving unit 17 are connected to the CPU 12.

図5に示す電子機器10のROM13に記憶されているプログラムの一部を変更する場合、ユーザは、リモコン50を操作して修正プログラム書き込みプログラムを起動する。続いて、ユーザは、リモコン50を操作して変更部分アドレス及び修正プログラムを電子機器10に送信する。変更部分アドレス及び修正プログラムがRAM14に一時的に格納された状態でユーザがリモコン50の確定キーを押すと、CPU12は、RAM14に格納された変更部分アドレス及び修正プログラムを読み出して、不揮発性メモリ15に転送する。この後、マイコン11がリセットされると、上記説明したイニシャル処理が行われ、ROM修正機能が実行される。   When changing a part of the program stored in the ROM 13 of the electronic device 10 shown in FIG. 5, the user operates the remote controller 50 to start the correction program writing program. Subsequently, the user operates the remote controller 50 to transmit the changed part address and the correction program to the electronic device 10. When the user presses the confirmation key of the remote controller 50 in a state where the changed part address and the correction program are temporarily stored in the RAM 14, the CPU 12 reads out the changed part address and the correction program stored in the RAM 14 to read the nonvolatile memory 15. Forward to. Thereafter, when the microcomputer 11 is reset, the above-described initial processing is performed, and the ROM correction function is executed.

特開2000−105695号公報JP 2000-105695 A

しかし、図5に示した電子機器10及びリモコン50を用いたプログラムの修正方法では、ユーザが変更部分アドレスや修正プログラムを選択又は入力するたびにリモコン50を操作してデータを電子機器10に送信する必要がある。また、データの選択や入力をミスした際には、再度データを入力する必要があった。   However, in the program correction method using the electronic device 10 and the remote controller 50 shown in FIG. 5, every time the user selects or inputs a changed part address or a correction program, the remote controller 50 is operated to transmit data to the electronic device 10. There is a need to. Further, when the selection or input of data is missed, it is necessary to input the data again.

本発明の目的は、電子機器のROMに格納されているプログラムを修正するためのデータの入力及び送信を効率良く行うことのできる送信装置を提供することである。   An object of the present invention is to provide a transmission device capable of efficiently inputting and transmitting data for correcting a program stored in a ROM of an electronic device.

本発明は、プログラムを記憶するROMと、CPUと、前記CPUがデータを読み書き可能な不揮発性メモリと、外部からの信号を受信する受信部と、を備える電子機器を操作するための信号を送信する送信装置であって、前記電子機器に送信されるデータを一時記憶するメモリを備え、前記ROMに格納されたプログラムを修正するためのデータを前記メモリに格納して、所定の操作がされたとき、前記メモリに格納されたデータを送信する送信装置を提供する。   The present invention transmits a signal for operating an electronic device including a ROM for storing a program, a CPU, a non-volatile memory in which the CPU can read and write data, and a receiving unit for receiving a signal from the outside. And a memory for temporarily storing data to be transmitted to the electronic device, wherein data for modifying a program stored in the ROM is stored in the memory, and a predetermined operation is performed. A transmission device for transmitting the data stored in the memory.

上記送信装置では、前記プログラムを修正するためのデータは、前記ROMに記録されたプログラムの変更部分の先頭アドレスと、前記プログラムの変更部分の代わりの修正プログラムと、を含む。   In the transmission apparatus, the data for correcting the program includes a start address of a changed part of the program recorded in the ROM and a correction program instead of the changed part of the program.

本発明に係る送信装置によれば、電子機器機のROMに格納されているプログラムを修正するためのデータの入力及び送信を効率良く行うことができる。   According to the transmission device of the present invention, it is possible to efficiently input and transmit data for correcting a program stored in the ROM of the electronic device.

以下、本発明の実施形態について、図面を参照して説明する。図1は、一実施形態のリモコン及び電子機器を示すブロック図である。図1に示すリモコン150は、赤外線リモコンの通信フォーマットに関して財団法人家電製品協会が作成したフォーマット(以下「家製協フォーマット」という。)の学習機能付きリモコンである。本実施形態のリモコン150は、内部にデータを格納しておくためのメモリ151を有する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram illustrating a remote controller and an electronic device according to an embodiment. A remote controller 150 shown in FIG. 1 is a remote controller with a learning function in a format (hereinafter referred to as “home-made cooperative format”) created by the association of household electrical appliances regarding the communication format of an infrared remote controller. The remote controller 150 of this embodiment has a memory 151 for storing data therein.

また、図1に示す電子機器100は、リモコン150からの信号を受信する受光部107と、マイコン101と、不揮発性メモリ105とを備える。マイコン101は、電子機器の各構成要素を制御するCPU102と、必要なデータを記憶するRAM104と、プログラム等を記憶するROM103とを有する。CPU102には不揮発性メモリ105及び受光部107が接続されている。   The electronic device 100 illustrated in FIG. 1 includes a light receiving unit 107 that receives a signal from a remote controller 150, a microcomputer 101, and a nonvolatile memory 105. The microcomputer 101 includes a CPU 102 that controls each component of the electronic device, a RAM 104 that stores necessary data, and a ROM 103 that stores programs and the like. A nonvolatile memory 105 and a light receiving unit 107 are connected to the CPU 102.

図2は、リモコン150が電子機器100に送信するパルス信号のフォーマット(家製協フォーマット)を示す図である。図2に示すように、リモコン150から送信されるデータのパルス信号は、リーダ部201と、カスタム・コード部202と、カスタム・コードパリティ部203と、データ・コード部204と、トレーラ部205とを含む。リーダ部201は、リモコンデータの送信が開始されることを示すパルス信号である。カスタム・コード部202は、そのリモコンのメーカー名や商品名等を表す家電製品協会にて管理されるコードを示すパルス信号である。カスタム・コードパリティ部203は、カスタム・コード部202の値が正しいかを確認するためのパリティを示すパルス信号である。データ・コード部204は、通常のリモコンとして使用する際は、機器毎及びリモコンのボタン毎に設定された機能コードを示すためのパルス信号である。トレーラ部205は、リモコンデータ送信の終了を示すパルス信号である。   FIG. 2 is a diagram illustrating a format of a pulse signal (home-made cooperative format) transmitted from the remote controller 150 to the electronic device 100. As shown in FIG. 2, a pulse signal of data transmitted from the remote controller 150 includes a reader unit 201, a custom code unit 202, a custom code parity unit 203, a data code unit 204, a trailer unit 205, including. The reader unit 201 is a pulse signal indicating that transmission of remote control data is started. The custom code section 202 is a pulse signal indicating a code managed by the home appliance association representing the manufacturer name, product name, etc. of the remote controller. The custom code parity unit 203 is a pulse signal indicating parity for confirming whether the value of the custom code unit 202 is correct. When used as a normal remote controller, the data code unit 204 is a pulse signal for indicating a function code set for each device and each button of the remote controller. The trailer unit 205 is a pulse signal indicating the end of remote control data transmission.

図3は、図2に示したデータ・コード部204のフォーマットを示す図である。図3に示すように、データ・コード部204は、ROM修正機能用データ/通常データ判定部301と、データサイズ情報302と、データ本体303と、エラー検出用情報304とを含む。ROM修正機能用データ/通常データ判定部301は、通常のリモコンデータと、不揮発性メモリ105に書き込むプログラム修正用のデータ(変更部分アドレス及び修正プログラム)のどちらであるかを判別するためのデータである。データサイズ情報302は、変更部分アドレス及び修正プログラムのデータ総サイズを示すデータである。データ本体303には、変更部分アドレス及び修正プログラムのデータが格納されている。データ本体303の末尾には、エラー検出用情報304が付加される。エラー検出用情報304は、受信したデータに基づいてCPU102が算出した情報と比較することによって、受信したデータに誤りがないかを判別するために用いられる。   FIG. 3 is a diagram showing a format of the data code unit 204 shown in FIG. As shown in FIG. 3, the data code unit 204 includes a ROM correction function data / normal data determination unit 301, data size information 302, a data body 303, and error detection information 304. The ROM correction function data / normal data determination unit 301 is data for determining whether it is normal remote control data or program correction data (changed part address and correction program) to be written to the nonvolatile memory 105. is there. The data size information 302 is data indicating the changed part address and the total data size of the correction program. The data main body 303 stores the changed part address and the correction program data. Error detection information 304 is added to the end of the data body 303. The error detection information 304 is used to determine whether there is an error in the received data by comparing with the information calculated by the CPU 102 based on the received data.

本実施形態のリモコン150は、送信キーが押されるまで図2及び図3に示したフォーマットのデータを内部のメモリ151に格納しておく。リモコン150は、送信キーが押された際に、メモリ151に格納されたデータを電子機器100に送信する。電子機器100の受光部107は、リモコン150から送信されたデータを受信する。CPU102は、受光部107が受信したデータをRAM104に格納する。CPU102は、RAM104に格納されたデータに基づいてROM103に格納されたプログラムを修正するか否かを判断する。プログラムを修正する場合、CPU102はRAM104に格納されたデータを不揮発性メモリ105に書き込む。以下、リモコン150から送信されたパルス信号を電子機器100が受信した際のCPU102の動作について、図4を参照して詳細に説明する。   The remote controller 150 of this embodiment stores the data in the format shown in FIGS. 2 and 3 in the internal memory 151 until the transmission key is pressed. The remote controller 150 transmits the data stored in the memory 151 to the electronic device 100 when the transmission key is pressed. The light receiving unit 107 of the electronic device 100 receives data transmitted from the remote controller 150. The CPU 102 stores the data received by the light receiving unit 107 in the RAM 104. The CPU 102 determines whether to modify the program stored in the ROM 103 based on the data stored in the RAM 104. When modifying the program, the CPU 102 writes the data stored in the RAM 104 into the nonvolatile memory 105. Hereinafter, the operation of the CPU 102 when the electronic device 100 receives the pulse signal transmitted from the remote controller 150 will be described in detail with reference to FIG.

図4は、リモコン150から送信されたパルス信号を電子機器100が受信した際のCPU102の動作を示すフローチャートである。ステップS401では、CPU102は受信したデータを解析する。詳細には、CPU102は、パルス信号をHレベル、Lレベルの区間の長さによって16進数で00〜FFの数字に変換する。ステップS402では、受信したデータが通常のリモコンデータ及びプログラム修正用のデータのどちらであるかを判別する。通常のリモコンデータと判別された場合、CPU102は当該データに応じた通常の処理を行う。プログラム修正用のデータと判別された場合、ステップS403に進み、CPU102は次の3つの処理を行う。   FIG. 4 is a flowchart showing the operation of the CPU 102 when the electronic device 100 receives the pulse signal transmitted from the remote controller 150. In step S401, the CPU 102 analyzes the received data. Specifically, the CPU 102 converts the pulse signal into a hexadecimal number between 00 and FF according to the length of the H level and L level sections. In step S402, it is determined whether the received data is normal remote control data or program correction data. When it is determined as normal remote control data, the CPU 102 performs normal processing according to the data. If it is determined that the data is for program correction, the process proceeds to step S403, and the CPU 102 performs the following three processes.

ステップS403では、CPU102は、受信したデータのサイズが規定の範囲内であるかを確認する。また、CPU102は、データ本体303中の変更部分アドレスが規定の範囲内であるかを確認する。さらに、CPU102は、受信したデータから算出した値とエラー検出用情報304とが一致するかを確認して、受信したデータに誤りがないことを確認する。データに誤りがある場合は処理を終了する。データに誤りがない場合はステップS404に進み、CPU102は不揮発性メモリ105にデータ本体303(変更部分アドレス及び修正プログラム)を書き込む。この後、CPU102は、ステップS405でマイコン101をリセットする処理を実行する。リセットされたマイコン101は上記説明したイニシャル処理を行う。   In step S403, the CPU 102 confirms whether the size of the received data is within a specified range. Further, the CPU 102 confirms whether the changed part address in the data body 303 is within a specified range. Further, the CPU 102 confirms whether the value calculated from the received data matches the error detection information 304 and confirms that the received data has no error. If there is an error in the data, the process is terminated. If there is no error in the data, the process proceeds to step S404, and the CPU 102 writes the data body 303 (changed part address and correction program) in the nonvolatile memory 105. Thereafter, the CPU 102 executes processing for resetting the microcomputer 101 in step S405. The reset microcomputer 101 performs the above-described initial processing.

以上説明したように、本実施形態のリモコン150は、電子機器100に送信するデータを内部のメモリ151に格納しておき、送信キーが押されると、メモリ151に格納されたデータを電子機器100に送信する。このため、ユーザが変更部分アドレスや修正プログラムを選択又は入力するたびにリモコン150を操作してデータを電子機器100に送信する必要がない。また、データの選択や入力をミスしても、リモコン150の内部のメモリ151に格納されたデータを修正すれば良い。このため、電子機器100のROM103に格納されているプログラムを修正するためのデータの入力及び送信を効率良く行うことができる。   As described above, the remote controller 150 of this embodiment stores data to be transmitted to the electronic device 100 in the internal memory 151, and when the transmission key is pressed, the data stored in the memory 151 is stored in the electronic device 100. Send to. For this reason, it is not necessary to operate the remote controller 150 and transmit data to the electronic device 100 each time the user selects or inputs a changed part address or correction program. Even if data selection or input is missed, the data stored in the memory 151 in the remote controller 150 may be corrected. For this reason, it is possible to efficiently input and transmit data for correcting the program stored in the ROM 103 of the electronic device 100.

本発明に係る送信装置は、ROMに格納されているプログラムを修正するための電子機器等として有用である。   The transmission device according to the present invention is useful as an electronic device or the like for correcting a program stored in the ROM.

一実施形態のリモコン及び電子機器を示すブロック図1 is a block diagram showing a remote controller and an electronic device according to an embodiment; リモコンが電子機器に送信するパルス信号のフォーマット(家製協フォーマット)を示す図The figure which shows the format of the pulse signal which the remote control transmits to the electronic equipment 図2に示したデータ・コード部のフォーマットを示す図The figure which shows the format of the data code part shown in FIG. リモコンから送信されたパルス信号を電子機器が受信した際のCPUの動作を示すフローチャートThe flowchart which shows operation | movement of CPU when the electronic device receives the pulse signal transmitted from the remote control リモコン及び電子機器を示すブロック図Block diagram showing remote control and electronic equipment

符号の説明Explanation of symbols

150 リモコン
151 メモリ
100 電子機器
107 受光部
101 マイコン
105 不揮発性メモリ
102 CPU
104 RAM
103 ROM
150 Remote Controller 151 Memory 100 Electronic Device 107 Light Receiving Unit 101 Microcomputer 105 Nonvolatile Memory 102 CPU
104 RAM
103 ROM

Claims (2)

プログラムを記憶するROMと、CPUと、前記CPUがデータを読み書き可能な不揮発性メモリと、外部からの信号を受信する受信部と、を備える電子機器を操作するための信号を送信する送信装置であって、
前記電子機器に送信されるデータを一時記憶するメモリを備え、
前記ROMに格納されたプログラムを修正するためのデータを前記メモリに格納して、所定の操作がされたとき、前記メモリに格納されたデータを送信することを特徴とする送信装置。
A transmission device that transmits a signal for operating an electronic device including a ROM that stores a program, a CPU, a nonvolatile memory that allows the CPU to read and write data, and a reception unit that receives an external signal. There,
A memory for temporarily storing data transmitted to the electronic device;
A transmission device that stores data for modifying a program stored in the ROM in the memory, and transmits the data stored in the memory when a predetermined operation is performed.
請求項1に記載の送信装置であって、
前記プログラムを修正するためのデータは、前記ROMに記録されたプログラムの変更部分の先頭アドレスと、前記プログラムの変更部分の代わりの修正プログラムと、を含むことを特徴とする送信装置。
The transmission device according to claim 1,
The data for correcting the program includes a start address of a changed part of the program recorded in the ROM and a correction program instead of the changed part of the program.
JP2006269061A 2006-09-29 2006-09-29 Transmission device Withdrawn JP2008090503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006269061A JP2008090503A (en) 2006-09-29 2006-09-29 Transmission device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006269061A JP2008090503A (en) 2006-09-29 2006-09-29 Transmission device

Publications (1)

Publication Number Publication Date
JP2008090503A true JP2008090503A (en) 2008-04-17

Family

ID=39374594

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006269061A Withdrawn JP2008090503A (en) 2006-09-29 2006-09-29 Transmission device

Country Status (1)

Country Link
JP (1) JP2008090503A (en)

Similar Documents

Publication Publication Date Title
JP2006065857A (en) Method and device for forcibly downloading program in mobile communication terminal
JP4185142B2 (en) Numerical controller
WO2015079725A1 (en) Programmable controller
JP6520759B2 (en) Programmable controller, control program of programmable controller
JP5434481B2 (en) Processing apparatus and control method
JP7275940B2 (en) Control program and method
JP2008090503A (en) Transmission device
KR20010027466A (en) Method for reprogramming ecu of vehicles
JP4976726B2 (en) Sensor system and sensor unit
US6961869B2 (en) Electronic apparatus and correction method
JP2007041798A (en) Information processor and memory rewriting method for information processor
US8788730B2 (en) Method for sending a keycode of a non-keyboard apparatus
CN112053547A (en) Method for reducing remote control failure rate, remote controller, air conditioner and storage medium
JP3854273B2 (en) Apparatus and method for setting communication packet
JP2004126658A (en) Processor system
JP4548091B2 (en) Home appliance adapter
US10289881B2 (en) Wireless communication system, electronic apparatus, reader/writer
JP7054783B2 (en) Home appliances
JP2011082644A (en) Remote control system, remote control device, and pairing method
JP2002351684A (en) Rom correction system and rom correction method
US20050273760A1 (en) Computer system and related method for generating program codes describing relationships of numerous function names and numerous control codes of a device
JP2007108054A (en) Semiconductor integrated circuit and inspection device thereof
JP2009253448A (en) Remote controller and remote control system of electronics and its signal processing method
KR100313906B1 (en) Apparatus and method for rom correction
JP6313962B2 (en) Electronics

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20091201