JP2012063916A - Driver management method for data communication apparatus and communication apparatus - Google Patents

Driver management method for data communication apparatus and communication apparatus Download PDF

Info

Publication number
JP2012063916A
JP2012063916A JP2010206746A JP2010206746A JP2012063916A JP 2012063916 A JP2012063916 A JP 2012063916A JP 2010206746 A JP2010206746 A JP 2010206746A JP 2010206746 A JP2010206746 A JP 2010206746A JP 2012063916 A JP2012063916 A JP 2012063916A
Authority
JP
Japan
Prior art keywords
data communication
communication device
computer
driver
recording medium
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
JP2010206746A
Other languages
Japanese (ja)
Other versions
JP5258065B2 (en
Inventor
Yasunari Riyousho
泰成 了正
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.)
NEC Platforms Ltd
Original Assignee
NEC Infrontia 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 NEC Infrontia Corp filed Critical NEC Infrontia Corp
Priority to JP2010206746A priority Critical patent/JP5258065B2/en
Publication of JP2012063916A publication Critical patent/JP2012063916A/en
Application granted granted Critical
Publication of JP5258065B2 publication Critical patent/JP5258065B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To update a driver and the like into the latest one without booting a zero installation function if it is unnecessary.SOLUTION: When a data communication apparatus connected to a computer to be capable of storing a storage medium is connected to the computer, if an installer for installing a driver for the communication apparatus is recorded on the stored recording medium, the driver is installed in the computer using the installer and, after the installation, the data communication apparatus is controlled by the computer using the driver, and the recording medium can be arbitrarily detached from the data communication apparatus.

Description

本発明はSDメモリカード等の記録媒体を搭載したデータ通信機器のドライバインストール制御及び機能拡張に関する。   The present invention relates to driver installation control and function expansion of a data communication device equipped with a recording medium such as an SD memory card.

一般的に、パーソナルコンピュータ(Personal computer)等の機器(以下、適宜「PC」と呼ぶ。)に何らかのデータ通信機器を接続する場合は、PCに予めそのデータ通信機器を制御するためのソフトウェアであるドライバをインストールしておく必要がある。   In general, when any data communication device is connected to a device such as a personal computer (hereinafter referred to as “PC” as appropriate), it is software for controlling the data communication device in advance on the PC. The driver must be installed.

この点、ドライバのインストール方法は多様であるが、例えば、予めPCにインストールされていたり、ドライバをデータ通信機器のメーカからインターネットを介してダウンロードした後、インストールしたり、データ通信機器に付属の記録媒体(例えばCD−ROM)からドライバを読み込んでインストールしたりする。何れの場合においてもデータ通信機器を接続する前に予めインストールしておく必要がある点では共通である。   In this respect, there are various methods for installing the driver. For example, the driver is installed in advance on the PC, or the driver is downloaded from the manufacturer of the data communication device via the Internet and then installed, or the record attached to the data communication device is attached. The driver is read from a medium (for example, CD-ROM) and installed. In any case, it is common in that it is necessary to install in advance before connecting the data communication device.

一方、ユーザの利便性を考慮して、予めインストールしておくという手間を省くことが可能なデータ通信機器が存在する。   On the other hand, there are data communication devices that can save the trouble of installing in advance in consideration of user convenience.

例えば、USB(Universal Serial Bus)規格に準拠したタイプのデータ通信機器で、ドライバや接続用ソフト(接続用ツールともいう。)を収録したCD−ROMを必要とせず、PCに挿すだけですぐに使えるようにする機能(以下、適宜「ゼロインストール機能」と呼ぶ。)を有した様々なデータ通信機器が現在存在している。   For example, it is a data communication device of the type that conforms to the USB (Universal Serial Bus) standard, and does not require a CD-ROM containing drivers and connection software (also referred to as a connection tool). There are currently various data communication devices having a function for enabling use (hereinafter, referred to as “zero installation function” as appropriate).

このようなゼロインストール機能を有する機器に関連する技術が特許文献1に記載されている。   A technique related to a device having such a zero installation function is described in Patent Document 1.

特許文献1に記載されているUSBメモリに格納されたデバイス制御プログラムのインストール方法は、バージョンアップあるいは再インストールの際、デバイスに設定されている設定情報(フォントデータ、保存されているジョブやその履歴データ)等が消去され初期化されていたため、インストール終了後に、ユーザやサービスマンが手動でデバイスの再設定を行う手間が必要であった、という問題を解決するためのものである。具体的には、USBメモリに格納されたデバイス制御プログラムのインストールに先立って、デバイスの設定情報をデバイスから取得しておき、インストール終了後に、取得しておいた設定情報をデバイスに再度設定することで設定の復元が可能としている。   The installation method of the device control program stored in the USB memory described in Patent Literature 1 is based on setting information (font data, stored jobs and history thereof) set in the device at the time of version upgrade or reinstallation. This is to solve the problem that it is necessary for the user or service person to manually reset the device after the installation is completed because the data has been erased and initialized. Specifically, the device setting information is acquired from the device prior to the installation of the device control program stored in the USB memory, and the acquired setting information is set again in the device after the installation is completed. Can restore the settings.

特開2007−83595号公報JP 2007-83595 A

しかしながら上述したようなゼロインストール機能を有する機器は対応可能なOS(Operating System)が決まっていることが一般的である。そのため、非対応なOS(例えばLinux(登録商標)等)では、ゼロインストール機能を有するせいで、対応していないデバイスのインストールを試みることになってしまい、逆にゼロインストール機能のため通信機器として動作させるのが困難となる。   However, an OS (Operating System) that can be supported by a device having a zero installation function as described above is generally determined. For this reason, a non-compatible OS (for example, Linux (registered trademark), etc.) tries to install a device that is not compatible because of having a zero installation function. It becomes difficult to operate.

また、ドライバや接続用ソフトに問題があることが発覚した場合、これらのドライバ等は更新され、更新後の最新のものをインストールする必要が生じる。もっとも、データ通信機器に格納されたインストーラは更新することができない。そのため、ゼロインストール機能を使用して新規にドライバ等をインストールした場合には、更に最新のドライバをインターネット等から入手し、再度最新のインストーラで更新する必要があった。すなわち旧いドライバをインストール後に、新たなドライバをインストールしており、実質的にゼロインストール機能の意味が失われていた。   Also, when it is discovered that there is a problem with the driver or connection software, these drivers and the like are updated, and it becomes necessary to install the latest updated version. However, the installer stored in the data communication device cannot be updated. Therefore, when a new driver or the like is installed using the zero installation function, it is necessary to obtain the latest driver from the Internet or the like and update it again with the latest installer. That is, after installing the old driver, a new driver is installed, and the meaning of the zero installation function is substantially lost.

そこで、本発明は、不必要な場合はゼロインストール機能を起動させず、且つ、ドライバ等を最新のものに更新することが可能な、データ通信機器のドライバ管理方法並びにその通信機器を提供することを目的とする。   Accordingly, the present invention provides a driver management method for a data communication device and its communication device that can activate the zero installation function when unnecessary and can update the driver and the like to the latest one. With the goal.

本発明の第1の観点によれば、コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器が提供される。   According to a first aspect of the present invention, in a data communication device that is connected to a computer and can store a storage medium, when the data communication device is connected to the computer, the stored recording medium is used for the communication device. When an installer for installing a driver is recorded, the driver is installed in the computer using the installer, and after the installation, the data communication device is controlled from the computer using the driver, There is provided a data communication device characterized in that the recording medium is arbitrarily removable from the data communication device.

本発明の第2の観点によれば、コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器が提供される。   According to a second aspect of the present invention, in a data communication device connected to a computer and capable of storing a storage medium, the computer is controlled to the stored recording medium when connected to the computer. When the client OS for recording is recorded, the computer is controlled using the client OS, and the data communication device uses the driver of the data communication device already installed in the client OS. There is provided a data communication device controlled by a computer, wherein the recording medium is arbitrarily removable from the data communication device.

本発明の第3の観点によれば、コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法が提供される。   According to a third aspect of the present invention, in a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium, when the computer is connected to the computer, the stored recording medium is stored in the storage medium. When an installer for installing the driver for the communication device is recorded, the driver is installed in the computer using the installer, and after the installation, the data communication device uses the driver to install the computer. The driver management method is characterized in that the recording medium can be arbitrarily detached from the data communication device.

本発明の第4の観点によれば、コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法が提供される。   According to a fourth aspect of the present invention, in a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium, the stored recording medium is connected to the computer when connected to the computer. When a client OS for controlling the computer is recorded, the computer is controlled using the client OS, and the data communication device is installed in the client OS. There is provided a driver management method, characterized in that the recording medium is controlled from the computer using a driver and the recording medium can be arbitrarily detached from the data communication device.

本発明によれば、通信機器に脱着可能な記憶媒体にデバイスドライバ等を記憶させることから、不必要な場合はゼロインストール機能を起動させず、且つ、ドライバ等を最新のものに更新することが可能となる。   According to the present invention, since the device driver and the like are stored in a storage medium that can be attached to and detached from the communication device, the zero installation function is not activated when unnecessary, and the driver or the like can be updated to the latest one. It becomes possible.

本発明の実施形態の基本的構成を表す図である。It is a figure showing the basic composition of the embodiment of the present invention. 本発明の実施形態における第1の動作例を表す図である。It is a figure showing the 1st operation example in embodiment of this invention. 本発明の実施形態における第2の動作例を表す図である。It is a figure showing the 2nd operation example in embodiment of this invention.

まず、本発明の実施形態の概略を説明する。   First, an outline of an embodiment of the present invention will be described.

本発明の実施形態は例えばUSB機器でSDメモリスロットを有しており、このスロットに「本USB機器のドライバインストーラを格納したCD−ROMイメージファイル」を保存したSDメモリカードを挿入する。   In the embodiment of the present invention, for example, a USB device has an SD memory slot, and an SD memory card storing a “CD-ROM image file storing a driver installer of the USB device” is inserted into this slot.

対応機器はSDメモリカードに保存されたこのCD−ROMイメージファイルを解析し、USBを通し仮想CD−ROMデバイスとして動作させる。   The corresponding device analyzes the CD-ROM image file stored in the SD memory card, and operates as a virtual CD-ROM device through the USB.

これによりSDメモリカード内のCD−ROMイメージファイルを差し替えることで、ゼロインストール機能からのインストーラ等を最新の状態で動作させることが可能となる。   Thus, by replacing the CD-ROM image file in the SD memory card, it is possible to operate the installer from the zero installation function in the latest state.

またCD−ROMイメージファイルをSDメモリカードに格納しない場合はゼロインストール機能を無効とし、通常のデータ通信機器として動作させることで非対応OSでの通信制御を容易にする。以上が本願発明の実施形態の概略である。   Further, when the CD-ROM image file is not stored in the SD memory card, the zero installation function is disabled, and communication control with an unsupported OS is facilitated by operating as a normal data communication device. The above is the outline of the embodiment of the present invention.

次に、本発明の実施形態について図面を用いて詳細に説明する。図1を参照すると本実施形態は、データ通信機器100及びPC200を有している。データ通信機器100及びPC200は、それぞれUSB規格に準拠した接続端子を有しており、当該接続端子をもちいて接続され、データを送受信する。また、データ通信機器100はPC200に自由に脱着可能である。また、本実施形態では一般的な規格であるUSB規格を例として説明をするが、接続に際して用いる規格は限定されるものではない。USB以外の任意の規格を用いて接続するように実装することが可能である。   Next, embodiments of the present invention will be described in detail with reference to the drawings. Referring to FIG. 1, the present embodiment includes a data communication device 100 and a PC 200. The data communication device 100 and the PC 200 each have a connection terminal conforming to the USB standard, and are connected using the connection terminal to transmit and receive data. The data communication device 100 can be freely attached to and detached from the PC 200. In this embodiment, the USB standard, which is a general standard, will be described as an example, but the standard used for connection is not limited. It is possible to mount so as to connect using any standard other than USB.

また、データ通信機器100は、CPU(Central Processing Unit)110、RAM(Random Access Memory)120、フラッシュメモリ130、SDメモリカード(SD Memory Card)140、USBデバイス150及びUSBPort160を有する。更に、フラッシュメモリ130にはプログラム領域131及びデータ領域132が設けられている。また、SDメモリカード140にはゼロインストール用のイメージファイル(ドライバインストーラ)である仮想CD−ROM用データファイル141が設けられている。   The data communication device 100 includes a CPU (Central Processing Unit) 110, a RAM (Random Access Memory) 120, a flash memory 130, an SD memory card (SD Memory Card) 140, a USB device 150, and a USB Port 160. Further, the flash memory 130 is provided with a program area 131 and a data area 132. Further, the SD memory card 140 is provided with a virtual CD-ROM data file 141 that is an image file (driver installer) for zero installation.

CPU110は、演算処理を行う部分である。具体的には、CPU110は、フラッシュメモリ130のプログラム領域131に格納されているプログラムを読み込み、RAM120を利用しながら演算処理を行う。すなわち、本実施形態はCPU110やRAM120といったハードウェアと、プログラム(ソフトウェア)が協働することにより実現される。   The CPU 110 is a part that performs arithmetic processing. Specifically, the CPU 110 reads a program stored in the program area 131 of the flash memory 130 and performs arithmetic processing while using the RAM 120. That is, this embodiment is realized by cooperation of hardware such as the CPU 110 and the RAM 120 and a program (software).

RAM120は、格納されたデータに任意の順序でアクセス可能な記憶装置であり、CPU110が演算処理を行う際に主記憶装置として利用される。   The RAM 120 is a storage device that can access stored data in any order, and is used as a main storage device when the CPU 110 performs arithmetic processing.

フラッシュメモリ130は、書き換え可能、且つ、電源を切ってもデータが消えない不揮発性の半導体メモリである。フラッシュメモリ130のプログラム領域131には、データ通信機器110の動作を制御するためのプログラムが格納されている。また、データ領域132には、データ通信機器110が利用する種々のデータが格納されている。   The flash memory 130 is a non-volatile semiconductor memory that can be rewritten and does not lose data even when the power is turned off. A program area 131 of the flash memory 130 stores a program for controlling the operation of the data communication device 110. The data area 132 stores various data used by the data communication device 110.

SDメモリカード140は、データ通信機器110に脱着可能な記憶媒体である。脱着可能な記憶媒体には多様な規格が存在するが、本実施形態においてはSDメモリカードに限らずどのような規格であってもよい。また、SDメモリカード140の仮想CD−ROM用データファイル141には、PC200がデータ通信機器110を制御するために必要となるドライバのインストーラや接続用に用いるソフトである接続用ツールが格納されている。仮想CD−ROM用データファイル141は、仮想的にCD−ROM機器として動作するが、本実施形態が適用可能なのは仮想CD−ROMに限定されるものではない、例えば仮想BD(Blu-ray Disc)−ROM等の他の仮想デバイスとしてもよいし、それ以外であってもよい。SDメモリカード140は、上述したように脱着可能であるため、いったん、データ通信機器110に格納したSDメモリカード140を取り外し、他の機器によりSDメモリカード140に格納されているファイルを書き換え、書き換え後のSDメモリカード140を再度データ通信機器110に取り付けることも可能である。   The SD memory card 140 is a storage medium that is detachable from the data communication device 110. Various standards exist for the removable storage medium, but in the present embodiment, any standard may be used, not limited to the SD memory card. The virtual CD-ROM data file 141 of the SD memory card 140 stores a driver installer necessary for the PC 200 to control the data communication device 110 and a connection tool which is software used for connection. Yes. The virtual CD-ROM data file 141 virtually operates as a CD-ROM device, but the present embodiment is not limited to a virtual CD-ROM, for example, a virtual BD (Blu-ray Disc). -It may be another virtual device such as a ROM, or may be other than that. Since the SD memory card 140 is detachable as described above, the SD memory card 140 stored in the data communication device 110 is removed once, and the file stored in the SD memory card 140 is rewritten and rewritten by another device. It is also possible to attach the later SD memory card 140 to the data communication device 110 again.

USBデバイスコントローラ150はデータ通信機器110がUSBデバイスとして動作するためのコントローラである。   The USB device controller 150 is a controller for the data communication device 110 to operate as a USB device.

USBPort160はUSB規格に準拠した接続端子である。   The USB Port 160 is a connection terminal conforming to the USB standard.

一方、PC200は、USBPort210を有している。USBPort210は、USBPort160同様にUSB規格に準拠した接続端子である。これらのUSBPortを介してPC200とデータ通信機器110は接続されデータをやり取りする。   On the other hand, the PC 200 has a USB Port 210. The USB Port 210 is a connection terminal compliant with the USB standard, like the USB Port 160. The PC 200 and the data communication device 110 are connected via these USB Ports to exchange data.

なお、PC200内部の構造は当業者にとってよく知られているので、その詳細な説明は省略する。概略としてはPC200にも、演算処理のためのCPU及び主記憶装置が存在しており、HDD(Hard disk drive)やFlash SSD(Solid State Drive)といった補助記憶装置に格納されたOSに基づいて動作を行っている。また、後述するがPC200がOSを格納した補助記憶装置を有していなくともよい。   Since the internal structure of the PC 200 is well known to those skilled in the art, a detailed description thereof will be omitted. As an outline, the PC 200 also has a CPU and a main storage device for arithmetic processing, and operates based on an OS stored in an auxiliary storage device such as an HDD (Hard disk drive) or a Flash SSD (Solid State Drive). It is carried out. Further, as will be described later, the PC 200 may not have an auxiliary storage device storing the OS.

次に、図2及び図3のフローチャートを参照して、データ通信機器110の動作について詳細に説明する。   Next, the operation of the data communication device 110 will be described in detail with reference to the flowcharts of FIGS.

まず、図2を参照して第1の動作例について説明する。図2はデータ通信機器110がPC200にデータ通信機器として認識されるまでの状態遷移図である。   First, a first operation example will be described with reference to FIG. FIG. 2 is a state transition diagram until the data communication device 110 is recognized by the PC 200 as a data communication device.

データ通信機器110がPC200に接続されると、まずデータ通信機器110にSDメモリカード140が挿入されているか確認される(ステップS301)。   When the data communication device 110 is connected to the PC 200, it is first confirmed whether the SD memory card 140 is inserted in the data communication device 110 (step S301).

SDメモリカード140が挿入されていない場合(ステップS301においてNO)、データ通信機器110はデータ通信機器として動作を開始するがインストールは行われない(ステップS302)。   When the SD memory card 140 is not inserted (NO in step S301), the data communication device 110 starts operating as a data communication device but is not installed (step S302).

一方、SDメモリカード140が挿入されている場合(ステップS301においてYES)、SDメモリカード140にゼロインストール用のイメージファイルが有るか確認される(ステップS303)。   On the other hand, when the SD memory card 140 is inserted (YES in step S301), it is confirmed whether or not there is an image file for zero installation in the SD memory card 140 (step S303).

ゼロインストール用のイメージファイルが無い場合(ステップS303においてNO)、データ通信機器110はデータ通信機器及びSDメモリカードの複数の機能を有する装置として動作を開始するがインストールは行われない(ステップS304)。   If there is no image file for zero installation (NO in step S303), the data communication device 110 starts operating as a device having a plurality of functions of the data communication device and the SD memory card, but installation is not performed (step S304). .

一方、ゼロインストール用のイメージファイルが有る場合ステップS303においてYES)は、データ通信機器110のドライバ(その他、データ通信機器110を動作させるための接続ツール等を含むようにしてもよい)のインストーラが格納された仮想CD−ROMデバイスとして動作を行う(ステップS305)。   On the other hand, if there is an image file for zero installation, YES in step S303) stores an installer for the driver of the data communication device 110 (others may include a connection tool for operating the data communication device 110). The virtual CD-ROM device is operated (step S305).

そして、PC200がデータ通信機器110をCD−ROMとして認識した後、インストーラが起動する。この起動はいわゆるオートラン機能により自動的に行われる(ステップS306)。   Then, after the PC 200 recognizes the data communication device 110 as a CD-ROM, the installer is activated. This activation is automatically performed by a so-called autorun function (step S306).

続いて、PC200にデータ通信機器110のドライバがインストール済みであるか確認する(ステップS307)。   Subsequently, it is confirmed whether the driver for the data communication device 110 has been installed in the PC 200 (step S307).

ドライバがインストール済みでない場合(ステップS307においてNO)は、ドライバ(接続ツールを含んでもよい)がインストールされる(ステップS308)。なお、PC200にドライバインストール済みの場合であったとしても、インストール済みのドライバよりもSDメモリカード140に格納されているドライバの方が新しい場合は、当該新しいドライバをインストールすることにより、既にインストール済みであった古いドライバを上書きするようにしてもよい。   If the driver has not been installed (NO in step S307), the driver (which may include a connection tool) is installed (step S308). Even if the driver is already installed in the PC 200, if the driver stored in the SD memory card 140 is newer than the installed driver, the driver is already installed by installing the new driver. You may make it overwrite the old driver which was.

一方、ドライバが既にインストール済みである場合(ステップS307においてYES)は、インストーラが仮想CD−ROMのリセット要求コマンドをデータ通信機器110に対して送出する(ステップS309)。このリセット要求コマンドは例えばSCSIコマンドである。   On the other hand, if the driver has already been installed (YES in step S307), the installer sends a virtual CD-ROM reset request command to the data communication device 110 (step S309). This reset request command is, for example, a SCSI command.

最後に、データ通信機器110は、リセットされデータ通信機器110はデータ通信機器及びSDメモリカードの複数の機能を有する装置として動作を開始する(ステップS310)。   Finally, the data communication device 110 is reset, and the data communication device 110 starts to operate as a device having a plurality of functions of the data communication device and the SD memory card (step S310).

上述したように本実施形態は動作する。そして、第1の動作例ではゼロインストール動作時のインストーラはSDメモリカード140内に格納されている。そのため、SDメモリカード140内の仮想CD−ROM用データファイルを交換することで最新のドライバをインストール可能な状態を保つことができるという効果を奏する。加えて、SDメモリカード140をデータ通信機器110に挿入せずPC200に接続した場合はゼロインストール機能を無効化することができる。つまり、PC200にインストールされているOSが非対応のものである場合には自主的にSDメモリカード140を抜いておくことによって、非対応のOSにも関わらずゼロインストール機能が自動に動作してしまうという弊害を防止することが容易となるという効果を奏する。   As described above, this embodiment operates. In the first operation example, the installer at the time of zero installation operation is stored in the SD memory card 140. Therefore, it is possible to maintain the state in which the latest driver can be installed by exchanging the virtual CD-ROM data file in the SD memory card 140. In addition, when the SD memory card 140 is connected to the PC 200 without being inserted into the data communication device 110, the zero installation function can be invalidated. In other words, if the OS installed on the PC 200 is incompatible, the zero installation function automatically operates regardless of the incompatible OS by voluntarily removing the SD memory card 140. There is an effect that it becomes easy to prevent the harmful effect of the above.

次に、図3を参照して第2の動作例について説明する。上述した第1の動作例ではSDメモリカード140に、「データ通信機器110のドライバインストーラを格納したCD−ROMイメージファイル」を保存しゼロインストール機能を利用した。もっとも、第2の動作例では、SDメモリカード140に、保存されているデータを「CD−ROMからブート可能なOS(シンクライアント等)のイメージファイル」とする。   Next, a second operation example will be described with reference to FIG. In the first operation example described above, the “CD-ROM image file storing the driver installer of the data communication device 110” is stored in the SD memory card 140 and the zero installation function is used. However, in the second operation example, the data stored in the SD memory card 140 is assumed to be “an image file of an OS (such as a thin client) bootable from a CD-ROM”.

まず、データ通信機器110がPC200に接続されると、まずデータ通信機器110にSDメモリカード140が挿入されているか確認される(ステップS401)。   First, when the data communication device 110 is connected to the PC 200, it is first checked whether the SD memory card 140 is inserted in the data communication device 110 (step S401).

SDメモリカード140が挿入されていない場合(ステップS401においてNO)、データ通信機器110はデータ通信機器として動作を開始するがインストールは行われない(ステップS402)。   When the SD memory card 140 is not inserted (NO in step S401), the data communication device 110 starts operating as a data communication device but is not installed (step S402).

一方、SDメモリカード140が挿入されている場合(ステップS401においてYES)、SDメモリカード140にシンクライアントOS用のイメージファイルが有るか確認される(ステップS403)。   On the other hand, if the SD memory card 140 is inserted (YES in step S401), it is confirmed whether there is an image file for the thin client OS in the SD memory card 140 (step S403).

シンクライアントOS用のイメージファイルが無い場合(ステップS403においてNO)、データ通信機器110はデータ通信機器及びSDメモリカードの複数の機能を有する装置として動作を開始するがインストールは行われない(ステップS404)。   If there is no image file for the thin client OS (NO in step S403), the data communication device 110 starts operating as a device having a plurality of functions of the data communication device and the SD memory card, but is not installed (step S404). ).

一方、シンクライアントOS用のイメージファイルが有る場合ステップS403においてYES)は、シンクライアントOSを起動可能な仮想CD−ROM機器、データ通信機器及びSDメモリカードの複数の機能を有する装置として動作を開始する(ステップS405)。   On the other hand, if there is an image file for the thin client OS (YES in step S403), the operation starts as a device having a plurality of functions of a virtual CD-ROM device, a data communication device, and an SD memory card that can start the thin client OS. (Step S405).

そして、PC200はシンクライアントOSにより起動する(ステップS406)。   Then, the PC 200 is activated by the thin client OS (step S406).

上述のシンクライアントOSには、既にデータ通信機器110のドライバ(接続ツールを含んでもよい)がインストールされているため、データ通信機器110はそのままPC200に認識され、動作を継続する。   Since the driver (which may include a connection tool) of the data communication device 110 is already installed in the above-described thin client OS, the data communication device 110 is recognized by the PC 200 as it is and continues to operate.

上述したように本実施形態は動作する。そして、第2の動作例では、OSがインストールされていない(ハードディスク等の書き込み機器が無い)PC200にデータ通信機器110を挿しただけで、セキュリティの高い通信機能を持ったシンクライアントPCとして動作させることが可能となるという効果を奏する。   As described above, this embodiment operates. In the second operation example, simply inserting the data communication device 110 into the PC 200 in which the OS is not installed (no writing device such as a hard disk) is operated as a thin client PC having a highly secure communication function. There is an effect that it becomes possible.

更に、CD−ROMからブート可能なシンクライアントOSにはあらかじめデータ通信機器110のドライバ及び接続ツール等を格納していれば新たにドライバのインストール作業も必要ないという効果を奏する。   Further, if the thin client OS bootable from the CD-ROM stores the driver of the data communication device 110 and the connection tool in advance, there is an effect that no new driver installation work is required.

なお、本実施形態におけるデータ通信機器110が具体的にどのような機能を実現するための機器であるかは限定されるものではない。   It should be noted that there is no particular limitation as to what function the data communication device 110 in this embodiment is for realizing.

また、本発明の実施形態であるデータ通信機器は、ハードウェアにより実現することもできるが、コンピュータをそのデータ通信機器として機能させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現することができる。   The data communication device according to the embodiment of the present invention can be realized by hardware, but the computer reads a program for causing the computer to function as the data communication device from a computer-readable recording medium and executes the program. Can also be realized.

加えて、本発明の実施形態によるドライバ管理方法は、ハードウェアにより実現することもできるが、コンピュータにその方法を実行させるためのプログラムをコンピュータがコンピュータ読み取り可能な記録媒体から読み込んで実行することによっても実現することができる。   In addition, the driver management method according to the embodiment of the present invention can be realized by hardware, but the computer reads a program for causing the computer to execute the method from a computer-readable recording medium and executes the program. Can also be realized.

更に、上述した実施形態は、本発明の好適な実施形態ではあるが、上記実施形態のみに本発明の範囲を限定するものではなく、本発明の要旨を逸脱しない範囲において種々の変更を施した形態での実施が可能である。   Furthermore, although the above-described embodiment is a preferred embodiment of the present invention, the scope of the present invention is not limited only to the above-described embodiment, and various modifications are made without departing from the gist of the present invention. Implementation in the form is possible.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。   A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.

(付記1) コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器。
(Supplementary Note 1) In a data communication device connected to a computer and capable of storing a storage medium,
When an installer for installing a driver for the communication device is recorded on the stored recording medium when connected to the computer, the driver is installed on the computer using the installer. After the installation, the data communication device is controlled from the computer using the driver,
A data communication device, wherein the recording medium is arbitrarily removable from the data communication device.

(付記2) 付記1に記載のデータ通信機器において、
前記コンピュータに接続された際に、前記記録媒体が格納されていない場合は前記インストールを行うことなく前記データ通信機器として動作し、前記記録媒体が格納されている場合であって前記インストーラが記憶されていない場合は、前記インストールを行うことなく、前記記録媒体に読み書き可能な機器及び前記データ通信機器として動作することを特徴とするデータ通信機器。
(Appendix 2) In the data communication device described in Appendix 1,
When connected to the computer, if the recording medium is not stored, it operates as the data communication device without performing the installation, and the installer is stored when the recording medium is stored. If not, the data communication device operates as a device capable of reading and writing to the recording medium and the data communication device without performing the installation.

(付記3) コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器。
(Supplementary note 3) In a data communication device connected to a computer and capable of storing a storage medium,
When a client OS for controlling the computer is recorded on the stored recording medium when connected to the computer, the computer is controlled using the client OS, and The data communication device is controlled from the computer using the driver of the data communication device already installed in the client OS,
A data communication device, wherein the recording medium is arbitrarily removable from the data communication device.

(付記4) 付記3に記載のデータ通信機器において、
前記コンピュータに接続された際に、前記記録媒体が格納されていない場合は前記クライアントOSによる前記コンピュータの制御を行うことなく前記データ通信機器として動作し、前記記録媒体が格納されている場合であって前記クライアントOSが記憶されていない場合は、前記クライアントOSによる前記コンピュータの制御を行うことなく、前記記録媒体に読み書き可能な機器及び前記データ通信機器として動作することを特徴とするデータ通信機器。
(Appendix 4) In the data communication device described in Appendix 3,
When connected to the computer, if the recording medium is not stored, the client OS operates as the data communication device without controlling the computer, and the recording medium is stored. When the client OS is not stored, the data communication device operates as a device capable of reading and writing to the recording medium and the data communication device without controlling the computer by the client OS.

(付記5) 付記1乃至4の何れか1項に記載のデータ通信機器において、
前記記録媒体には前記データ通信機器が仮想的に他のデバイスとして振る舞うためのデータが格納されており、前記データ通信機器は前記他のデバイスとして振る舞うためのデータによって他のデバイスとして前記コンピュータに扱われ、前記他のデバイスとして前記インストーラを動作させることを特徴とするデータ通信機器。
(Supplementary note 5) In the data communication device according to any one of supplementary notes 1 to 4,
Data for the data communication device to virtually operate as another device is stored in the recording medium, and the data communication device is handled by the computer as another device by the data for behaving as the other device. A data communication device that operates the installer as the other device.

(付記6) 付記1乃至5の何れか1項に記載のデータ通信機器において、
前記記録媒体は、当該データ通信機器から取り外された状態で他の機器に接続され、当該他の機器により前記デバイスを含めた記録内容を書き換えられることが可能な記録媒体であることを特徴とするデータ通信機器。
(Appendix 6) In the data communication device according to any one of appendices 1 to 5,
The recording medium is a recording medium that is connected to another device in a state where it is removed from the data communication device, and the recording content including the device can be rewritten by the other device. Data communication equipment.

(付記7) コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法。
(Supplementary Note 7) In a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium,
When an installer for installing a driver for the communication device is recorded on the stored recording medium when connected to the computer, the driver is installed on the computer using the installer. After the installation, the data communication device is controlled from the computer using the driver,
A driver management method, wherein the recording medium is arbitrarily removable from the data communication device.

(付記8) コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法。
(Supplementary Note 8) In a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium,
When a client OS for controlling the computer is recorded on the stored recording medium when connected to the computer, the computer is controlled using the client OS, and The data communication device is controlled from the computer using the driver of the data communication device already installed in the client OS,
A driver management method, wherein the recording medium is arbitrarily removable from the data communication device.

100 データ通信機器
110 CPU
120 RAM
130 フラッシュメモリ
131 プログラム領域
132 データ領域
140 SDメモリカード
141 仮想CD−ROM用データファイル
150 USBデバイス
160、210 USBPort
200 PC
100 Data communication equipment 110 CPU
120 RAM
130 Flash memory 131 Program area 132 Data area 140 SD memory card 141 Data file 150 for virtual CD-ROM USB device 160, 210 USB Port
200 PC

Claims (8)

コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器。
In a data communication device connected to a computer and capable of storing a storage medium,
When an installer for installing a driver for the communication device is recorded on the stored recording medium when connected to the computer, the driver is installed on the computer using the installer. After the installation, the data communication device is controlled from the computer using the driver,
A data communication device, wherein the recording medium is arbitrarily removable from the data communication device.
請求項1に記載のデータ通信機器において、
前記コンピュータに接続された際に、前記記録媒体が格納されていない場合は前記インストールを行うことなく前記データ通信機器として動作し、前記記録媒体が格納されている場合であって前記インストーラが記憶されていない場合は、前記インストールを行うことなく、前記記録媒体に読み書き可能な機器及び前記データ通信機器として動作することを特徴とするデータ通信機器。
The data communication device according to claim 1,
When connected to the computer, if the recording medium is not stored, it operates as the data communication device without performing the installation, and the installer is stored when the recording medium is stored. If not, the data communication device operates as a device capable of reading and writing to the recording medium and the data communication device without performing the installation.
コンピュータに接続され、記憶媒体を格納可能なデータ通信機器において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするデータ通信機器。
In a data communication device connected to a computer and capable of storing a storage medium,
When a client OS for controlling the computer is recorded on the stored recording medium when connected to the computer, the computer is controlled using the client OS, and The data communication device is controlled from the computer using the driver of the data communication device already installed in the client OS,
A data communication device, wherein the recording medium is arbitrarily removable from the data communication device.
請求項3に記載のデータ通信機器において、
前記コンピュータに接続された際に、前記記録媒体が格納されていない場合は前記クライアントOSによる前記コンピュータの制御を行うことなく前記データ通信機器として動作し、前記記録媒体が格納されている場合であって前記クライアントOSが記憶されていない場合は、前記クライアントOSによる前記コンピュータの制御を行うことなく、前記記録媒体に読み書き可能な機器及び前記データ通信機器として動作することを特徴とするデータ通信機器。
The data communication device according to claim 3,
When connected to the computer, if the recording medium is not stored, the client OS operates as the data communication device without controlling the computer, and the recording medium is stored. When the client OS is not stored, the data communication device operates as a device capable of reading and writing to the recording medium and the data communication device without controlling the computer by the client OS.
請求項1乃至4の何れか1項に記載のデータ通信機器において、
前記記録媒体には前記データ通信機器が仮想的に他のデバイスとして振る舞うためのデータが格納されており、前記データ通信機器は前記他のデバイスとして振る舞うためのデータによって他のデバイスとして前記コンピュータに扱われ、前記他のデバイスとして前記インストーラを動作させることを特徴とするデータ通信機器。
The data communication device according to any one of claims 1 to 4,
Data for the data communication device to virtually operate as another device is stored in the recording medium, and the data communication device is handled by the computer as another device by the data for behaving as the other device. A data communication device that operates the installer as the other device.
請求項1乃至5の何れか1項に記載のデータ通信機器において、
前記記録媒体は、当該データ通信機器から取り外された状態で他の機器に接続され、当該他の機器により前記デバイスを含めた記録内容を書き換えられることが可能な記録媒体であることを特徴とするデータ通信機器。
The data communication device according to any one of claims 1 to 5,
The recording medium is a recording medium that is connected to another device in a state where it is removed from the data communication device, and the recording content including the device can be rewritten by the other device. Data communication equipment.
コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に当該通信機器用のドライバをインストールするためのインストーラが記録されている場合は、当該インストーラを用いて前記ドライバを前記コンピュータにインストールし、当該インストール後に、当該データ通信機器は前記ドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法。
In a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium,
When an installer for installing a driver for the communication device is recorded on the stored recording medium when connected to the computer, the driver is installed on the computer using the installer. After the installation, the data communication device is controlled from the computer using the driver,
A driver management method, wherein the recording medium is arbitrarily removable from the data communication device.
コンピュータに接続され、記憶媒体を格納可能なデータ通信機器が行うドライバ管理方法において、
前記コンピュータに接続された際に、前記格納されている前記記録媒体に前記コンピュータを制御するためのクライアントOSが記録されている場合は、前記コンピュータは前記クライアントOSを利用して制御され、且つ、当該データ通信機器は前記クライアントOSにインストール済みである当該データ通信機器のドライバを用いて前記コンピュータから制御され、
前記記録媒体が当該データ通信機器から任意に脱着可能であることを特徴とするドライバ管理方法。
In a driver management method performed by a data communication device connected to a computer and capable of storing a storage medium,
When a client OS for controlling the computer is recorded on the stored recording medium when connected to the computer, the computer is controlled using the client OS, and The data communication device is controlled from the computer using the driver of the data communication device already installed in the client OS,
A driver management method, wherein the recording medium is arbitrarily removable from the data communication device.
JP2010206746A 2010-09-15 2010-09-15 Data communication device driver management method and communication device Active JP5258065B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010206746A JP5258065B2 (en) 2010-09-15 2010-09-15 Data communication device driver management method and communication device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010206746A JP5258065B2 (en) 2010-09-15 2010-09-15 Data communication device driver management method and communication device

Publications (2)

Publication Number Publication Date
JP2012063916A true JP2012063916A (en) 2012-03-29
JP5258065B2 JP5258065B2 (en) 2013-08-07

Family

ID=46059581

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010206746A Active JP5258065B2 (en) 2010-09-15 2010-09-15 Data communication device driver management method and communication device

Country Status (1)

Country Link
JP (1) JP5258065B2 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003345601A (en) * 2002-05-09 2003-12-05 Ojin Kagi Kofun Yugenkoshi Small-sized memory device with built-in driving program
JP2004240869A (en) * 2003-02-07 2004-08-26 Canon Inc Method for installing control software
JP2005316852A (en) * 2004-04-30 2005-11-10 Planex Communications Inc Method of recognizing wireless lan device corresponding to usb, recognition program, and wireless lan device corresponding to usb
WO2006092552A1 (en) * 2005-03-04 2006-09-08 Cambridge Silicon Radio Limited Installing drivers
JP2006323510A (en) * 2005-05-17 2006-11-30 Matsushita Electric Ind Co Ltd Information processing method and information processing system
JP2007052728A (en) * 2005-08-19 2007-03-01 Toshiba Corp Information processor and access method
JP2010072724A (en) * 2008-09-16 2010-04-02 Universal Entertainment Corp Radio adapter
JP2010146242A (en) * 2008-12-18 2010-07-01 Dainippon Printing Co Ltd Thin client system, external storage, and startup method
JP2010170271A (en) * 2009-01-21 2010-08-05 Nec Corp Portable terminal, storage system using portable terminal, and method and program therefor

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003345601A (en) * 2002-05-09 2003-12-05 Ojin Kagi Kofun Yugenkoshi Small-sized memory device with built-in driving program
JP2004240869A (en) * 2003-02-07 2004-08-26 Canon Inc Method for installing control software
JP2005316852A (en) * 2004-04-30 2005-11-10 Planex Communications Inc Method of recognizing wireless lan device corresponding to usb, recognition program, and wireless lan device corresponding to usb
WO2006092552A1 (en) * 2005-03-04 2006-09-08 Cambridge Silicon Radio Limited Installing drivers
JP2006323510A (en) * 2005-05-17 2006-11-30 Matsushita Electric Ind Co Ltd Information processing method and information processing system
JP2007052728A (en) * 2005-08-19 2007-03-01 Toshiba Corp Information processor and access method
JP2010072724A (en) * 2008-09-16 2010-04-02 Universal Entertainment Corp Radio adapter
JP2010146242A (en) * 2008-12-18 2010-07-01 Dainippon Printing Co Ltd Thin client system, external storage, and startup method
JP2010170271A (en) * 2009-01-21 2010-08-05 Nec Corp Portable terminal, storage system using portable terminal, and method and program therefor

Also Published As

Publication number Publication date
JP5258065B2 (en) 2013-08-07

Similar Documents

Publication Publication Date Title
US8875125B2 (en) Operation system installation methods and media
EP3200077B1 (en) Vehicle control device, reprogramming system
US9600369B2 (en) Operating system recovery method and apparatus, and terminal device
JP2006286001A (en) Usage of usb memory device for recovery of operating system
JP2007094766A (en) Controller, upgrade method and program
JP2008287505A (en) Information processor and legacy emulation processing stop control method
JP2014010498A (en) Storage device
JP2017027244A (en) Information processor, initialization method of non-volatile storage device by the information processor and program
TW202137002A (en) Data storage device and method for maintaining normal boot operation of data storage device
JP5126686B2 (en) Information processing apparatus, operation method of information processing apparatus, and program thereof
CN105095020A (en) System backup and recovery device and system backup and recovery methods suitable for system on chip
JP4482044B2 (en) Information processing apparatus and device controller drive control method
JP5258065B2 (en) Data communication device driver management method and communication device
JP6192089B2 (en) Information processing apparatus, control method and control program for information processing apparatus
JP6554881B2 (en) Semiconductor device and storage medium control method
JP4616763B2 (en) Device controller setting method and computer system
CN102681859A (en) Method for starting Windows operation systems from USB (universal serial bus) mass storage device
JP2007164392A (en) Computer
JP2007207089A (en) External storage device controller and program
JP6221702B2 (en) Information processing apparatus, information processing method, and information processing program
JP2010282645A (en) Linux program start-up system
JP2009258882A (en) Operation part control unit, version control method, and image forming apparatus
JP2005182254A (en) Device driver installation system
JP2006126987A (en) Image processor
JP2012221441A (en) Software rewrite system of printer, printer, and software rewrite method of printer

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130207

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130327

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130419

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

Free format text: PAYMENT UNTIL: 20160502

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5258065

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350