JP4087788B2 - Information processing apparatus, control method therefor, and program - Google Patents

Information processing apparatus, control method therefor, and program Download PDF

Info

Publication number
JP4087788B2
JP4087788B2 JP2003435293A JP2003435293A JP4087788B2 JP 4087788 B2 JP4087788 B2 JP 4087788B2 JP 2003435293 A JP2003435293 A JP 2003435293A JP 2003435293 A JP2003435293 A JP 2003435293A JP 4087788 B2 JP4087788 B2 JP 4087788B2
Authority
JP
Japan
Prior art keywords
printer
information
operating system
plug
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003435293A
Other languages
Japanese (ja)
Other versions
JP2005196261A (en
Inventor
悠介 塩山
智丈 辻
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Marketing Japan Inc
Original Assignee
Canon Marketing Japan Inc
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 Canon Marketing Japan Inc filed Critical Canon Marketing Japan Inc
Priority to JP2003435293A priority Critical patent/JP4087788B2/en
Publication of JP2005196261A publication Critical patent/JP2005196261A/en
Application granted granted Critical
Publication of JP4087788B2 publication Critical patent/JP4087788B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、デバイスを管理するための管理情報の設定を制御するデバイス制御情報を作成する情報処理装置及びその制御方法、プログラムに関するものである。   The present invention relates to an information processing apparatus that creates device control information for controlling setting of management information for managing devices, a control method therefor, and a program.

コンピュータのオペレーティングシステム(以下、OS)には、プラグアンドプレイという概念が存在する。これは、コンピュータ本体にハードウェア/外部機器を接続するだけで、そのハードウェア/外部機器を使用できる ようにする仕組みである。例えば、プラグアンドプレイの規格に対応したUSBデバイス(USBインターフェースを有するデバイス(例えば、プリンタ、スキャナ等))は、ハードウェア情報(例えば、機種情報(ベンダーID(Vid)とプロダクトID(Pid))や個体情報(個体ID))をUSBデバイスを特定するための固有識別情報として、コンピュータのOSに伝達し、OSはその固有識別情報を元に、そのUSBデバイスを管理し、使用可能にするために、そのデバイスドライバやデバイス設定情報をインストールしたり、設定したりする。   There is a concept of plug and play in an operating system (hereinafter referred to as OS) of a computer. This is a mechanism that allows the hardware / external device to be used simply by connecting the hardware / external device to the computer. For example, USB devices (devices having a USB interface (for example, printers, scanners, etc.)) corresponding to the plug-and-play standard include hardware information (for example, model information (vendor ID (Vid) and product ID (Pid)) Or individual information (individual ID)) is transmitted to the OS of the computer as unique identification information for specifying the USB device, and the OS manages the USB device based on the unique identification information and makes it usable. In addition, the device driver and device setting information are installed and set.

USBデバイスの好適な一例であるUSBプリンタにおいて、米国マイクロソフト社のOSであるWindows(登録商標)では、いままでに接続されたことの無いプリンタが接続された場合、プラグアンドプレイにより取得したハードウェアIDをユーザにわかりやすい名称(以下、プリンタ名称)で表現し、OSが提供するグラフィックユーザインターフェース上にそのプリンタ名称を持ったプリンタオブジェクトを作成する。   In a USB printer, which is a preferred example of a USB device, in Windows (registered trademark), which is an operating system of Microsoft Corporation, hardware acquired by plug-and-play when a printer that has never been connected is connected. The ID is expressed by a name that is easy for the user to understand (hereinafter referred to as a printer name), and a printer object having the printer name is created on a graphic user interface provided by the OS.

そして、プリンタオブジェクトが既に作成済みであるプリンタが再度接続された場合は、該当するプリンタオブジェクトを有効にする。この場合、ユーザは、プリンタを使用するとき、有効になったプリンタオブジェクトを選択することとなる。   If a printer for which a printer object has already been created is connected again, the corresponding printer object is validated. In this case, when using the printer, the user selects a valid printer object.

ここで、既にプリンタドライバがインストール済みのプリンタと同じ機種情報を有するプリンタ、つまり、同機種の接続したことのない別個体のUSBプリンタを接続した場合を考える。この場合、OSは個体情報を比較し、既に接続されたことがあるプリンタと同じ機種情報を有するものでも別のUSBプリンタと判断する。その結果、既にインストールされたプリンタオブジェクトの複製を作成して、それを接続されたプリンタに割り当て管理する。   Here, a case is considered where a printer having the same model information as that of a printer in which a printer driver has already been installed, that is, a separate USB printer of the same model that has never been connected is connected. In this case, the OS compares the individual information, and determines that the printer having the same model information as the printer that has already been connected is a different USB printer. As a result, a duplicate of the already installed printer object is created and assigned to the connected printer for management.

また、特許文献1では、過去に接続された周辺機器のベンダーID(Vid)とプロダクトID(Pid)とデバイスIDと接続パス情報と、現在接続されている周辺機器の情報とを比較する。そして、比較した情報同士が一致する場合、過去に付与したポート名称と同一のポート名称をその周辺機器に付与する。一方、比較した情報同士が一致しない場合は、新たにポート名称を作成し、現在接続されている周辺機器のベンダーIDと及びデバイスIDと共に接続パス情報と生成したポート名称とをホストコンピュータの記憶装置に記憶することが記載されている。
特開2003−196224
Further, in Patent Document 1, a vendor ID (Vid), a product ID (Pid), a device ID, connection path information, and information on a currently connected peripheral device are compared with peripheral devices connected in the past. If the compared information matches, the same port name as that assigned in the past is assigned to the peripheral device. On the other hand, if the compared information does not match, a new port name is created and the connection path information and the generated port name together with the vendor ID and device ID of the currently connected peripheral device are stored in the storage device of the host computer It is described to memorize.
JP 2003-196224 A

このように、プラグアンドプレイ機能を有するWindows(登録商標)環境では、例えば、同機種のプリンタであっても異なる個体IDを持ったプリンタを新規にコンピュータに接続した場合には、既にインストールされた同機種のプリンタオブジェクトの複製が作成されることになる。   Thus, in a Windows (registered trademark) environment having a plug-and-play function, for example, when a printer having a different individual ID is newly connected to a computer even if it is a printer of the same model, it is already installed. A duplicate of a printer object of the same model is created.

しかしながら、この方法では同じ機種情報を持つ、つまり、同機種のプリンタを複数所有し、使用しているユーザにとって不便が生じる場合がある。   However, this method may be inconvenient for a user who has the same model information, that is, who owns and uses a plurality of printers of the same model.

つまり、ユーザにとって同機種のプリンタが複数台あったとしても、それを交互に使う場合、プリンタ設定情報やプリンタオブジェクトは同じものを使用したい要求があるからである。例えば、10名の営業マンが5台のモバイルプリンタを使用する場合、各営業マンは同一のモバイルプリンタを使用するわけではなく、使用したい日に空いている任意のモバイルプリンタを客先等に持参して、自分のノートパソコンに接続して提案資料等を印刷するなどの場合が考えられる。   That is, even if there are a plurality of printers of the same model for the user, there is a demand to use the same printer setting information and printer object when using them alternately. For example, when 10 salespeople use 5 mobile printers, each salesman does not use the same mobile printer, but bring any mobile printers that are available on the day they want to use to customers. Then, it may be possible to connect to your notebook computer and print proposal materials.

このように、プリンタの個数分プリンタオブジェクトが存在すると、ユーザは、使用するプリンタオブジェクトを適宜切り替えなければならず、また、印刷の設定も個々に設定しなおさなければいけないと言う手間が生じる。つまり、上記の例では、各営業マンは最大5個までのプリンタオブジェクトが自己のノートパソコンに存在してしまい、印刷時に実際に接続されているモバイルプリンタを確認して切り替える手間が生じる。   In this way, when there are as many printer objects as the number of printers, the user has to switch the printer objects to be used as appropriate, and has the trouble of having to individually reset the print settings. In other words, in the above example, each salesperson has up to five printer objects in his / her notebook personal computer, so that it takes time to check and switch the mobile printer actually connected during printing.

また、プリンタの故障時にそのプリンタの代替機を使用する場合は、代替機を接続することによって、その故障したプリンタに対するプリンタオブジェクトに加えて、代替機に対応する新しいプリンタオブジェクトが作成されることになる。しかしながら、作成されるプリンタオブジェクトは、故障機と代替機とで区別して表示されるわけではないので、どのプリンタオブジェクトが代替機のものであるかを容易に判別することができない。加えて、同一機種にも関わらず、プリンタ設定等の初期設定を再度行わなければならず手間が生じる。   In addition, when a printer substitute is used when a printer fails, a new printer object corresponding to the substitute machine is created in addition to the printer object for the failed printer by connecting the substitute machine. Become. However, since the created printer object is not displayed separately for the faulty machine and the alternative machine, it is not easy to determine which printer object is for the alternative machine. In addition, although the same model is used, initial settings such as printer settings must be performed again, resulting in trouble.

また、特許文献1では、ベンダーID(Vid)とプロダクトID(Pid)に基づいて、接続される周辺機器を識別しているが、新たな周辺機器が接続された場合には、新たなポートが付与されてしまい、上記例と同様の課題があった。   In Patent Document 1, a connected peripheral device is identified based on a vendor ID (Vid) and a product ID (Pid). However, when a new peripheral device is connected, a new port is set. There was the same problem as the above example.

本発明は上記の課題を解決するためになされたものであり、デバイスを管理するための管理情報を、使用する環境に応じて、好適に管理、設定することができる情報処理装置及びその制御方法、プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problem, and can manage and set management information for managing a device according to an environment to be used, and a control method thereof. The purpose is to provide a program.

上記の目的を達成するための本発明による情報処理装置は以下の構成を備える。即ち、
デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置であって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得手段と、
前記デバイス情報取得手段で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成手段と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成手段で生成されたプラグアンドプレイ制御情報を設定する設定手段と
を備える。
In order to achieve the above object, an information processing apparatus according to the present invention comprises the following arrangement. That is,
An information processing apparatus including an operating system that generates a device object for managing a device ,
Device information acquisition means for acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition unit, when the same type of devices connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating means for generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected in, and setting means for setting a plug-and-play control information generated by said generating means.

また、好ましくは、処理対象となるデバイスを特定するためのデバイス名称を取得するデバイス名称取得手段とを更に備え、
前記ベンダー識別情報とプロダクト識別情報を含むデバイス情報は、前記デバイス名称取得手段で取得されたデバイス名称に従って取得される。
また、好ましくは、既に情報処理装置にインストールされているデバイスの一覧情報を取得するデバイス一覧情報取得手段と、
前記デバイス一覧情報取得手段で取得したデバイスの一覧情報を表示する表示制御手段と、
前記表示制御手段で表示された一覧情報からデバイスを選択する選択手段とを更に備え、
前記デバイス名称は、前記選択手段で選択されたデバイスに従って取得される。
Preferably, the apparatus further comprises device name acquisition means for acquiring a device name for specifying a device to be processed,
Device information including the vendor identification information and product identification information is acquired according to the device name acquired by the device name acquisition means.
Preferably, device list information acquisition means for acquiring list information of devices already installed in the information processing apparatus;
Display control means for displaying device list information acquired by the device list information acquisition means;
Selecting means for selecting a device from the list information displayed by the display control means ,
The device name is acquired according to the device selected by the selection means.

上記の目的を達成するための本発明による情報処理装置の制御方法は以下の構成を備える。即ち、
デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置の制御方法であって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得工程と、
前記デバイス情報取得工程で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成工程と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成工程で生成されたプラグアンドプレイ制御情報を設定する設定工程と
を備える。
In order to achieve the above object, a method for controlling an information processing apparatus according to the present invention comprises the following arrangement. That is,
A method for controlling an information processing apparatus including an operating system for generating a device object for managing a device ,
A device information acquisition step of acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition step, when the type of the device connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating step of generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected in, and a setting step of setting a plug-and-play control information generated in the generating step.

上記の目的を達成するための本発明によるプログラムは以下の構成を備える。即ち、
デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置の制御をコンピュータに実行させるためのプログラムであって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得工程と、
前記デバイス情報取得工程で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成工程と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成工程で生成されたプラグアンドプレイ制御情報を設定する設定工程と
コンピュータに実行させる。
In order to achieve the above object, a program according to the present invention comprises the following arrangement. That is,
A program for causing a computer to execute control of an information processing apparatus including an operating system that generates a device object for managing a device ,
A device information acquisition step of acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition step, when the type of the device connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating step of generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected to to execute a setting step of setting a plug-and-play control information generated in the generation step to the computer.

本発明によれば、デバイスを管理するための管理情報を、使用する環境に応じて、好適に管理、設定することができる情報処理装置及びその制御方法、プログラムを提供できる。   ADVANTAGE OF THE INVENTION According to this invention, the information processing apparatus which can manage and set suitably the management information for managing a device according to the environment to be used, its control method, and a program can be provided.

以下、本発明の実施の形態について図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<実施形態1>
図1は本発明の実施形態1のプリンタ制御システムの機能構成を示すブロック図である。
<Embodiment 1>
FIG. 1 is a block diagram showing a functional configuration of the printer control system according to the first embodiment of the present invention.

このプリンタ制御システムは、ホストコンピュータ100とプリンタA200から構成されている。また、プリンタB400は、プリンタA200と同機種のプリンタである。両者の間はUSBケーブル300により接続され、プリンタA200とプリンタB400は交互に切り替えて接続される。   This printer control system includes a host computer 100 and a printer A200. The printer B400 is a printer of the same model as the printer A200. The two are connected by a USB cable 300, and the printer A 200 and the printer B 400 are alternately switched and connected.

尚、実施形態1では、プリンタA200とプリンタB400を交互に切り替えて接続する場合を例に挙げて説明するが、3台以上の同機種のプリンタを適宜切り替えて接続する場合についても、本発明は適用できる。   In the first embodiment, a case where the printer A 200 and the printer B 400 are alternately switched and connected will be described as an example. However, the present invention also applies to a case where three or more printers of the same model are switched and connected as appropriate. Applicable.

ホストコンピュータ100は、ホストコンピュータ100全体の動作を制御する中央演算処理部101と、記憶部102と、プリンタ制御部103と、インターフェース制御部104と、入力部105と、ディスプレイ表示部106とを備えている。   The host computer 100 includes a central processing unit 101 that controls the operation of the entire host computer 100, a storage unit 102, a printer control unit 103, an interface control unit 104, an input unit 105, and a display display unit 106. ing.

プリンタ制御部103は、OSやユーティリティツール(ソフトウェア)で実現され、ハードディスク、CD−ROM等の記憶媒体である記憶部102に格納されている。   The printer control unit 103 is realized by an OS or a utility tool (software), and is stored in a storage unit 102 that is a storage medium such as a hard disk or a CD-ROM.

ここで、ホストコンピュータ100の構成要素の一例について、図2を用いて説明する。   Here, an example of components of the host computer 100 will be described with reference to FIG.

図2は本発明の実施形態1のホストコンピュータの構成要素を示す図である。   FIG. 2 is a diagram showing components of the host computer according to the first embodiment of the present invention.

図2において、ホストコンピュータ100は、ハードウェア構成要素として、例えば、中央演算処理装置(CPU)1101、RAM1102、ROM1103、LANアダプタ1104、ビデオアダプタ1105、マウス1106、キーボード1107、ハードディスク1108、CD−ROMドライブ1109、USBインターフェース1110を有し、これらの各種構成要素は、システムバス1100を介して相互に接続されている。   In FIG. 2, the host computer 100 includes, as hardware components, for example, a central processing unit (CPU) 1101, RAM 1102, ROM 1103, LAN adapter 1104, video adapter 1105, mouse 1106, keyboard 1107, hard disk 1108, CD-ROM. A drive 1109 and a USB interface 1110 are included, and these various components are connected to each other via a system bus 1100.

ここで、システムバス1100は、例えば、PCIバス、AGPバス、メモリバス等を意味する。また、図2では、各バス間の接続用チップやキーボードインタフェースや、いわゆるSCSIやATAPIのような入出力用インタフェースを省略している。   Here, the system bus 1100 means, for example, a PCI bus, an AGP bus, a memory bus, and the like. In FIG. 2, a chip for connecting between buses, a keyboard interface, and an input / output interface such as so-called SCSI or ATAPI are omitted.

尚、中央演算処理装置1101は、図1の中央演算処理部101を実現する。また、RAM1102、ROM1103、ハードディスク1108及びCD−ROMドライブ1109は、図1の記憶部102を実現する。また、LANアダプタ1104、ビデオアダプタ1105及びUSBインターフェース1110は、図1のインターフェース制御部104を実現する。また、マウス1106及びキーボード1107は、図1の入力部105を実現する。   The central processing unit 1101 implements the central processing unit 101 in FIG. The RAM 1102, the ROM 1103, the hard disk 1108, and the CD-ROM drive 1109 implement the storage unit 102 in FIG. The LAN adapter 1104, the video adapter 1105, and the USB interface 1110 implement the interface control unit 104 in FIG. The mouse 1106 and the keyboard 1107 implement the input unit 105 in FIG.

中央演算処理装置1101は、オペレーティングシステムのプログラムやアプリケーションプログラムに基づいて、四則演算や比較演算等の各種演算、ハードウェアの制御等を行う。RAM1102には、ハードディスク1108やCD−ROMドライブ1109に装着されたCD−ROMやCD−R等の記憶媒体から読み出されたオペレーティングシステムのプログラムやアプリケーションプログラム等が一時的に記憶され、これらは中央演算処理装置1101の制御の元に実行される。   The central processing unit 1101 performs various operations such as four arithmetic operations and comparison operations, hardware control, and the like based on an operating system program or application program. The RAM 1102 temporarily stores operating system programs, application programs, and the like read from a storage medium such as a CD-ROM or CD-R mounted in the hard disk 1108 or the CD-ROM drive 1109. It is executed under the control of the arithmetic processing unit 1101.

ROM1103には、オペレーティングシステムと協働してハードディスク1108等への入出力を司るいわゆるBIOS等が記憶される。LANアダプタ1104は、中央演算処理装置1101によって制御されるオペレーティングシステムの通信プログラムと協働してネットワークを介した外部との通信を行う。   The ROM 1103 stores a so-called BIOS that manages input / output to the hard disk 1108 and the like in cooperation with the operating system. The LAN adapter 1104 communicates with the outside via a network in cooperation with an operating system communication program controlled by the central processing unit 1101.

ビデオアダプタ1105は、ディスプレイ装置に出力する画像信号を生成する。キーボード1107やマウス1106は情報処理装置への指示を入力するために用いられる。ハードディスク1108は、オペレーティングシステムやアプリケーションプログラム、図1のプリンタ制御部103を実現するユーティリティーツール等の各種プログラムを記憶している。   The video adapter 1105 generates an image signal to be output to the display device. A keyboard 1107 and a mouse 1106 are used to input instructions to the information processing apparatus. The hard disk 1108 stores various programs such as an operating system, application programs, and a utility tool for realizing the printer control unit 103 in FIG.

CD−ROMドライブ1109は、例えば、CD−ROMやCD−RやCD−R/W等の記憶媒体を装着してアプリケーションプログラムをハードディスク1106にインストールするのに用いる。尚、CD−ROMドライブ1109の代わりに、CD−RドライブやCD−R/WドライブやMOドライブ等の各種ディスクドライブを用いても良いことは言うまでもない。   The CD-ROM drive 1109 is used to install an application program in the hard disk 1106 by mounting a storage medium such as a CD-ROM, CD-R, or CD-R / W, for example. It goes without saying that various disk drives such as a CD-R drive, a CD-R / W drive, and an MO drive may be used instead of the CD-ROM drive 1109.

図1の説明に戻る。   Returning to the description of FIG.

プリンタA200は、ファームウェア部201を備えており、機種ID202(Vid、Pid)と個体ID203の2つの識別子を管理している。また、USBインターフェース204を備えている。機種ID202は、プリンタA200の機種を識別している。個体ID203は、プリンタA200の個体を識別する固有の値である。   The printer A 200 includes a firmware unit 201 and manages two identifiers, a model ID 202 (Vid, Pid) and an individual ID 203. A USB interface 204 is also provided. The model ID 202 identifies the model of the printer A200. The individual ID 203 is a unique value that identifies the individual of the printer A200.

ここで、機種IDの内、Vidは、プリンタのベンダーを識別するためのベンダーIDであり、Pidは、プリンタの機種を識別するためのプロダクトIDである。   Here, in the model ID, Vid is a vendor ID for identifying the printer vendor, and Pid is a product ID for identifying the printer model.

また、プリンタB400は、プリンタA200と同機種のプリンタで、ファームウェア部401を備え、機種ID402と個体ID403の2つの識別子を管理している。また、USBインターフェース404を備える。プリンタB400はプリンタA200と同ベンダーかつ同機種のプリンタであるため、プリンタA200の機種ID(Vid、Pid)202とプリンタB400の機種ID(Vid、Pid)402は同一である。これに対し、それぞれのプリンタの個体ID203と個体ID403は異なるものである。   The printer B400 is a printer of the same model as the printer A200, includes a firmware unit 401, and manages two identifiers, a model ID 402 and an individual ID 403. A USB interface 404 is also provided. Since the printer B400 is a printer of the same vendor and model as the printer A200, the model ID (Vid, Pid) 202 of the printer A200 and the model ID (Vid, Pid) 402 of the printer B400 are the same. On the other hand, the individual ID 203 and individual ID 403 of each printer are different.

尚、個体ID203及び403には、USBインタフェースを識別するUSB IDを含むようにしてもよい。   The individual IDs 203 and 403 may include a USB ID for identifying the USB interface.

尚、プリンタA200やプリンタB400の印刷方式は、例えば、インクジェット方式、レーザビーム方式、熱転写方式等の各種印刷方式を利用することができ、利用する印刷方式によって、その印刷方式を実現するためのプリンタエンジンやコントローラ、記録部を有している。   As the printing method of the printer A 200 and the printer B 400, for example, various printing methods such as an ink jet method, a laser beam method, and a thermal transfer method can be used, and a printer for realizing the printing method depending on the printing method to be used. It has an engine, a controller, and a recording unit.

ここで、プリンタA200やプリンタB400のハードウェア構成について、図3を用いて説明する。   Here, the hardware configuration of the printer A 200 and the printer B 400 will be described with reference to FIG.

図3は本発明の実施形態1のプリンタのハードウェア構成を示す図である。   FIG. 3 is a diagram illustrating a hardware configuration of the printer according to the first embodiment of the present invention.

図3において、1900はプリンタの電源部であり、1901は電源のON/OFF操作を実現する電源スイッチである。1902は電源スイッチ1901の操作内容を示す操作信号をMPU1906へ伝達する信号線である。この操作信号は、信号1903への割込信号としてMPU1905へ伝達されるため、MPU1905において、優先的に処理される。1904はプリンタコントローラ1905、MPU1906、ROM1907を接続するデータバスである。   In FIG. 3, reference numeral 1900 denotes a power supply unit of the printer, and reference numeral 1901 denotes a power switch that realizes a power ON / OFF operation. Reference numeral 1902 denotes a signal line for transmitting an operation signal indicating the operation content of the power switch 1901 to the MPU 1906. Since this operation signal is transmitted to the MPU 1905 as an interrupt signal to the signal 1903, it is preferentially processed in the MPU 1905. A data bus 1904 connects the printer controller 1905, the MPU 1906, and the ROM 1907.

ROM1907には、MPU1906の動作、処理を記述したプログラムが記憶されている。このプログラムは、一般的にはファームウェアと呼ばれ、図1のプリンタA200のファームウェア部201、プリンタB400のファームウェア部401に相当する。また、ROM1907には、プリンタA200ではその機種ID202及び個体ID203、プリンタB400ではその機種ID402及び個体ID403が記憶されている。   The ROM 1907 stores a program describing the operation and processing of the MPU 1906. This program is generally called firmware and corresponds to the firmware unit 201 of the printer A 200 and the firmware unit 401 of the printer B 400 shown in FIG. The ROM 1907 stores the model ID 202 and the individual ID 203 for the printer A200, and the model ID 402 and the individual ID 403 for the printer B400.

1905はプリンタコントローラであり、プリンタ内の各種メモリ(例えば、ROM1907、DRAM1908等)、プリンタ駆動部、インターフェース部等の動作を制御する機能を有する。DRAM1908は、MPU1906が処理を行う場合にデータ等を一時的に記憶する記憶領域を提供するRAMである。   A printer controller 1905 has a function of controlling operations of various memories (for example, a ROM 1907, a DRAM 1908, etc.), a printer driving unit, an interface unit, and the like in the printer. The DRAM 1908 is a RAM that provides a storage area for temporarily storing data and the like when the MPU 1906 performs processing.

1909はプリンタ駆動部内のヘッドモータ1911やフィードモータ1912の制御を行う信号を伝達する信号線である。ヘッドモータ1911は、例えば、インクを吐出することで記録媒体に記録を行うプリントヘッド1913を動作させるモータである。フィードモータ1912は、プリンタにセットされた記録媒体の給紙排紙や、プリントヘッド1913による記録に伴う記録媒体の搬送を行うためのモータである。1910はプリントヘッド1913の動作を制御する制御線である。   Reference numeral 1909 denotes a signal line for transmitting a signal for controlling the head motor 1911 and the feed motor 1912 in the printer driving unit. The head motor 1911 is, for example, a motor that operates a print head 1913 that performs recording on a recording medium by ejecting ink. A feed motor 1912 is a motor for feeding and discharging the recording medium set in the printer and transporting the recording medium accompanying recording by the print head 1913. Reference numeral 1910 denotes a control line for controlling the operation of the print head 1913.

1914はデータバスであり、インターフェース部内のインターフェースコントローラ1915とプリンタコントローラ1905間のデータの送受信に用いられる。例えば、このデータバス1914によって、ホストコンピュータ100から受信したデータがインターフェースコントローラ1915からプリンタコントローラへ転送される。   A data bus 1914 is used for data transmission / reception between the interface controller 1915 and the printer controller 1905 in the interface unit. For example, the data received from the host computer 100 is transferred from the interface controller 1915 to the printer controller via the data bus 1914.

1918はUSBインターフェース1918であり、プリンタA200ではUSBインターフェース204、プリンタB400ではUSBインターフェース404に相当する。   Reference numeral 1918 denotes a USB interface 1918, which corresponds to the USB interface 204 in the printer A200 and the USB interface 404 in the printer B400.

1916はフラッシュメモリであり、USB MPU1919がUSBインターフェース1918を制御するためのプログラムが記憶されている。   Reference numeral 1916 denotes a flash memory, which stores a program for the USB MPU 1919 to control the USB interface 1918.

1917はインターフェースコントローラ1915とフラッシュメモリ1916、USB MPU1919を相互に接続する信号線である。   A signal line 1917 connects the interface controller 1915, the flash memory 1916, and the USB MPU 1919 to each other.

次に、プリンタ制御部103の詳細構成について、図4を用いて説明する。   Next, a detailed configuration of the printer control unit 103 will be described with reference to FIG.

図4は本発明の実施形態1のプリンタ制御部の詳細構成を示す図である。   FIG. 4 is a diagram showing a detailed configuration of the printer control unit according to the first embodiment of the present invention.

プリンタ制御部103は、オペレーティングシステム1000と、その上で動作するアプリケーション1005、プリンタドライバ1006、ユーティリティツール1007によって構成される。   The printer control unit 103 includes an operating system 1000, an application 1005 that operates on the operating system 1000, a printer driver 1006, and a utility tool 1007.

オペレーティングシステム1000は、プラグアンドプレイを実現させるプラグアンドプレイマネージャ1001と印刷要求を管理するスプーラ1002、ユーザインターフェース(UI)1003、デバイスドライバの設定や、アプリケーションの設定等の各種情報を管理しているデータベースであるレジストリ1004を備える。   The operating system 1000 manages various information such as a plug and play manager 1001 that realizes plug and play, a spooler 1002 that manages print requests, a user interface (UI) 1003, device driver settings, application settings, and the like. A registry 1004 that is a database is provided.

インターフェース制御部1009は、図1のインターフェース制御部104に相当する。また、USBプリンタ1010は、図1のプリンタA200やプリンタB400に対応する。   The interface control unit 1009 corresponds to the interface control unit 104 in FIG. The USB printer 1010 corresponds to the printer A 200 or the printer B 400 in FIG.

USBプリンタ1010が接続されると、インターフェース制御部1009の一部であるUSBインターフェースは、接続したプリンタの機種IDや個体IDを含むプリンタに関するプリンタ情報を取得して、プラグアンドプレイマネージャ1001に渡す。   When the USB printer 1010 is connected, the USB interface which is a part of the interface control unit 1009 acquires printer information about the printer including the model ID and individual ID of the connected printer, and passes the printer information to the plug and play manager 1001.

このプリンタ情報を取得した時に、そのプリンタ情報中から得られる一時的な情報は、図2のRAM1102等の記憶部内に保存され、オペレーティングシステム1000等の各種プログラムが使用する。また、ここで取得する一時的な情報は、ここであげた2つの情報以外も存在し、これについては、図5を用いて後述する。   When the printer information is acquired, temporary information obtained from the printer information is stored in a storage unit such as the RAM 1102 in FIG. 2 and used by various programs such as the operating system 1000. Further, the temporary information acquired here is other than the two pieces of information described here, which will be described later with reference to FIG.

このように、プラグアンドプレイマネージャ1001は、接続されたハードウェアの認識を行う。   Thus, the plug and play manager 1001 recognizes connected hardware.

スプーラ1002は、USBプリンタ1010からのプリントジョブを一時的に記憶し、順次印刷処理を行うための機構である。このスプーラ1002のプロセスは、プリンタのポートごとに行われるものであり、オペレーティングシステム1000が提供する機構である。このスプーラ1002に関係するポート情報は、USBプリンタ1010接続時にプラグアンドプレイマネージャ1001が取得するプリンタ情報の中に含まれ、プラグアンドプレイマネージャ1001はプリンタのポート名とスプーラを関連付ける処理を行う。   The spooler 1002 is a mechanism for temporarily storing print jobs from the USB printer 1010 and sequentially performing print processing. The process of the spooler 1002 is performed for each port of the printer, and is a mechanism provided by the operating system 1000. The port information related to the spooler 1002 is included in the printer information acquired by the plug and play manager 1001 when the USB printer 1010 is connected, and the plug and play manager 1001 performs processing for associating the printer port name with the spooler.

UI1003は、オペレーティングシステム1000がディスプレイに表示するユーザインターフェースである。プラグアンドプレイマネージャ1001は、接続されたUSBプリンタ1010を認識した後、UI1003に対してプリンタオブジェクトの作成処理を行う。   A UI 1003 is a user interface displayed on the display by the operating system 1000. After recognizing the connected USB printer 1010, the plug and play manager 1001 performs printer object creation processing on the UI 1003.

ここで、レジストリ1004へ登録されるプリンタ情報の一例について、図5を用いて説明する。   Here, an example of printer information registered in the registry 1004 will be described with reference to FIG.

図5は本発明の実施形態1のプリンタ情報の一例を示す図である。   FIG. 5 is a diagram showing an example of printer information according to the first embodiment of the present invention.

プリンタ情報1201は、複数種類の情報から構成されており、以下、各情報の内容について説明する。   The printer information 1201 includes a plurality of types of information, and the contents of each information will be described below.

まず、1202はプリンタサーバ名である。1203はプリンタ名である。このプリンタ名が、プリンタオブジェクト名となる。1204はネットワーク共有名であり、プリンタがネットワークで共有されているときのプリンタ名を表すものである。1204はポート情報であり、これには、ポート名や番号等が含まれる。   First, reference numeral 1202 denotes a printer server name. Reference numeral 1203 denotes a printer name. This printer name becomes the printer object name. Reference numeral 1204 denotes a network shared name, which represents a printer name when the printer is shared on the network. Reference numeral 1204 denotes port information, which includes a port name, a number, and the like.

1205はプリンタドライバ名であり、このプリンタ情報1201に対応するプリンタが使用するプリンタドライバの名称を表すものである。1207はプリンタに対するコメントを表すものである。1208はプリンタ設定情報であり、この詳細については後述する。1209は区切りページファイル名であり、プリンタから印刷する際に印刷ジョブと印刷ジョブの間に注入する区切りのページファイル名を指定するものである。   Reference numeral 1205 denotes a printer driver name, which represents the name of the printer driver used by the printer corresponding to the printer information 1201. Reference numeral 1207 denotes a comment for the printer. Reference numeral 1208 denotes printer setting information, which will be described in detail later. Reference numeral 1209 denotes a separator page file name, which designates a separator page file name to be injected between print jobs when printing from a printer.

1210はプリントプロセッサ名であり、プリンタが印刷処理を行うときに使用するプリントプロセッサの名称を表すものである。1211はスプールデータ名である。ここで、スプールデータの形式には、例えば、RAWデータやEMFデータ形式等があるが、この名称はどのスプールデータ形式を使用するかを表すものである。   Reference numeral 1210 denotes a print processor name, which represents the name of the print processor used when the printer performs print processing. Reference numeral 1211 denotes a spool data name. Here, the spool data format includes, for example, RAW data and EMF data format. This name indicates which spool data format is used.

1212はプリンタパラメータであり、プリンタに与える各種パラメータを表すものである。1213はプリンタのセキュリティ情報であり、プリンタにアクセスが許可されているユーザの情報等を表すものである。1214は印刷ジョブの優先順位情報である。1215は標準ジョブの優先順位情報であり、デフォルトのジョブの優先順位情報を表すものである。1216は印刷可能開始設定時刻、1217は印刷可能終了設定時刻である。1218はプリンタの状態を示す状態情報である。1219はプリンタの保持するジョブ数を表すものである。1220はプリンタの平均印刷時間を表すものである。   Reference numeral 1212 denotes a printer parameter representing various parameters given to the printer. Reference numeral 1213 denotes printer security information representing information on users who are permitted to access the printer. Reference numeral 1214 denotes print job priority information. Reference numeral 1215 denotes standard job priority information, which represents default job priority information. Reference numeral 1216 denotes a printable start set time, and 1217 denotes a printable end set time. Reference numeral 1218 denotes status information indicating the status of the printer. Reference numeral 1219 denotes the number of jobs held by the printer. Reference numeral 1220 represents an average printing time of the printer.

図4の説明に戻る。   Returning to the description of FIG.

プラグアンドプレイマネージャ1001は、接続されたUSBプリンタ1010を認識すると、その旨をオペレーティングシステム1000上で実行されるアプリケーション1005に対して通知を行う。   When the plug and play manager 1001 recognizes the connected USB printer 1010, the plug and play manager 1001 notifies the application 1005 executed on the operating system 1000 to that effect.

例えば、Windows(登録商標)オペレーティングシステム上では、ウィンドウメッセージと呼ばれる特定のメッセージを起動されているアプリケーション1005や、ユーティリティツール1007に対して発行する。そのメッセージを受けたアプリケーション1005やユーティリティツール1007は個々にプリンタの追加を認識することができる。   For example, on the Windows (registered trademark) operating system, a specific message called a window message is issued to the activated application 1005 and the utility tool 1007. Upon receiving the message, the application 1005 and the utility tool 1007 can individually recognize the addition of the printer.

また、プラグアンドプレイマネージャ1001は、接続されたUSBプリンタ1010の適切なプリンタドライバ1006の読み込みも行う。   The plug and play manager 1001 also reads an appropriate printer driver 1006 for the connected USB printer 1010.

ホストコンピュータ100にインストールされているユーティリティツール1007では、プラグアンドプレイマネージャ1001によって登録されたUI1003の情報や、レジストリ1004の情報を操作する仕組みを備えている。そして、ユーティリティツール1007は、例えば、Win32APIと呼ばれるオペレーティングシステムが備えているAPI(アプリケーションプログラムインタフェース)関数1008を用いて、上述した情報を操作することが可能である。   The utility tool 1007 installed in the host computer 100 has a mechanism for operating UI 1003 information registered by the plug and play manager 1001 and registry 1004 information. The utility tool 1007 can manipulate the above-described information using, for example, an API (Application Program Interface) function 1008 provided in an operating system called Win32 API.

次に、プリンタA200をホストコンピュータ100に接続した場合に、ホストコンピュータ100が実行するプラグアンドプレイインストールについて説明する。   Next, plug and play installation executed by the host computer 100 when the printer A 200 is connected to the host computer 100 will be described.

図1において、ホストコンピュータ100にプリンタA200をUSBケーブル300で接続すると、ホストコンピュータ100のインターフェース制御部104は、プリンタA200の機種ID202と個体ID203を含むプリンタ情報を取得する。   In FIG. 1, when the printer A 200 is connected to the host computer 100 with the USB cable 300, the interface control unit 104 of the host computer 100 acquires printer information including the model ID 202 and the individual ID 203 of the printer A 200.

上述したとおり、このプリンタ情報はインターフェース制御部104を介して、記憶部102(例えば、レジストリ1004やRAM1102等)の一時記憶領域を使用して、プリンタ制御部103に渡される。   As described above, the printer information is passed to the printer control unit 103 via the interface control unit 104 using a temporary storage area of the storage unit 102 (for example, the registry 1004 and the RAM 1102).

プリンタ制御部103の一部であるオペレーティングシステム1000が備えるプラグアンドプレイマネージャ1001は、記憶部102より取得したプリンタ情報と、ファームウェア部401(例えば、フラッシュメモリ1916やROM1907等)より取得した機種ID202や個体ID203を基に、接続されたプリンタA200が新規に接続されたプリンタであるか否かを判定する。   The plug and play manager 1001 included in the operating system 1000 that is a part of the printer control unit 103 includes printer information acquired from the storage unit 102, a model ID 202 acquired from the firmware unit 401 (for example, the flash memory 1916, the ROM 1907, and the like) Based on the individual ID 203, it is determined whether or not the connected printer A200 is a newly connected printer.

そして、その判定結果に基づいて、ディスプレイ表示部106で表示するプリンタ管理画面内にプリンタオブジェクトを作成する。また、このプリンタオブジェクトに対応するプリンタのプリンタドライバを記憶部102にインストールする。   Based on the determination result, a printer object is created in the printer management screen displayed on the display display unit 106. Also, the printer driver of the printer corresponding to this printer object is installed in the storage unit 102.

尚、プリンタオブジェクトとは、少なくとも一台のプリンタ毎に対応する、例えば、プリンタドライバによって用いられる管理情報であり、プリンタアイコンとしても表示可能である。また、この管理情報には、プリンタの種類等を特定することが可能な上記のプリンタ情報が含まれる。   The printer object is management information corresponding to at least one printer, for example, used by a printer driver, and can be displayed as a printer icon. The management information includes the printer information that can specify the type of printer.

例えば、プリンタオブジェクトは、例えば、Windows(登録商標)においては、レジストリ情報と呼ばれるデータベース(レジストリ1004)の形式で管理されている。そして、記憶部102に記憶されている表示制御手段の一例であるオペレーティングシステム1000が、該レジストリ情報を読み出すことにより、プリンタ管理画面内で生成するプリンタアイコン画像として、プリンタオブジェクトを表示する処理を制御することができる。   For example, printer objects are managed in the form of a database (registry 1004) called registry information, for example, in Windows (registered trademark). Then, the operating system 1000, which is an example of the display control means stored in the storage unit 102, reads the registry information, thereby controlling processing for displaying the printer object as a printer icon image generated in the printer management screen. can do.

次に、プリンタA200を切り離し、プリンタB400を接続するとホストコンピュータ100のインターフェース制御部104は、ファームウェア部401よりプリンタB400の機種ID402と個体ID403を含むプリンタ情報を取得する。   Next, when the printer A 200 is disconnected and the printer B 400 is connected, the interface control unit 104 of the host computer 100 acquires printer information including the model ID 402 and the individual ID 403 of the printer B 400 from the firmware unit 401.

プリンタ制御部103の一部であるオペレーティングシステム1000が備えるプラグアンドプレイマネージャ1001は、記憶部102より取得したプリンタ情報と、ファームウェア部401より取得した機種ID402や個体ID403を元に、接続されたプリンタB400が新規に接続されたプリンタであるか否かを判定する。   The plug and play manager 1001 provided in the operating system 1000 that is a part of the printer control unit 103 is connected to the printer based on the printer information acquired from the storage unit 102 and the model ID 402 and individual ID 403 acquired from the firmware unit 401. It is determined whether B400 is a newly connected printer.

この場合、プリンタB400の機種ID402は、既にインストールされているプリンタA200の機種ID202と同一であるが、個体IDが異なるため、新規にプリンタオブジェクトを作成して、プリンタ管理画面内に表示する。   In this case, the model ID 402 of the printer B 400 is the same as the model ID 202 of the already installed printer A 200, but since the individual ID is different, a new printer object is created and displayed in the printer management screen.

実際には、これらのインターフェース制御部104やプリンタ制御部103の処理は、中央演算処理部101でのソフトウェア実行により実現される。そのプログラムは、OSやユーティリティソフトウェアとして実装するのが一般的であるが、専用ハードウェアで実現されても良い。   Actually, the processing of the interface control unit 104 and the printer control unit 103 is realized by software execution in the central processing unit 101. The program is generally implemented as an OS or utility software, but may be realized by dedicated hardware.

実施形態1では、Windows(登録商標)環境で実施する例を挙げて説明するが、本発明は、このような構成に限定されるものではない。   In the first embodiment, an example of implementation in a Windows (registered trademark) environment will be described. However, the present invention is not limited to such a configuration.

また、下記のように処理してもよい。ユーティリティツール1007は、デバイスの好適な一例であるプリンタ毎に対応付けられて管理されるデバイス標識情報の一例であるプリンタアイコン(プリンタオブジェクトという場合もある。)を表示部の一例であるディスプレイ表示部106に表示する処理を制御する。   Moreover, you may process as follows. The utility tool 1007 displays a printer icon (also referred to as a printer object), which is an example of device marker information managed in association with each printer, which is a preferred example of a device, as an example of a display unit. The processing to be displayed on 106 is controlled.

つまり、ユーティリティツール1007は、プリンタが通信媒体の一例であるUSBインタフェース300を介してホストコンピュータ100に接続されるのに応答して、デバイスのデバイス識別情報の一例であるプリンタ情報を、USBインタフェース300とオペレーティングシステム1000を介して取得する。   That is, the utility tool 1007 sends printer information, which is an example of device identification information, to the USB interface 300 in response to the printer being connected to the host computer 100 via the USB interface 300, which is an example of a communication medium. And via the operating system 1000.

そして、ユーティリティツール1007は、取得したプリンタ情報をレジストリ1004に登録する処理をオペレーティングシステム1000を介して制御する。そして、オペレーティングシステム1000は、レジストリ1004に登録されたプリンタアイコンをディスプレイ表示部106に表示する。つまり、ユーティリティツール1007は、プリンタアイコンをディスプレイ表示部106に表示する処理を制御する。   The utility tool 1007 controls processing for registering the acquired printer information in the registry 1004 via the operating system 1000. Then, the operating system 1000 displays the printer icon registered in the registry 1004 on the display display unit 106. That is, the utility tool 1007 controls processing for displaying the printer icon on the display display unit 106.

特に、実施形態1では、ユーティリティツール1007は、既にレジストリ1004に登録済みのプリンタ情報と、新たに接続されたプリンタから取得されたプリンタ情報とが一致する場合に、レジストリ1004に新たにプリンタオブジェクトを作成することを禁止する制御情報を設定することが可能である。   In particular, in the first embodiment, the utility tool 1007 adds a new printer object to the registry 1004 when the printer information already registered in the registry 1004 matches the printer information acquired from the newly connected printer. It is possible to set control information that is prohibited from being created.

そして、この設定により、ホストコンピュータ100に接続される各種プリンタの内、任意の同機種のプリンタが異なるタイミングで複数回接続されても、対応するプリンタオブジェクトを複数作成することを禁止することが可能である。   With this setting, it is possible to prohibit the creation of a plurality of corresponding printer objects even if any printer of the same model among the various printers connected to the host computer 100 is connected a plurality of times at different timings. It is.

換言すれば、制御情報が設定されているプリンタのプリンタ情報がプラグアンドプレイ(PnP)インストールによって登録されると、それ以降に同一のプリンタのプラグアンドプレイ(PnP)インストールが発生する状況になっても、そのプリンタのプリンタ情報を作成することが禁止される。つまり、制御情報が設定されているプリンタのプラグアンドプレイに対してオペレーティングシステム1000(プラグアンドプレイマネージャ1001)が実行する処理が制御される。   In other words, when the printer information of a printer for which control information is set is registered by plug and play (PnP) installation, plug and play (PnP) installation of the same printer occurs thereafter. However, it is prohibited to create printer information for the printer. That is, the process executed by the operating system 1000 (plug and play manager 1001) for the plug and play of the printer for which control information is set is controlled.

このような構成によって、ユーティリティツール1007は、既存のプリンタ情報と、新たに取得されたプリンタとが一致する場合、既存デバイスオブジェクトを新たに表示する表示処理を禁止する制御を実行することになる。この場合、既存のプリンタオブジェクトとこれに関連付けられた設定が引き継がれ、新たに接続されたプリンタに用いることが可能となる。   With such a configuration, when the existing printer information matches the newly acquired printer, the utility tool 1007 executes control to prohibit display processing for newly displaying the existing device object. In this case, the existing printer object and the settings associated therewith are inherited and can be used for a newly connected printer.

また、プリンタ情報はプリンタから取得した機種IDや個体ID等のプリンタを識別する識別情報や、取得した識別情報に基づき、オペレーティングシステム1000により生成(登録)された情報により構成されている。   The printer information includes identification information for identifying the printer such as a model ID and an individual ID acquired from the printer, and information generated (registered) by the operating system 1000 based on the acquired identification information.

さらに、識別情報はオペレーティングシステム1000あるいはユーティリティツール1007からの問い合わせに対してプリンタが識別情報を返すことによって取得しても良いし、プリンタが定期的に送るメッセージに基づきオペレーティングシステム1000が識別情報を取得するようにしても良い。   Further, the identification information may be acquired by returning the identification information in response to an inquiry from the operating system 1000 or the utility tool 1007, or the operating system 1000 acquires the identification information based on a message periodically sent by the printer. You may make it do.

次に、ユーティリティツール1007で、ホストコンピュータ100で利用される各種プリンタの内、任意の同機種のプリンタに対して複数のプリンタオブジェクトを作成することを禁止するプリンタオブジェクト制御処理について、図6を用いて説明する。   Next, printer object control processing for prohibiting the utility tool 1007 from creating a plurality of printer objects for any printer of the same model among various printers used by the host computer 100 will be described with reference to FIG. I will explain.

尚、実施形態1のプリンタオブジェクト制御処理は、上述のプリンタ制御部103に備わるユーティリティツール1007によって実行されるが、オペレーティングシステム1000の一機能として制御することも可能である。   The printer object control process of the first embodiment is executed by the utility tool 1007 provided in the printer control unit 103 described above, but can be controlled as a function of the operating system 1000.

また、このプリンタオブジェクト制御処理は、ユーティリティツール1007を任意のタイミングで起動することで、ユーザが必要とする時点で、適宜、制御対象のプリンタに対して適用することが可能である。   In addition, this printer object control process can be applied to the printer to be controlled as appropriate at the time required by the user by starting the utility tool 1007 at an arbitrary timing.

図6は本発明の実施形態1のプリンタオブジェクト制御処理を示すフローチャートである。   FIG. 6 is a flowchart showing printer object control processing according to the first embodiment of the present invention.

尚、図6では、例えば、ホストコンピュータ100にプリンタB400を接続した後に、本処理を実行する例について説明するが、本処理は、ホストコンピュータ100にプリンタが接続されていない状態の任意のタイミングで実行することが可能である。   FIG. 6 illustrates an example in which this process is executed after the printer B 400 is connected to the host computer 100, for example, but this process is performed at an arbitrary timing when the printer is not connected to the host computer 100. It is possible to execute.

まず、ステップS601では、ホストコンピュータ100にインストールされているプリンタの一覧(インストール済プリンタ一覧)情報を取得する。例えば、Windows(登録商標)オペレーティングシステムによると、EnumPrinters()を実行し、ホストコンピュータ100のローカルメモリにインストールされている全プリンタのプリンタ情報を取得する。この際に、ホストコンピュータ100では、全プリンタのプリンタ情報を一覧情報として、例えば、RAM1102のメモリ領域に展開する。   First, in step S601, printer list information (installed printer list) information installed in the host computer 100 is acquired. For example, according to the Windows (registered trademark) operating system, EnumPrinters () is executed to acquire printer information of all printers installed in the local memory of the host computer 100. At this time, the host computer 100 develops printer information of all printers as list information in, for example, a memory area of the RAM 1102.

ステップS602では、ステップS601で取得したプリンタ情報からプリンタ名1203(図5)を取得して、プリンタ名一覧画面を表示する。   In step S602, the printer name 1203 (FIG. 5) is acquired from the printer information acquired in step S601, and the printer name list screen is displayed.

尚、この時点では、ステップS601で取得したプリンタ情報には、同一機種のプリンタ情報が複数存在している場合があるが、ステップS602で取得するプリンタ名1203は、重複しない異なるプリンタ名(異なるプリンタドライバに対応する)を取得する。あるいは、同一機種のプリンタ情報が複数存在している場合でも、プリンタ条件等の設定情報が異なっている場合があるため、そのような場合には、同一機種のプリンタ情報を取得する。   At this time, there may be a plurality of printer information of the same model in the printer information acquired in step S601. However, the printer name 1203 acquired in step S602 is a different printer name (different printer). Corresponding to the driver). Alternatively, even when there are a plurality of pieces of printer information of the same model, setting information such as printer conditions may be different. In such a case, printer information of the same model is acquired.

ここで、プリンタ名一覧画面について、図7を用いて説明する。   Here, the printer name list screen will be described with reference to FIG.

図7は本発明の実施形態1のプリンタ名一覧画面の一例を示す図である。   FIG. 7 is a diagram showing an example of the printer name list screen according to the first embodiment of the present invention.

図7のプリンタ名一覧画面700は、ステップS602で取得したプリンタ名の一覧を示す画面である。図7では、プリンタ名一覧として、「プリンタA〜D」と「その他のプリンタ」が表示されている。   A printer name list screen 700 in FIG. 7 is a screen showing a list of printer names acquired in step S602. In FIG. 7, “printers A to D” and “other printers” are displayed as the printer name list.

ここで、「その他のプリンタ」とは、このプリンタ名一覧画面表示時点では、プリンタ名が不明なプリンタであることを示している。つまり、ホストコンピュータ100にプリンタが接続されているものの、そのプリンタに対応するプリンタドライバ1006がインストールされていない場合には、そのプリンタに対応するプリンタ情報が取得できず、正式なプリンタ名をこの時点では取得できないからである。   Here, “other printers” indicates that the printer name is unknown when the printer name list screen is displayed. That is, if a printer is connected to the host computer 100 but the printer driver 1006 corresponding to the printer is not installed, the printer information corresponding to the printer cannot be acquired, and the official printer name is set at this time. This is because it cannot be obtained.

また、この「その他のプリンタ」は、プリンタが接続されていない、あるいはプリンタドライバがインストールされていないプリンタを、ユーザが制御対象としたいときに、ユーザが選択できるようにするための表示である。   The “other printer” is a display for enabling the user to select a printer to which the printer is not connected or the printer driver is not installed when the user wants to control.

ユーザは、このプリンタ名一覧画面700で表示されるプリンタ名から、プリンタオブジェクトの表示制御(プラグアンドプレイ制御)を適用する制御対象のプリンタを指定することができる。   From the printer name displayed on the printer name list screen 700, the user can designate a printer to be controlled to which display control (plug and play control) of the printer object is applied.

特に、図7では、制御対象のプリンタとして、プリンタ名「プリンタB」を指定する状態を示している。そして、制御対象のプリンタを指定している状態で、OKボタン701を入力部105を介して押下すると、その制御対象のプリンタに対する処理として、ステップS603以降の処理を実行する。また、キャンセルボタン702を入力部105を介して押下すると、プリンタ名一覧画面700の表示を終了する。   In particular, FIG. 7 shows a state in which the printer name “printer B” is designated as the printer to be controlled. Then, when the OK button 701 is pressed via the input unit 105 in a state in which the printer to be controlled is designated, the processing after step S603 is executed as processing for the printer to be controlled. When the cancel button 702 is pressed via the input unit 105, the display of the printer name list screen 700 is terminated.

一方、同一機種のプリンタ情報が複数存在していて、そのプリンタ条件等の設定情報が異なっている場合には、プリンタ名一覧画面700では、それぞれのプリンタ情報に対するプリンタ名を区別可能(例えば、プリンタA(1)、プリンタA(2)、プリンタA(3))に表示する。これにより、複数の同一機種のプリンタ情報から、所望の設定情報のプリンタ情報のプリンタを制御対象として選択することが可能である。   On the other hand, when there are a plurality of printer information of the same model and the setting information such as printer conditions is different, the printer name list screen 700 can distinguish the printer name for each printer information (for example, printer A (1), printer A (2), and printer A (3)). Accordingly, it is possible to select a printer having printer information having desired setting information as a control target from a plurality of pieces of printer information of the same model.

図6の説明に戻る。   Returning to the description of FIG.

ステップS603では、制御対象のプリンタが選択されたか否かを判定する。制御対象のプリンタが選択された場合(ステップS603でYES)、RAM1102上に選択されたプリンタ名を記憶し、ステップS604へ進む。一方、制御対象のプリンタが選択されない場合(ステップS603でNO)、制御対象のプリンタが選択されるまで待機する。   In step S603, it is determined whether a printer to be controlled has been selected. If the printer to be controlled is selected (YES in step S603), the selected printer name is stored in the RAM 1102, and the process proceeds to step S604. On the other hand, if the control target printer is not selected (NO in step S603), the process waits until the control target printer is selected.

尚、この判定は、図7のプリンタ名一覧画面700に対する操作に基づいて実行する。つまり、プリンタ名一覧の中で任意のプリンタ名が選択された状態で、OKボタン701が押下された場合に、その選択されているプリンタ名が制御対象のプリンタとして選択されたと判定する。   This determination is performed based on an operation on the printer name list screen 700 of FIG. That is, when an OK button 701 is pressed in a state where an arbitrary printer name is selected in the printer name list, it is determined that the selected printer name has been selected as a control target printer.

ステップS604では、選択された制御対象のプリンタのプリンタドライバが既にインストールされている(つまり、過去に同機種あるいは同一のプリンタが選択されていた)か否かを判定する。プリンタドライバがインストールされている場合(ステップS604でYES)、ステップS605へ進む。一方、プリンタドライバがインストールされていない場合(ステップS604でNO)、例えば、プリンタ名一覧画面700で「その他のプリンタ」が制御対象のプリンタとして選択されている場合、ステップS606へ進む。   In step S604, it is determined whether the printer driver of the selected printer to be controlled has already been installed (that is, the same model or the same printer has been selected in the past). If the printer driver is installed (YES in step S604), the process advances to step S605. On the other hand, if the printer driver is not installed (NO in step S604), for example, if “other printer” is selected as the printer to be controlled on the printer name list screen 700, the process proceeds to step S606.

ステップS605では、選択された制御対象のプリンタのプリンタポートがUSBであるか否かを判定する。   In step S605, it is determined whether the printer port of the selected printer to be controlled is USB.

尚、USBであるか否かの判定は、制御対象のプリンタに対応するプリンタ情報中のポート情報1205(図5)に基づいて判定する。   Whether or not it is USB is determined based on port information 1205 (FIG. 5) in printer information corresponding to the printer to be controlled.

プリンタポートがUSBである場合(ステップS605でYES)、ステップS608へ進む。一方、プリンタポートがUSBでない場合(ステップS605でNO)、処理を終了する。   If the printer port is USB (YES in step S605), the process proceeds to step S608. On the other hand, if the printer port is not USB (NO in step S605), the process ends.

ステップS606では、選択された制御対象のプリンタのプリンタドライバのインストールを促す通知を実行する。この通知は、例えば、ダイアログでメッセージを表示させるようにしても、インストールするプリンタドライバをダウンロードするための画面を表示するようにしても良い。   In step S606, a notification for prompting installation of the printer driver of the selected printer to be controlled is executed. For this notification, for example, a message may be displayed in a dialog, or a screen for downloading a printer driver to be installed may be displayed.

ステップS607では、プリンタドライバがインストールされたか否かを判定する。プリンタドライバがインストールされた場合(ステップS607でYES)、ステップS605へ進む。一方、プリンタドライバがインストールされていない場合(ステップS607でNO)、プリンタドライバがインストールされるまで待機する。   In step S607, it is determined whether a printer driver has been installed. If the printer driver has been installed (YES in step S607), the process proceeds to step S605. On the other hand, if the printer driver is not installed (NO in step S607), the process waits until the printer driver is installed.

ステップS608では、プログラム(例えば、オペレーティングシステム1000)中のレジストリ1004に予め記憶されている、プリンタ情報記憶領域を含むUSBデバイス情報記憶領域(例えば、レジストリ1004中のレジストリキー)を取得する。   In step S608, a USB device information storage area (for example, a registry key in the registry 1004) that includes a printer information storage area and is stored in advance in the registry 1004 in the program (for example, the operating system 1000) is acquired.

尚、USBデバイス情報記憶領域は、ユーティリティツール1007のプログラム上に予め記述されている情報であっても良い。   The USB device information storage area may be information described in advance on the utility tool 1007 program.

ステップS609では、ステップS603で選択された制御対象のプリンタのプリンタ名(この場合、プリンタB)とステップS608で取得したUSBデバイス情報記憶領域(プリンタ情報記憶領域を含む)に基づいて、ステップS603で選択された制御対象のプリンタの機種を示すプリンタ機種情報を取得する。プリンタ機種情報の取得後、そのプリンタ機種情報は、RAM1102のメモリ領域に展開される。   In step S609, based on the printer name of the control target printer selected in step S603 (in this case, printer B) and the USB device information storage area (including the printer information storage area) acquired in step S608, in step S603. Printer model information indicating the model of the selected printer to be controlled is acquired. After obtaining the printer model information, the printer model information is expanded in the memory area of the RAM 1102.

例えば、Windows(登録商標)オペレーティングシステムによると、ステップS603で選択された制御対象のプリンタ名「プリンタB」は、レジストリキー「HKEY_LOCAL_MACHINE¥SYSTEM¥CurrentControlSet¥Control¥ Print¥Printers¥プリンタB(プリンタ名)¥PnPData」に対応する。そして、このレジストリキー中の「DeviceInstanceId」の値から、プリンタBのプリンタ機種情報を特定するための文字列を取得する。   For example, according to the Windows (registered trademark) operating system, the control target printer name “printer B” selected in step S603 is the registry key “HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Print \ Printers \ Printer B (printer name)”. Corresponds to “¥ PnPData”. Then, a character string for specifying the printer model information of the printer B is acquired from the value of “DeviceInstanceId” in the registry key.

具体的には、「DeviceInstanceId」は、例えば、「USBPRINT¥プリンタB(プリンタ名)¥6&12D78F2A&USB0N(N:整数)」という記述からなっており、この記述の末尾にある「&USB0N」以前を走査して、初めて現れる「¥」までの間の文字列、つまり、「6&12D78F2A」をプリンタ機種情報を特定するための文字列として取得する。   Specifically, “DeviceInstanceId” is, for example, a description “USBPRINT ¥ printer B (printer name) ¥ 6 & 12D78F2A & USB0N (N: integer)”, and scans before “& USB0N” at the end of this description. The character string up to “¥” appearing for the first time, that is, “6 & 12D78F2A” is acquired as the character string for specifying the printer model information.

その後、予め登録されているプリンタ情報記憶領域であるレジストリキー「HKEY_LOCAL_MACHINE¥SYSTEM¥CurrentControlSet¥Enum¥USB」の子キー内にある「ParentIdPrefix」のデータを適宜取得して、先に取得した文字列「6&12D78F2A」と比較する。   Thereafter, the data of “ParentIdPrefix” in the child key of the registry key “HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Enum \ USB” which is a pre-registered printer information storage area is appropriately acquired, and the previously acquired character string “ 6 & 12D78F2A ".

比較の結果、文字列が一致する場合、この「ParentIdPrefix」を持つキーの親キーが、プリンタBのプリンタ機種情報(Vid(ベンダーID)とPid(プロダクトID))となる。   If the character strings match as a result of the comparison, the parent key of the key having “ParentIdPrefix” is printer model information (Vid (vendor ID) and Pid (product ID)) of the printer B.

ステップS610では、ステップ609で取得したプリンタ機種情報に基づいて、プラグアンドプレイ(PnP)を制御((プリンタオブジェクトの表示を制御)するためのPnP制御情報を生成する。Windows(登録商標)オペレーティングシステムでは、名前:IgnoreHWSerNum「Vid」「Pid」 データ:01(バイナリ)という形式(例えば、名前:IgnoreHWSerNum04a91076 データ:01(バイナリ))でレジストリの値を生成することで、本実施形態を実現可能にする。   In step S610, based on the printer model information acquired in step 609, PnP control information for controlling plug-and-play (PnP) ((displaying the display of the printer object) is generated. Windows (registered trademark) operating system Then, the present embodiment can be realized by generating a registry value in the format of name: IgnoHWSerNum “Vid” “Pid” data: 01 (binary) (for example, name: IgnorHWSerNum04a91076 data: 01 (binary)). .

尚、PnP制御情報とPnP制御情報のバイナリデータは、RAM1102に展開されても良いし、所定の情報ファイルに格納されるように構成しても良い。   Note that the PnP control information and the binary data of the PnP control information may be expanded in the RAM 1102 or may be configured to be stored in a predetermined information file.

また、実施形態1では、特に、PnP制御情報として、制御対象のプリンタに対するポート及びプリンタオブジェクトが、最初(初回)のプラグアンドプレイで一旦生成された後、次回以降(初回以降)の同機種あるいは同一のプリンタのプラグアンドプレイ時には、新たにポート及びプリンタオブジェクトがオペレーティングシステム1000によって作成されることを禁止する制御情報を生成する。   In the first embodiment, in particular, as the PnP control information, a port and a printer object for a printer to be controlled are once generated by the first (first) plug and play, and then the same model or the next or later (after the first) At the time of plug and play of the same printer, control information for prohibiting creation of a new port and printer object by the operating system 1000 is generated.

換言すれば、個体IDが異なる同機種のプリンタに対して複数のポート及びプリンタオブジェクトがオペレーティングシステム1000によって作成されることを禁止する制御情報を生成する。   In other words, control information is generated that prohibits the operating system 1000 from creating a plurality of ports and printer objects for printers of the same model with different individual IDs.

このように、実施形態1で生成するPnP制御情報は、制御対象のプリンタのポートの作成を制御する(同機種あるいは同一のプリンタの初回以降のプラグアンドプレイ時には、同一機種に対し複数のポートの作成を禁止する)ポート制御情報と言い換えることができる。また、プリンタオブジェクトの作成も制御する(同機種あるいは同一のプリンタの初回以降のプラグアンドプレイ時には、同一機種に対し複数のプリンタオブジェクトの作成を禁止する)ことになるので、プリンタオブジェクト制御情報と言い換えることもできる。   As described above, the PnP control information generated in the first embodiment controls the creation of the port of the printer to be controlled (when the same model or the same printer is plug-and-play for the first time or later, a plurality of ports for the same model are controlled. In other words, it can be rephrased as port control information that is prohibited from being created. Also, the creation of a printer object is controlled (in the case of plug-and-play after the first time of the same model or the same printer, the creation of a plurality of printer objects is prohibited for the same model). You can also.

ステップS611では、ステップ610で生成したPnP制御情報とPnP制御情報のバイナリデータを、例えば、RAM1102から呼び出し、レジストリ1004に登録する。例えば、登録する関数には、RegSetValueEx()がある。   In step S611, the PnP control information generated in step 610 and the binary data of the PnP control information are called from the RAM 1102, for example, and registered in the registry 1004. For example, the function to be registered is RegSetValueEx ().

ステップS612では、現在接続されているプリンタ機種情報を取得する。現在接続されているプリンタ機種情報は、例えば、「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbprint\Enum」に記述されている、現在USB接続を行っているプリンタのプリンタ機種情報を示す文字列を取得することで、取得可能である。   In step S612, information on the currently connected printer model is acquired. For the currently connected printer model information, for example, a character string indicating the printer model information of the printer that is currently connected to the USB is acquired as described in “HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ usprint \ Enum”. That is possible.

実際は、関数RegQueryValueEx()を、「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbprint\Enum」において実行することで、プリンタ機種情報(VidとPid)を取得する。   Actually, the printer model information (Vid and Pid) is acquired by executing the function RegQueryValueEx () in “HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ usprint \ Enum”.

ステップS613では、ステップS603で選択された制御対象のプリンタのプリンタ機種情報と、ステップS612で取得したプリンタ機種情報が一致するかどうかを比較する。一致する場合(ステップS613でYES)、ステップS616へ進む。一方、一致しない場合(ステップS613でNO)、ステップS614へ進む。   In step S613, the printer model information of the printer to be controlled selected in step S603 is compared with the printer model information acquired in step S612. If they match (YES in step S613), the process proceeds to step S616. On the other hand, if they do not match (NO in step S613), the process proceeds to step S614.

ステップS614では、選択された制御対象のプリンタのUSB接続を外すこと通知する。この通知は、例えば、ダイアログでメッセージを表示させるようにすれば良い。   In step S614, it is notified that the USB connection of the selected printer to be controlled is disconnected. For this notification, for example, a message may be displayed in a dialog.

ステップS615では、ステップS614で通知した制御対象のプリンタのUSB接続が外れたか否かを判定する。USB接続が外れた場合(ステップS615でYES)、ステップS616へ進む。一方、USB接続が外れない場合(ステップS615でNO)、USB接続が外れるまで、待機する。   In step S615, it is determined whether the USB connection of the printer to be controlled notified in step S614 has been disconnected. If the USB connection is disconnected (YES in step S615), the process proceeds to step S616. On the other hand, if the USB connection cannot be disconnected (NO in step S615), the process waits until the USB connection is disconnected.

ステップS616では、ステップ603で選択された制御対象のプリンタのプリンタオブジェクトを削除する。また、プリンタオブジェクトを削除する関数としては、例えば、DeletePrinter()がある。また、制御対象のプリンタのプリンタオブジェクトが既に複数存在している場合には、それらのプリンタオブジェクトをすべて削除する。   In step S616, the printer object of the printer to be controlled selected in step 603 is deleted. As a function for deleting a printer object, for example, there is DeletePrinter (). If there are already a plurality of printer objects for the printer to be controlled, all these printer objects are deleted.

ここで、ステップS616で、プリンタオブジェクトを削除するのは、ステップS611でPnP制御情報を登録すると、ステップ603で選択された制御対象のプリンタが使用できなくなってしまうためである。   Here, the reason why the printer object is deleted in step S616 is that if the PnP control information is registered in step S611, the control target printer selected in step 603 cannot be used.

ステップS617では、ステップ603で選択された制御対象のプリンタのUSBポート情報を削除する。USBポート情報の削除は、例えば、USBポート情報のあるレジストリキーをSHDeleteKey()で削除する。また、制御対象のプリンタのUSBポート情報が既に複数存在している場合には、それらのUSBポート情報をすべて削除する。   In step S617, the USB port information of the printer to be controlled selected in step 603 is deleted. The USB port information is deleted by, for example, deleting a registry key having USB port information with SHDeleteKey (). If a plurality of USB port information for the printer to be controlled already exist, all the USB port information is deleted.

ここで、ステップS617で、USBポート情報を削除するのは、USBデバイスの場合、プリンタオブジェクトを削除するだけではUSBポート情報は削除できず、図8のポート名11001のように、ポート情報が残ってしまうので、USBポート情報をレジストリから削除する必要があるからである。   Here, in step S617, in the case of a USB device, the USB port information is deleted only by deleting the printer object, but the USB port information cannot be deleted, and the port information remains as shown by the port name 11001 in FIG. This is because it is necessary to delete the USB port information from the registry.

これにより、個体IDが異なる同機種の制御対象のプリンタに対しては、複数のポートが作成されることがなくなり、オペレティーングシステム1000に対する処理負荷を軽減することができる。   As a result, a plurality of ports are not created for the printers of the same model with different individual IDs, and the processing load on the operating system 1000 can be reduced.

以上説明したように、実施形態1によれば、ユーザの指定したプリンタ機種においては、オペレーティングシステム1000によってプリンタオブジェクトが複数作成されることを禁止できる。そのため、ユーザは、異なる個体IDの同機種のプリンタを交互に使い分けて使用する場合にも、常に同じプリンタオブジェクトを使用することができるので困惑することもなく、プリンタを接続する毎に新たなプリンタ設定をする必要がなくなる。   As described above, according to the first embodiment, it is possible to prohibit the operating system 1000 from creating a plurality of printer objects in the printer model designated by the user. Therefore, the user can always use the same printer object even when using different types of printers of the same model with different individual IDs. No need to set.

また、同機種別固体のプリンタが接続されてもポートが毎回作成されないため、無駄なポートが作成されずオペレーティングシステム1000の処理の負担を軽減することができる。   In addition, even if a printer of the same model is connected, a port is not created every time. Therefore, a useless port is not created, and the processing load of the operating system 1000 can be reduced.

<実施形態2>
実施形態1では、ホストコンピュータ100にインストール済(あるいはインストールを促すことによって設定された)プリンタのプリンタ機種情報に基づいて、制御対象のプリンタに対するPnP制御情報を生成して登録することで、そのプリンタと同機種あるいは同一のプリンタのプラグアンドプレイ時には、複数のポート及びプリンタオブジェクトがオペレーティングシステム1000によって作成されることを禁止する構成とした。
<Embodiment 2>
In the first embodiment, PnP control information for a printer to be controlled is generated and registered based on the printer model information of a printer already installed in the host computer 100 (or set by prompting installation), and the printer is then registered. When the same model or the same printer is plug-and-play, it is prohibited to create a plurality of ports and printer objects by the operating system 1000.

これに対し、実施形態2では、ホストコンピュータ100にインストールされていないプリンタに対しても、予め情報ファイルにそのプリンタ機種情報が登録されている場合には、そのプリンタに対するPnP制御情報を生成して登録することで、そのプリンタと同機種あるいは同一のプリンタのプラグアンドプレイ時には、複数のポート及びプリンタオブジェクトがオペレーティングシステム1000によって作成されることを禁止する構成について説明する。   On the other hand, in the second embodiment, if the printer model information is registered in the information file in advance for a printer that is not installed in the host computer 100, PnP control information for the printer is generated. A configuration for prohibiting the creation of a plurality of ports and printer objects by the operating system 1000 at the time of plug-and-play of the same model or the same printer as the printer will be described.

以下、実施形態2のプリンタオブジェクト制御処理について、図9を用いて説明する。   Hereinafter, printer object control processing according to the second embodiment will be described with reference to FIG.

図9は本発明の実施形態2のプリンタオブジェクト制御処理を示すフローチャートである。   FIG. 9 is a flowchart showing printer object control processing according to the second embodiment of the present invention.

尚、実施形態1の図6と同様のステップには、同じ番号を付し、その説明については省略する。   Note that steps similar to those in FIG. 6 of the first embodiment are denoted by the same reference numerals, and description thereof is omitted.

まず、ステップS601〜ステップS603の処理によって、制御対象のプリンタが選択される。   First, a printer to be controlled is selected by the processing in steps S601 to S603.

次に、ステップS701では、情報ファイル(図10)の有無を判定する。この情報ファイルには、PnP制御情報を生成するための情報(例えば、図10に示す、プリンタ機種情報(Vid、Pid)及びそのプリンタドライバ名)が格納されており、例えば、オペレーティングシステム1000の管理下でユーリティツール1007で参照可能な所定の初期設定ファイルとして、例えば、RAM1102に存在する。   Next, in step S701, the presence / absence of an information file (FIG. 10) is determined. This information file stores information for generating PnP control information (for example, printer model information (Vid, Pid) and its printer driver name shown in FIG. 10), for example, management of the operating system 1000 The predetermined initial setting file that can be referred to by the utility tool 1007 below exists in the RAM 1102, for example.

情報ファイルがある場合(ステップS701でYES)、ステップS702へ進む。一方、情報ファイルがない場合(ステップS701でNO)、ステップS705へ進む。   If there is an information file (YES in step S701), the process proceeds to step S702. On the other hand, if there is no information file (NO in step S701), the process proceeds to step S705.

ステップS702では、選択された制御対象のプリンタのプリンタドライバ名を取得する。これは、ステップS601によって、RAM1102に展開されたプリンタ情報(図5)から取得する。   In step S702, the printer driver name of the selected printer to be controlled is acquired. This is acquired from the printer information (FIG. 5) developed in the RAM 1102 in step S601.

ステップS703では、情報ファイルより、登録されているプリンタ機種情報とプリンタドライバ名を全て取得する。例えば、取得する関数としては、GetPrivateProfileString()がある。取得したプリンタ機種情報とプリンタドライバ名は、例えば、RAM1102に展開される。   In step S703, all registered printer model information and printer driver names are acquired from the information file. For example, as a function to be acquired, there is GetPrivateProfileString (). The acquired printer model information and printer driver name are expanded in the RAM 1102, for example.

尚、プリンタ機種情報とプリンタドライバ名とは複数機種分記憶されるように構成しても良い。また、情報ファイルには、プリンタ機種情報のバイナリデータを記憶させるように構成しても良い。   The printer model information and printer driver names may be stored for a plurality of models. The information file may be configured to store binary data of printer model information.

ステップS704では、選択された制御対象のプリンタのプリンタドライバ名と、情報ファイルのプリンタドライバ名が同じであるか否かを判定する。   In step S704, it is determined whether the printer driver name of the selected printer to be controlled is the same as the printer driver name of the information file.

プリンタドライバ名が同じである場合(ステップS704でYES)、ステップS610へ進む。一方、プリンタドライバ名が同じでない場合(ステップS704でNO)、ステップS705へ進む。   If the printer driver names are the same (YES in step S704), the process advances to step S610. On the other hand, if the printer driver names are not the same (NO in step S704), the process proceeds to step S705.

ステップS704でプリンタドライバ名が同じである場合(ステップS704でYES)、ステップS610及びステップS611を実行する。これにより、制御対象のプリンタに対するPnP制御情報とPnP制御情報のバイナリデータがレジストリ1004に登録される。   If the printer driver names are the same in step S704 (YES in step S704), steps S610 and S611 are executed. As a result, the PnP control information for the printer to be controlled and the binary data of the PnP control information are registered in the registry 1004.

ステップS705では、選択された制御対象のプリンタのプリンタドライバがインストールされているか否かを判定する。プリンタドライバがインストールされている場合(ステップS705でYES)、ステップS706へ進む。一方、プリンタドライバがインストールされていない場合(ステップS705でNO)、処理を終了する。   In step S705, it is determined whether the printer driver of the selected printer to be controlled is installed. If the printer driver is installed (YES in step S705), the process advances to step S706. On the other hand, if the printer driver is not installed (NO in step S705), the process ends.

ステップS706では、選択された制御対象のプリンタのプリンタポートがUSBであるか否かを判定する。   In step S706, it is determined whether the printer port of the selected printer to be controlled is USB.

尚、USBであるか否かの判定は、制御対象のプリンタに対応するプリンタ情報中のポーと情報1205(図5)に基づいて判定する。   Whether or not it is USB is determined based on the port and information 1205 (FIG. 5) in the printer information corresponding to the printer to be controlled.

プリンタポートがUSBである場合(ステップS706でYES)、ステップS612に進む。一方、プリンタポートがUSBでない場合(ステップS706でNO)、処理を終了する。   If the printer port is USB (YES in step S706), the process proceeds to step S612. On the other hand, if the printer port is not USB (NO in step S706), the process ends.

ステップS706でプリンタポートがUSBである場合(ステップS706でYES)、ステップS612〜ステップS617を実行する。これにより、個体IDが異なる同機種の制御対象のプリンタに対しては、複数のポートが作成されることがなくなり、オペレティーングシステム1000に対する処理負荷を軽減することができる。   If the printer port is USB in step S706 (YES in step S706), steps S612 to S617 are executed. As a result, a plurality of ports are not created for the printers of the same model with different individual IDs, and the processing load on the operating system 1000 can be reduced.

一方、ステップS701で情報ファイルが存在しない場合(ステップS701でNO)、あるいはステップS704でプリンタドライバ名が同じでない場合(ステップS704でNO)、ステップS705、ステップS706、ステップ608〜ステップ610を実行する。   On the other hand, if no information file exists in step S701 (NO in step S701), or if the printer driver names are not the same in step S704 (NO in step S704), steps S705, S706, and steps 608 to 610 are executed. .

ステップS707では、ステップS609で取得したプリンタ機種情報と対応するプリンタドライバ名を情報ファイルに登録する。例えば、登録する関数としては、WritePrivateProfileString()がある。   In step S707, the printer model name corresponding to the printer model information acquired in step S609 is registered in the information file. For example, as a function to be registered, there is WritePrivateProfileString ().

尚、情報ファイルが既に作成されている場合には、その情報ファイルにプリンタ機種情報とプリンタドライバ名を登録するように構成してもよく、情報ファイルの内容を全て書き換える(上書き)ように構成しても良い。一方、情報ファイルが作成されていない場合には、新規に情報ファイルを作成して登録してもよい。   If an information file has already been created, the printer model information and printer driver name may be registered in the information file, and the entire information file may be rewritten (overwritten). May be. On the other hand, if an information file has not been created, a new information file may be created and registered.

また、ここでは、情報ファイルに、制御対象のプリンタのプリンタ機種情報とプリンタドライバ名を登録する構成としたが、ユーティリティツール1007が処理の実行時に参照可能な形態であれば、情報ファイルに限定されず、オペレーティングシステム1000管理下の初期設定ファイルや、所定の記憶領域あるいはメモリカード等の外部記憶媒体上に登録することも可能である。   Here, the printer model information and the printer driver name of the printer to be controlled are registered in the information file. However, the information file is limited to the information file as long as the utility tool 1007 can refer to it when executing the process. Alternatively, it is also possible to register an initial setting file under the management of the operating system 1000 or a predetermined storage area or an external storage medium such as a memory card.

更に、情報ファイルは、テキストエディタ等のアプリケーションによって、ユーザが任意のタイミングでその内容を適宜編集加工することができる。これにより、ユーザは、制御対象のプリンタに対するプリンタ情報がホストコンピュータ100に登録されていないくても、将来、制御対象となるプリンタに対するプリンタ情報を事前に登録し、かつそのプリンタに対するPnP制御情報を必要に応じて作成して登録することが可能となる。   Further, the contents of the information file can be appropriately edited by the user at an arbitrary timing by an application such as a text editor. Thus, even if the printer information for the printer to be controlled is not registered in the host computer 100, the user registers in advance the printer information for the printer to be controlled in the future, and the PnP control information for the printer. It can be created and registered as needed.

以上説明したように、実施形態2によれば、情報ファイルに予め制御対象のプリンタに関するプリンタ情報を登録しておくことにより、その情報ファイルに登録されたプリンタ機種においては、プリンタオブジェクトを複数作成することを禁止する設定を実現できるため、ユーザが所望する形態でプリンタを管理することが可能である。   As described above, according to the second embodiment, by registering printer information related to a printer to be controlled in the information file in advance, a plurality of printer objects are created in the printer model registered in the information file. Since this setting can be realized, it is possible to manage the printer in a form desired by the user.

また、同機種別固体のプリンタが接続されてもポートが毎回作成されないため、無駄なポートが作成されずオペレーティングシステム1000の処理の負担を軽減することができる。   In addition, even if a printer of the same model is connected, a port is not created every time. Therefore, a useless port is not created, and the processing load of the operating system 1000 can be reduced.

更に、よく使用されているプリンタのプリンタ機種情報を、まとめて事前に情報ファイルに作成して登録することができるので、ユーザのプリンタに係る管理の手間を省き効率の良い設定をおこなうことができる。   In addition, printer model information for frequently used printers can be created and registered in advance in an information file, so that it is possible to perform efficient settings without the need for user management. .

<実施形態3>
上記実施形態1及び2では、ユーザに制御対象のプリンタを選択させる構成としているが、直前にUSB接続でインストールされたプリンタあるいはよく使われているプリンタを制御対象として選択する構成としても良い。特に、同機種で別固体のプリンタを交互に複数台使用するユーザは、多くの場合、同一設定下でそのプリンタを使用することを意図する可能性が高い。そのため、このような構成にすることで、ユーザは、制御対象のプリンタを選択する操作自体から解放され、より操作効率を向上することができる。
<Embodiment 3>
In the first and second embodiments, the configuration is such that the user selects a printer to be controlled. However, a configuration may be adopted in which a printer installed immediately before USB connection or a frequently used printer is selected as a control target. In particular, a user who alternately uses a plurality of different solid-state printers of the same model is likely to intend to use the printer under the same settings in many cases. Therefore, with such a configuration, the user is released from the operation itself of selecting the printer to be controlled, and the operation efficiency can be further improved.

ここで、よく使用されているプリンタの判定は、例えば、ホストコンピュータ100にプリンタが接続される毎に生成されるプリンタオブジェクトの数が、所定数(例えば、3台)以上である場合か否かで判定する。   Here, frequently used printers are determined, for example, whether or not the number of printer objects generated each time a printer is connected to the host computer 100 is a predetermined number (for example, three) or more. Judge with.

尚、よく使用されているプリンタを通常使用するプリンタ(デフォルトプリンタ)としてもよく、通常使用するプリンタを制御対象とすることも可能である。   A commonly used printer may be a normally used printer (default printer), and a normally used printer may be a control target.

尚、上記実施形態1〜3では、ホストコンピュータ100に接続可能なデバイスとして、例えば、プリンタを例に挙げて説明したが、プリンタ以外のデバイス、例えば、スキャナ、デジタルカメラ等の各種デバイスに対しても、本発明を適用することができる。この場合、上述のプリンタオブジェクトやプリンタ情報(プリンタ機種情報)及びPnP制御情報(プリンタ制御情報)は、適用するデバイスに対応するデバイスオブジェクトやデバイス情報(デバイス機種情報)及びPnP制御情報(デバイス制御情報)を用いて、各実施形態を実行することになる。   In the first to third embodiments, for example, a printer is described as an example of a device that can be connected to the host computer 100. However, for devices other than the printer, for example, various devices such as a scanner and a digital camera. Also, the present invention can be applied. In this case, the above-described printer object, printer information (printer model information), and PnP control information (printer control information) include the device object, device information (device model information), and PnP control information (device control information) corresponding to the device to be applied. ) To execute each embodiment.

以上、実施形態例を詳述したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although the embodiments have been described in detail above, the present invention can take an embodiment as, for example, a system, apparatus, method, program, or recording medium, and specifically includes a plurality of devices. The present invention may be applied to a system that is configured, or may be applied to an apparatus that includes a single device.

尚、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラム(実施形態では図に示すフローチャートに対応したプログラム)を、システムあるいは装置に直接あるいは遠隔から供給し、そのシステムあるいは装置のコンピュータが該供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   In the present invention, a software program (in the embodiment, a program corresponding to the flowchart shown in the figure) that realizes the functions of the above-described embodiment is directly or remotely supplied to the system or apparatus, and the computer of the system or apparatus Is also achieved by reading and executing the supplied program code.

従って、本発明の機能処理をコンピュータで実現するために、該コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であっても良い。   In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, or the like.

プログラムを供給するための記録媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RW、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などがある。   As a recording medium for supplying the program, for example, floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, CD-RW, magnetic tape, nonvolatile memory card ROM, DVD (DVD-ROM, DVD-R) and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続し、該ホームページから本発明のコンピュータプログラムそのもの、もしくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   As another program supply method, a client computer browser is used to connect to an Internet homepage, and the computer program of the present invention itself or a compressed file including an automatic installation function is downloaded from the homepage to a recording medium such as a hard disk. Can also be supplied. It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.

また、本発明のプログラムを暗号化してCD−ROM等の記録媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせ、その鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。   In addition, the program of the present invention is encrypted, stored on a recording medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. It is also possible to execute the encrypted program by using the key information and install the program on a computer.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部または全部を行ない、その処理によっても前述した実施形態の機能が実現され得る。   In addition to the functions of the above-described embodiments being realized by the computer executing the read program, the OS running on the computer based on the instruction of the program is a part of the actual processing. Alternatively, the functions of the above-described embodiment can be realized by performing all of them and performing the processing.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行ない、その処理によっても前述した実施形態の機能が実現される。   Furthermore, after the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion board or The CPU or the like provided in the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

本発明の実施形態1のプリンタ制御システムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a printer control system according to a first embodiment of the present invention. 本発明の実施形態1のホストコンピュータの構成要素を示す図である。It is a figure which shows the component of the host computer of Embodiment 1 of this invention. 本発明の実施形態1のプリンタのハードウェア構成を示す図である。1 is a diagram illustrating a hardware configuration of a printer according to a first embodiment of the present invention. 本発明の実施形態1のプリンタ制御部の詳細構成を示す図である。It is a figure which shows the detailed structure of the printer control part of Embodiment 1 of this invention. 本発明の実施形態1のプリンタ情報の一例を示す図である。It is a figure which shows an example of the printer information of Embodiment 1 of this invention. 本発明の実施形態1のプリンタオブジェクト制御処理を示すフローチャートである。3 is a flowchart illustrating printer object control processing according to the first exemplary embodiment of the present invention. 本発明の実施形態1のプリンタ名一覧画面の一例を示す図である。It is a figure which shows an example of the printer name list screen of Embodiment 1 of this invention. 本発明の実施形態1のポート情報を説明するための図である。It is a figure for demonstrating the port information of Embodiment 1 of this invention. 本発明の実施形態2のプリンタオブジェクト制御処理を示すフローチャートである。10 is a flowchart illustrating printer object control processing according to the second embodiment of the present invention. 本発明の実施形態2の情報ファイルの構成例を示す図である。It is a figure which shows the structural example of the information file of Embodiment 2 of this invention.

符号の説明Explanation of symbols

100 ホストコンピュータ
101 中央演算処理部
102 記憶部
103 プリンタ制御部
104 インターフェース制御部
105 入力部
106 ディスプレイ表示部
200 プリンタA
201 ファームウェア部
202 機種ID
203 個体ID
204 USBインターフェース
400 プリンタB
401 ファームウェア部
402 機種ID
403 個体ID
404 USBインターフェース
DESCRIPTION OF SYMBOLS 100 Host computer 101 Central processing part 102 Memory | storage part 103 Printer control part 104 Interface control part 105 Input part 106 Display display part 200 Printer A
201 Firmware part 202 Model ID
203 Individual ID
204 USB interface 400 Printer B
401 Firmware part 402 Model ID
403 Individual ID
404 USB interface

Claims (5)

デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置であって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得手段と、
前記デバイス情報取得手段で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成手段と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成手段で生成されたプラグアンドプレイ制御情報を設定する設定手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus including an operating system that generates a device object for managing a device ,
Device information acquisition means for acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition unit, when the same type of devices connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating means for generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected the information processing apparatus comprising: a setting means for setting a plug-and-play control information generated by said generating means.
処理対象となるデバイスを特定するためのデバイス名称を取得するデバイス名称取得手段とを更に備え、Device name acquisition means for acquiring a device name for specifying a device to be processed;
前記ベンダー識別情報とプロダクト識別情報を含むデバイス情報は、前記デバイス名称取得手段で取得されたデバイス名称に従って取得されるDevice information including the vendor identification information and product identification information is acquired according to the device name acquired by the device name acquisition means.
ことを特徴とする請求項1に記載の情報処理装置。The information processing apparatus according to claim 1.
既に情報処理装置にインストールされているデバイスの一覧情報を取得するデバイス一覧情報取得手段と、
前記デバイス一覧情報取得手段で取得したデバイスの一覧情報を表示する表示制御手段と、
前記表示制御手段で表示された一覧情報からデバイスを選択する選択手段とを更に備え、
前記デバイス名称は、前記選択手段で選択されたデバイスに従って取得される
ことを特徴とする請求項に記載の情報処理装置。
Device list information acquisition means for acquiring list information of devices already installed in the information processing apparatus;
Display control means for displaying device list information acquired by the device list information acquisition means;
Selecting means for selecting a device from the list information displayed by the display control means ,
The information processing apparatus according to claim 2 , wherein the device name is acquired according to the device selected by the selection unit .
デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置の制御方法であって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得工程と、
前記デバイス情報取得工程で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成工程と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成工程で生成されたプラグアンドプレイ制御情報を設定する設定工程と
を備えることを特徴とする情報処理装置の制御方法。
A method for controlling an information processing apparatus including an operating system for generating a device object for managing a device ,
A device information acquisition step of acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition step, when the type of the device connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating step of generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected a method of controlling an information processing apparatus, characterized in that it comprises a setting step of setting a plug-and-play control information generated in the generating step.
デバイスを管理するためのデバイスオブジェクトを生成するオペレーティングシステムを備える情報処理装置の制御をコンピュータに実行させるためのプログラムであって、
前記オペレーティングシステムにより管理されるレジストリ領域から、既に情報処理装置にインストールされているデバイスのベンダー識別情報とプロダクト識別情報を含むデバイス情報を取得するデバイス情報取得工程と、
前記デバイス情報取得工程で取得したデバイス情報に従って、同機種のデバイスが接続されたプラグアンドプレイ時に、新規にデバイスオブジェクトが前記オペレーティングシステムによって作成されることを禁止するための、前記ベンダー識別情報と前記プロダクト識別情報とを含むプラグアンドプレイ制御情報を生成する生成工程と、
同機種のデバイスが接続された際に、前記オペレーティングシステムによって同機種のデバイスのデバイスオブジェクトが新規に作成されることを禁止するために、前記オペレーティングシステムがデバイスオブジェクトを作成する際に参照するレジストリ領域に、前記生成工程で生成されたプラグアンドプレイ制御情報を設定する設定工程と
コンピュータに実行させることを特徴とするプログラム。
A program for causing a computer to execute control of an information processing apparatus including an operating system that generates a device object for managing a device ,
A device information acquisition step of acquiring device information including vendor identification information and product identification information of a device already installed in the information processing apparatus from a registry area managed by the operating system ;
Therefore, the device information acquired by the device information acquisition step, when the type of the device connected to plug-and-play, new to the device object prohibited from being created by the operating system, and the vendor identification information Generating step of generating plug and play control information including the product identification information ;
A registry area that is referred to when the operating system creates a device object in order to prohibit the operating system from newly creating a device object of the device of the same model when a device of the same model is connected , the program characterized by executing the setting process of setting the plug-and-play control information generated in the generation step to the computer.
JP2003435293A 2003-12-26 2003-12-26 Information processing apparatus, control method therefor, and program Expired - Fee Related JP4087788B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003435293A JP4087788B2 (en) 2003-12-26 2003-12-26 Information processing apparatus, control method therefor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003435293A JP4087788B2 (en) 2003-12-26 2003-12-26 Information processing apparatus, control method therefor, and program

Publications (2)

Publication Number Publication Date
JP2005196261A JP2005196261A (en) 2005-07-21
JP4087788B2 true JP4087788B2 (en) 2008-05-21

Family

ID=34815449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003435293A Expired - Fee Related JP4087788B2 (en) 2003-12-26 2003-12-26 Information processing apparatus, control method therefor, and program

Country Status (1)

Country Link
JP (1) JP4087788B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007034524A (en) * 2005-07-25 2007-02-08 Omron Corp Information processor, program, and recording medium
JP4793000B2 (en) * 2006-02-01 2011-10-12 ブラザー工業株式会社 Print data editing apparatus and print data editing program
JP4746455B2 (en) 2006-03-17 2011-08-10 富士通株式会社 Computer apparatus, start control method, and start control program
JP2009104367A (en) * 2007-10-23 2009-05-14 Ricoh Elemex Corp Usb adapter and usb system
JP5282606B2 (en) * 2009-02-26 2013-09-04 株式会社リコー Image forming apparatus, image forming apparatus control method, program, and recording medium
JP6841031B2 (en) * 2016-12-26 2021-03-10 ブラザー工業株式会社 Print server
JP7367432B2 (en) 2019-09-30 2023-10-24 ブラザー工業株式会社 program

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001312543A (en) * 2000-04-28 2001-11-09 Suga Kogyo Kk Building equipment degradation diagnosis system
JP2002123380A (en) * 2000-10-17 2002-04-26 Ricoh Co Ltd Network printing system
JP2002163225A (en) * 2000-11-24 2002-06-07 Matsushita Electric Ind Co Ltd Usb connection control method and usb system
JP2003022225A (en) * 2001-07-09 2003-01-24 Sony Corp Equipment controller and equipment control method
JP2003099219A (en) * 2001-09-25 2003-04-04 Star Micronics Co Ltd Install method for printer driver
JP3862989B2 (en) * 2001-10-16 2006-12-27 ローランド株式会社 Electronic musical instruments
JP2003196224A (en) * 2001-12-28 2003-07-11 Star Micronics Co Ltd Usb port driver and port designation applying method
JP4027274B2 (en) * 2002-12-27 2007-12-26 キヤノンマーケティングジャパン株式会社 Information processing apparatus, control method therefor, and program

Also Published As

Publication number Publication date
JP2005196261A (en) 2005-07-21

Similar Documents

Publication Publication Date Title
US8261292B2 (en) Information processing apparatus, method of controlling the same, program, and recording medium
US20020030851A1 (en) Information processing apparatus, distributed printing controlling method, storing medium and program
US20110134466A1 (en) Print server, method for generating print setting screen, and storage medium
US20080294845A1 (en) Information processing apparatus, information processing method, and information processing program product
JP2007069358A (en) Image forming apparatus, its controlling method, program, and image forming system
JP2007069359A (en) Image forming apparatus, its controlling method, program and image forming system
US20110214120A1 (en) Installer and method of installing printer driver
JP4867184B2 (en) Processing mode designation information conversion program and processing mode designation information conversion method
JP4087788B2 (en) Information processing apparatus, control method therefor, and program
US20120188602A1 (en) Printing system, control method of the same, print server, control method of the print server, and storage medium
JP4246620B2 (en) Information processing apparatus, information processing system, information processing method, program, and recording medium
JP5086837B2 (en) Print control apparatus, print control method, and print control program
JP4886501B2 (en) Printing apparatus, printing control method, and program
JP6214369B2 (en) Information processing apparatus, program, and control method
JP4726250B2 (en) Information processing apparatus, control method therefor, and computer program
JP5417043B2 (en) Image forming apparatus, image forming system, and image processing method
JP5063134B2 (en) Printing apparatus, printing method, and program
US8467116B2 (en) Apparatus, program product, and method for creating and printing a composite image including an additional image associated with externally acquired software
JP5003365B2 (en) Printing system, printing program
JP2003256173A (en) Printer, print processing method, storage medium readable by computer, and program
JP2007219576A (en) Printer driver selection program and recording medium
JP4587182B2 (en) Information processing apparatus, control method therefor, and computer program
JP2012141732A (en) Information processor, control method and program
JP2011013837A (en) Print system and print controller
JP2010146440A (en) Print system, information processor, print management device, printer, control method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050628

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070927

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071019

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071217

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: 20080125

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080221

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

Free format text: PAYMENT UNTIL: 20110228

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4087788

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110228

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120229

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20120229

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130228

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20140228

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees