JP2007025846A - Device identification system, device identification method and program - Google Patents
Device identification system, device identification method and program Download PDFInfo
- Publication number
- JP2007025846A JP2007025846A JP2005203926A JP2005203926A JP2007025846A JP 2007025846 A JP2007025846 A JP 2007025846A JP 2005203926 A JP2005203926 A JP 2005203926A JP 2005203926 A JP2005203926 A JP 2005203926A JP 2007025846 A JP2007025846 A JP 2007025846A
- Authority
- JP
- Japan
- Prior art keywords
- identification information
- host computer
- communication port
- identification
- symbolic link
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Abstract
Description
本発明は、ホスト・コンピュータに接続された1個又は複数個のデバイスを制御するアプリケーション・ソフトウェアに、デバイスを識別させるデバイス識別システム、デバイス識別方法及びプログラムに関する。特に、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能なデバイス識別システム、デバイス識別方法及びプログラムに関する。 The present invention relates to a device identification system, a device identification method, and a program that allow application software that controls one or more devices connected to a host computer to identify the device. In particular, the present invention relates to a device identification system, a device identification method, and a program capable of efficiently identifying each device by application software in a system in which a plurality of devices of the same model are connected to a host computer.
ホスト・コンピュータに複数個のデバイスが接続されているシステム、例えば、POS端末システム等において、シリアル、パラレル、USB等のインタフェースを介して、デバイスは、ホスト・コンピュータに接続されている。以下、システムとしてPOS端末システムを、デバイスとしてプリンタを例に挙げて説明する。 In a system in which a plurality of devices are connected to a host computer, such as a POS terminal system, the devices are connected to the host computer via an interface such as serial, parallel, or USB. Hereinafter, a POS terminal system as a system and a printer as an example will be described.
また、プリンタとホスト・コンピュータとの種々のインタフェースに対応するため、TTL電圧とCMOS電圧とのレベル変換やインタフェース規格の変換を行うインタフェース装置をプリンタに装着する技術も利用されている(特許文献1参照)。この場合、インタフェース装置を交換するだけで、種々の指令データ、通信インタフェースに対応することができるため、新しい通信インタフェース規格が登場しても、プリンタ本体をそのまま利用することができる。ここで、プリンタに装着されているインタフェース装置の情報等をユーザに認識させるために設定内容を印刷するセルフテスト機能も提案されている(特許文献2参照)。 Further, in order to support various interfaces between the printer and the host computer, a technique of mounting an interface device that performs level conversion between the TTL voltage and the CMOS voltage and conversion of the interface standard on the printer is also used (Patent Document 1). reference). In this case, it is possible to cope with various command data and communication interfaces simply by exchanging the interface device. Therefore, even if a new communication interface standard appears, the printer main body can be used as it is. Here, a self-test function for printing setting contents to make the user recognize the information of the interface device mounted on the printer has also been proposed (see Patent Document 2).
ホスト・コンピュータと同一機種の複数個のプリンタから構成されるPOS端末システムにおいて、シリアル通信の場合は、ホスト・コンピュータ上のコネクタにCOM1、COM2等の物理的な番号がつけられていることから、システムのアプリケーション・ソフトウェアは、プリンタが接続されているコネクタの番号で、プリンタを識別することができる。USBの場合は、ホスト・コンピュータ上のコネクタには、物理的な番号がつけられていない。そのため、ホスト・コンピュータに接続された順番、電源が入れられた順番等に基づいて自動的につけられる論理的な番号(以下、論理名という)により、システムのアプリケーション・ソフトウェアは、プリンタを識別していた。識別させる方法としては、所望の論理名に対して印刷命令を要求し、実際に要求に基づいて印刷を実行したプリンタと、要求した論理名とを対応付けていた。ここで、論理名は、プリンタが同じであっても、インタフェース装置を交換すると異なる論理名がつけられていた。 In a POS terminal system composed of a plurality of printers of the same model as the host computer, in the case of serial communication, a physical number such as COM1, COM2, etc. is attached to the connector on the host computer. The system application software can identify the printer by the number of the connector to which the printer is connected. In the case of USB, no physical number is assigned to the connector on the host computer. Therefore, the system application software identifies printers by logical numbers (hereinafter referred to as logical names) that are automatically assigned based on the order in which they are connected to the host computer, the order in which power is turned on, etc. It was. As a method of identification, a print command is requested for a desired logical name, and a printer that actually executes printing based on the request is associated with the requested logical name. Here, even if the printers are the same, different logical names are assigned when the interface device is replaced.
上述したように、USBの場合、アプリケーション・ソフトウェアにプリンタを識別させる方法として、接続されているプリンタに論理名が自動的につけられた後に、論理名に対して印刷命令を要求し、要求に基づいて実際に印刷を実行したプリンタと要求を論理名とを対応付ける作業を、全ての論理名に対して実行しなければならなかった。したがって、システムのセットアップ作業に時間がかかってしまうという問題点があった。 As described above, in the case of USB, as a method for causing the application software to identify the printer, after a logical name is automatically assigned to the connected printer, a print command is requested for the logical name, and based on the request. Thus, the work of associating the printer that actually executed printing with the logical name with the request had to be executed for all logical names. Therefore, there is a problem that it takes time to set up the system.
また、ホスト・コンピュータに接続された順番、電源が入れられた順番等が変わったとき、新たなプリンタを追加されたりしたとき等においても、上述したような作業をしなければならず、システムのメンテナンス作業の効率を低下させるという問題点もあった。 In addition, when the order of connection to the host computer, the order in which the power is turned on, etc. change, or when a new printer is added, the above-mentioned work must be performed. There was also a problem of reducing the efficiency of maintenance work.
本発明は、以上のような問題点を解決するためになされたもので、USBを介して、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能なデバイス識別システム、デバイス識別方法及びプログラムを提供することを目的とする。 The present invention has been made to solve the above-described problems. In a system in which a plurality of devices of the same model are connected to a host computer via a USB, each device can be efficiently applied. It is an object to provide a device identification system, a device identification method, and a program that can be identified by software.
上述した従来の問題点を解決すべく下記の発明を提供する。 The following invention is provided to solve the above-mentioned conventional problems.
本発明の第1の態様にかかるデバイス識別システムは、ホスト・コンピュータに接続された1個又は複数個のデバイスを制御するアプリケーション・ソフトウェアに、前記デバイスを識別させるデバイス識別システムであって、前記デバイス毎に固有に定義した識別情報に基づいて、前記アプリケーション・ソフトウェアが前記デバイスを識別するためのデバイス名と、前記ホスト・コンピュータに接続された前記デバイスの通信ポートと、を対応付ける通信ポート設定手段と、前記デバイスの通信ポートと、前記ホスト・コンピュータのOSが識別するためのシンボリックリンク名とを、前記識別情報に基づいて管理して、前記デバイスに対するアプリケーション・ソフトウェアの命令を実行させる通信ポート管理手段と、を備えていることを特徴とする。 A device identification system according to a first aspect of the present invention is a device identification system that causes application software that controls one or more devices connected to a host computer to identify the device, Communication port setting means for associating a device name for the application software to identify the device and a communication port of the device connected to the host computer based on identification information uniquely defined for each A communication port management means for managing a communication port of the device and a symbolic link name for identification by the OS of the host computer based on the identification information, and executing an instruction of an application software for the device And equipped with The features.
このような構成であれば、デバイス識別システムは、通信ポート設定手段によって、デバイス毎に固有に定義した識別情報に基づいて、アプリケーション・ソフトウェアがデバイスを識別するためのデバイス名と、ホスト・コンピュータに接続されたデバイスの通信ポートとを対応付けられる。また、通信ポート管理手段によって、デバイスの通信ポートとホスト・コンピュータのOSが識別するためのシンボリックリンク名とを、識別情報に基づいて管理させて、デバイスに対するアプリケーション・ソフトウェアの命令を実行させる。 With this configuration, the device identification system uses the communication port setting means to identify the device name for the application software to identify the device and the host computer based on the identification information uniquely defined for each device. The communication port of the connected device can be associated. Further, the communication port management means manages the communication port of the device and the symbolic link name for identification by the OS of the host computer based on the identification information, and executes the instruction of the application software for the device.
これにより、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能となる。したがって、システムのセットアップ作業効率を向上させることが可能となる。また、システムにデバイスを追加したり、削除したりするメンテナンス作業の効率を向上させることも可能となる。 Accordingly, in a system in which a plurality of devices of the same model are connected to the host computer, each device can be efficiently identified by the application software. Therefore, it is possible to improve the setup work efficiency of the system. It is also possible to improve the efficiency of maintenance work for adding or deleting devices in the system.
本発明の他の態様にかかるデバイス識別システムは、上述した本発明の態様にかかるデバイス識別システムの前記通信ポート設定手段が、前記デバイスの通信ポートを識別する前記識別情報を入力する識別情報入力手段と、前記識別情報入力手段によって入力された前記識別情報を、前記デバイス名に割り付けるデバイス割付手段と、を備えていることを特徴とする。 In the device identification system according to another aspect of the present invention, the identification information input means for inputting the identification information for identifying the communication port of the device by the communication port setting means of the device identification system according to the aspect of the present invention described above. And device allocating means for allocating the identification information input by the identification information input means to the device name.
このような構成であれば、デバイス識別システムの通信ポート設定手段は、識別情報入力手段によって、デバイスの通信ポートを識別する識別情報を入力させる。また、デバイス割付手段によって、識別情報をデバイス名に割り付けられる。 With this configuration, the communication port setting unit of the device identification system causes the identification information input unit to input identification information for identifying the communication port of the device. Further, the identification information can be assigned to the device name by the device assigning means.
これにより、入力された識別情報により各デバイスをアプリケーション・ソフトウェアに識別させることが可能となる。 As a result, each device can be identified by the application software based on the input identification information.
本発明の他の態様にかかるデバイス識別システムは、上述した本発明の態様にかかるデバイス識別システムの前記通信ポート管理手段が、前記識別情報に基づいて、前記シンボリックリンク名を生成するシンボリックリンク名生成手段を備えていることを特徴とする。 According to another aspect of the present invention, there is provided a device identification system in which the communication port management unit of the device identification system according to the aspect of the present invention generates the symbolic link name based on the identification information. Means are provided.
このような構成であれば、デバイス識別システムの前記通信ポート管理手段は、シンボリックリンク名生成手段により、識別情報に基づいて、シンボリックリンク名を生成させる。 With such a configuration, the communication port management means of the device identification system causes the symbolic link name generation means to generate a symbolic link name based on the identification information.
これにより、識別情報とシンボリックリンク名との対応付け処理(例えば、論理名とシンボリックリンク名とを対応付けて、レジストリへ格納する処理)、及び識別情報によるシンボリックリンク名の検索処理(例えば、Windows(登録商標)OSにおいて、論理名に対応付けられたシンボリックリンク名をレジストリから検索する処理)を実行する必要がなくなり、より汎用性のあるシステムを構築することが可能となる。 As a result, a process for associating identification information with a symbolic link name (for example, a process for associating a logical name with a symbolic link name and storing it in the registry), and a process for searching for a symbolic link name based on the identification information (for example, Windows) In the (registered trademark) OS, there is no need to execute a process of searching a symbolic link name associated with a logical name from a registry, and a more versatile system can be constructed.
本発明の他の態様にかかるデバイス識別システムは、上述した本発明の態様にかかるデバイス識別システムの前記シンボリックリンク名生成手段が、前記識別情報、及び前記識別情報に基づいた所定のルールに基づいて、前記シンボリックリンク名を生成することを特徴とする。 In the device identification system according to another aspect of the present invention, the symbolic link name generation unit of the device identification system according to the aspect of the present invention described above is based on the identification information and a predetermined rule based on the identification information. The symbolic link name is generated.
これにより、識別情報とシンボリックリンク名との対応付け処理、及び識別情報によるシンボリックリンク名の検索処理を実行する必要がなくなり、より汎用性のあるシステムを構築することが可能となる。 As a result, it is not necessary to execute a process for associating identification information with a symbolic link name and a process for searching for a symbolic link name based on the identification information, and a more versatile system can be constructed.
本発明の他の態様にかかるデバイス識別システムは、前記ホスト・コンピュータと前記デバイスとの間のインタフェースがUSBである場合、上述した本発明の態様にかかるデバイス識別システムの前記識別情報が、前記デバイスがインタフェース装置を介して前記ホスト・コンピュータに接続されているときは、前記インタフェース装置毎に予め固有に定義されているシリアル番号であり、前記デバイスがインタフェース装置を介さずに前記ホスト・コンピュータに接続されているときは、前記デバイス毎に予め固有に定義されているシリアル番号であることを特徴とする。 In the device identification system according to another aspect of the present invention, when the interface between the host computer and the device is USB, the identification information of the device identification system according to the aspect of the present invention described above is the device. Is connected to the host computer via an interface device, the serial number is uniquely defined in advance for each interface device, and the device is connected to the host computer without going through the interface device. The serial number is uniquely defined in advance for each device.
これにより、USBを介して、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能となる。 As a result, in a system in which a plurality of devices of the same model are connected to the host computer via the USB, each device can be efficiently identified by the application software.
本発明の第1の態様にかかるデバイス識別方法は、ホスト・コンピュータに接続された1個又は複数個のデバイスを制御するアプリケーション・ソフトウェアに、前記デバイスを識別させるデバイス識別方法であって、前記デバイス毎に固有に定義した識別情報に基づいて、前記アプリケーション・ソフトウェアが前記デバイスを識別するためのデバイス名と、前記ホスト・コンピュータに接続された前記デバイスの通信ポートと、を対応付ける通信ポート設定工程と、前記デバイスの通信ポートと前記ホスト・コンピュータのOSが識別するためのシンボリックリンク名とを、前記識別情報に基づいて管理して、前記デバイスに対するアプリケーション・ソフトウェアの命令を実行させる通信ポート管理工程と、を備えていることを特徴とする。 A device identification method according to a first aspect of the present invention is a device identification method for causing an application software that controls one or more devices connected to a host computer to identify the device, the device identifying method A communication port setting step for associating a device name for the application software to identify the device and a communication port of the device connected to the host computer based on identification information uniquely defined for each A communication port management step of managing a communication port of the device and a symbolic link name for identification by the OS of the host computer based on the identification information, and executing an application software instruction for the device; With the features of That.
これにより、上述した本発明の態様にかかるデバイス識別システムと同等の効果が得られる。 Thereby, an effect equivalent to that of the device identification system according to the aspect of the present invention described above can be obtained.
本発明の他の態様にかかるデバイス識別方法は、上述した本発明の態様にかかるデバイス識別方法の前記通信ポート設定工程が、前記デバイスの通信ポートを識別する前記識別情報を入力する識別情報入力工程と、前記識別情報入力工程によって入力された前記識別情報を、前記デバイス名に割り付けるデバイス割付工程と、を備えていることを特徴とする。 A device identification method according to another aspect of the present invention is the identification information input step in which the communication port setting step of the device identification method according to the aspect of the present invention described above inputs the identification information for identifying the communication port of the device. And a device allocating step of allocating the identification information input in the identification information input step to the device name.
これにより、上述した本発明の態様にかかるデバイス識別システムと同等の効果が得られる。 Thereby, an effect equivalent to that of the device identification system according to the aspect of the present invention described above can be obtained.
本発明の他の態様にかかるデバイス識別方法は、上述した本発明の態様にかかるデバイス識別方法の前記通信ポート管理工程が、前記識別情報に基づいて、前記シンボリックリンク名を生成するシンボリックリンク名生成工程を備えていることを特徴とする。 A device identification method according to another aspect of the present invention is a symbolic link name generation in which the communication port management step of the device identification method according to the aspect of the present invention described above generates the symbolic link name based on the identification information. It has the process, It is characterized by the above-mentioned.
これにより、上述した本発明の態様にかかるデバイス識別システムと同等の効果が得られる。 Thereby, an effect equivalent to that of the device identification system according to the aspect of the present invention described above can be obtained.
本発明の他の態様にかかるデバイス識別方法は、上述した本発明の態様にかかるデバイス識別方法の前記シンボリックリンク名生成工程が、前記識別情報、及び前記識別情報に基づいた所定のルールに基づいて、前記シンボリックリンク名を生成することを特徴とする。 In the device identification method according to another aspect of the present invention, the symbolic link name generation step of the device identification method according to the aspect of the present invention described above is based on the identification information and a predetermined rule based on the identification information. The symbolic link name is generated.
これにより、上述した本発明の態様にかかるデバイス識別システムと同等の効果が得られる。 Thereby, an effect equivalent to that of the device identification system according to the aspect of the present invention described above can be obtained.
本発明の他の態様にかかるデバイス識別方法は、前記ホスト・コンピュータと前記デバイスとのインタフェースがUSBである場合、上述した本発明の態様にかかるデバイス識別方法の前記識別情報が、前記デバイスがインタフェース装置を介して前記ホスト・コンピュータに接続されているときは、前記インタフェース装置毎に予め固有に定義されているシリアル番号であり、前記デバイスがインタフェース装置を介さずに前記ホスト・コンピュータに接続されているときは、前記デバイス毎に予め固有に定義されているシリアル番号であることを特徴とする。 In the device identification method according to another aspect of the present invention, when the interface between the host computer and the device is USB, the identification information of the device identification method according to the aspect of the present invention described above is the interface of the device. When connected to the host computer via a device, the serial number is uniquely defined in advance for each interface device, and the device is connected to the host computer without going through the interface device. Is a serial number uniquely defined in advance for each device.
これにより、上述した本発明の態様にかかるデバイス識別システムと同等の効果が得られる。 Thereby, an effect equivalent to that of the device identification system according to the aspect of the present invention described above can be obtained.
本発明の第1の態様にかかるプログラムは、ホスト・コンピュータに接続された1個又は複数個のデバイスを制御するアプリケーション・ソフトウェアに、前記デバイスを識別させる処理を、コンピュータに実行させるプログラムであって、上述した本発明の態様にかかるデバイス識別システムの各手段を実現させる処理を前記コンピュータに実行させることを特徴とする。 A program according to a first aspect of the present invention is a program for causing a computer to execute a process for causing an application software that controls one or more devices connected to a host computer to identify the device. The computer is caused to execute processing for realizing each means of the device identification system according to the above-described aspect of the present invention.
このような構成であれば、コンピュータによってプログラムが読み取られ、読み取られたプログラムによって、コンピュータが処理を実行すると、上述した本発明の態様にかかるデバイス識別システムと同等の作用及び効果が得られる。 If it is such a structure, when a computer reads a program and a computer performs a process with the read program, the effect | action and effect equivalent to the device identification system concerning the aspect of this invention mentioned above will be acquired.
本発明によれば、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能となる。したがって、システムのセットアップ作業効率を向上させることが可能となる。また、システムにデバイスを追加したり、削除したりするメンテナンス作業の効率を向上させることも可能となる。 According to the present invention, in a system in which a plurality of devices of the same model are connected to a host computer, each device can be efficiently identified by application software. Therefore, it is possible to improve the setup work efficiency of the system. It is also possible to improve the efficiency of maintenance work for adding or deleting devices in the system.
この発明の一実施態様を、図面を参照しながら説明する。なお、以下に説明する実施態様は説明のためのものであり、本発明の範囲を制限するものではない。従って、当業者であればこれらの各要素もしくは全要素をこれと均等なものによって置換した実施態様を採用することが可能であるが、これらの実施態様も本発明の範囲に含まれる。 An embodiment of the present invention will be described with reference to the drawings. In addition, the embodiment described below is for explanation, and does not limit the scope of the present invention. Accordingly, those skilled in the art can employ embodiments in which each or all of these elements are replaced by equivalents thereof, and these embodiments are also included in the scope of the present invention.
図1は、POS端末システムのシステム構成の一例を示す図である。図1に示すように、POS端末システム10は、ホスト・コンピュータ12、プリンタ14a〜c及びインタフェース装置16a〜cによって構成されている。図1は、ホスト・コンピュータ12とプリンタ14a〜cを中心に説明したものであり、実際のPOS端末システムではこの他に、不図示のキーボード、バーコードスキャナ、キャッシュドロワ、ディスプレイおよび磁気カードリーダーなどが備えられている。プリンタ14a〜cは、例えばレシート用、ジャーナル用、クーポン用およびラベル用など、それぞれ異なるアプリケーション・ソフトウェア用に備えられている。
FIG. 1 is a diagram illustrating an example of a system configuration of a POS terminal system. As shown in FIG. 1, the
ホスト・コンピュータ12は、POS端末システム10の各種機能を実現するアプリケーション・ソフトウェアを備えている。また、ホスト・コンピュータ12は、レシート、ジャーナル等を印刷するためのプリンタ14a〜cと、インタフェース装置16a〜cを介して接続されている。また、ホスト・コンピュータ12は、インタフェース装置16a〜cと通信回線20を介して接続されている。通信回線20においては、シリアル・ケーブル、パラレル・ケーブル、ネットワーク・ケーブル、USB(Universal Serial Bus)等、各種の通信形態により提供される通信プロトコルを採用することができる。以下、USBを例に挙げて説明する。
The
図2は、本発明のデバイス識別システムのブロック図の一例である。以下に、各機能について説明する。 FIG. 2 is an example of a block diagram of the device identification system of the present invention. Each function will be described below.
図2に示すように、ホスト・コンピュータ12は、主制御手段30、通信ポート設定手段32及び通信ポート管理手段34を備えている。また、更に、通信ポート設定手段32は、識別情報入力手段40及びデバイス割付手段42を備え、通信ポート管理手段34は、シンボリックリンク名生成手段44を備えている。
As shown in FIG. 2, the
通信ポート設定手段32は、プリンタ14a〜cの各々に固有に定義した識別情報、例えば、USBのシリアル番号に基づいて、アプリケーション・ソフトウェアがプリンタ14a〜cを識別するためのデバイス名と、プリンタ14a〜cの通信ポートとを対応付ける。プリンタ14a〜cの各々にインタフェース装置16a〜cが装着されていることから、プリンタ14a〜cのUSBのシリアル番号は、インタフェース装置16a〜cのシリアル番号である。
The communication
識別情報入力手段40は、プリンタ14a〜cの通信ポートを識別する識別情報、例えば、インタフェース装置15a〜cのシリアル番号を入力する。インタフェース装置16a〜cのシリアル番号は、プリンタ14a〜cのセルフテスト機能により、プリンタ14a〜cに装着しているインタフェース装置16a〜cのシリアル番号を印刷させることができる。印刷したインタフェース装置15a〜cのシリアル番号により、ユーザに認識させることができる。
The identification information input means 40 inputs identification information for identifying the communication ports of the
デバイス割付手段42は、識別情報入力手段40によって入力された識別情報を、アプリケーション・ソフトウェアがプリンタ14a〜cを識別するためのデバイス名に割り付け、割り付けた情報を所定の記憶部に記憶させる。
The
通信ポート管理手段34は、識別情報に基づいて、プリンタ14a〜cの通信ポートとホスト・コンピュータ12のOSが識別するためのシンボリックリンク名とを管理して、プリンタ14a〜cに対する命令を実行する。
Based on the identification information, the communication port management means 34 manages the communication ports of the
シンボリックリンク名生成手段44は、識別情報に基づいて、シンボリックリンク名を生成する。例えば、Windows(登録商標)のOSのシンボリックリンク名は、「シンボリックリンク名」=「会社名」+「シリアル番号」+「ドライバ番号」である。会社名及びドライバ番号は、既知の情報であることから、シリアル番号からシンボリックリンク名を生成することができる。
The symbolic link
主制御手段30は、通信ポート設定手段32及び通信ポート管理手段34のそれぞれの手段を相互に関連付けて制御する。
The
図3は、プリンタを識別する手順を示すフローチャート図の一例である。 FIG. 3 is an example of a flowchart illustrating a procedure for identifying a printer.
まず、プリンタ14a〜cの識別情報を取得する(S102)。ここで、識別情報を、USBのシリアル番号とする。したがって、上述の図1に示したように、プリンタ14a〜cには、インタフェース装置16a〜cが装着されていることから、識別情報は、インタフェース装置16a〜cのシリアル番号となる。インタフェース装置16a〜cのシリアル番号は、プリンタ14a〜cに内蔵されているセルフテスト機能により印刷することができる。
First, identification information of the
次に、取得したプリンタ14a〜cの識別情報を、即ち、インタフェース装置16a〜cのシリアル番号を、ホスト・コンピュータ12に接続されたプリンタ14a〜cの通信ポートとして設定し、アプリケーション・ソフトウェアがプリンタ14a〜cを識別するためのデバイス名に、対応付ける(S104)。
Next, the acquired identification information of the
最後に、OSが識別するためのシンボリックリンク名を、シリアル番号に基づいて管理して、アプリケーション・ソフトウェアによるプリンタへの印刷命令が実行される(S106)。 Finally, a symbolic link name for identification by the OS is managed based on the serial number, and a print command to the printer by the application software is executed (S106).
図4は、アプリケーション・ソフトウェアがプリンタに対して印刷命令を要求するときの通信ポートの管理を説明するための図である。 FIG. 4 is a diagram for explaining management of communication ports when application software requests a print command to the printer.
図4に示すように、アプリケーション・ソフトウェアは、印刷命令を要求するプリンタに対応付けられたシリアル番号を、プリンタドライバに渡す(図中(1))。プリンタドライバは、受け取ったシリアル番号から、OSが識別するためのシンボリックリンク名を生成する(図中(2))。例えば、Windows(登録商標)のOSのシンボリックリンク名は、「シンボリックリンク名」=「会社名」+「シリアル番号」+「ドライバ番号」である。会社名及びドライバ番号は、プリンタドライバ自身が知っている情報であることから、プリンタドライバは、シリアル番号がわかれば、シンボリックリンク名を生成することができる。プリンタドライバは、生成したシンボリックリンク名を、OSに渡す(図中(3))。このようにして、通信ポートを管理しながら、アプリケーション・ソフトウェアによるプリンタへの印刷命令が実行される。 As shown in FIG. 4, the application software passes the serial number associated with the printer that requests the print command to the printer driver ((1) in the figure). The printer driver generates a symbolic link name for identification by the OS from the received serial number ((2) in the figure). For example, the symbolic link name of the OS of Windows (registered trademark) is “symbolic link name” = “company name” + “serial number” + “driver number”. Since the company name and driver number are information that the printer driver knows, the printer driver can generate a symbolic link name if the serial number is known. The printer driver passes the generated symbolic link name to the OS ((3) in the figure). In this way, a print command to the printer by the application software is executed while managing the communication port.
次に、上述したステップS104の詳細を説明する。 Next, details of step S104 described above will be described.
図5は、通信ポートの設定手順示すフローチャート図の一例であり、図6は、USBのシリアル番号を設定するダイアログの一例を示す図である。 FIG. 5 is an example of a flowchart illustrating a communication port setting procedure, and FIG. 6 is an example of a dialog for setting a USB serial number.
図5に示すように、通信ポートの設定は、まず、プリンタ14a〜cに装着されているインタフェース装置16a〜cのシリアル番号を、ホスト・コンピュータ12に接続されたプリンタ14a〜cの通信ポートとして入力する(S202)。シリアル番号の入力は、図6に示すように、識別名の種類として、シリアル番号を種類入力エリア50で選択し、シリアル番号を識別名入力エリア52に入力する。
As shown in FIG. 5, the communication port is set by first using the serial numbers of the interface devices 16a to 16c attached to the
図5に戻り、入力されたシリアル番号を通信ポートとして、アプリケーション・ソフトウェアがプリンタ14a〜cを識別するためのデバイス名に対応付け、所定の記憶部に格納する(S204)。
Returning to FIG. 5, using the input serial number as a communication port, the application software associates it with a device name for identifying the
上述の説明では、図1に示すように、プリンタ14a〜cはインタフェース装置16a〜cが装着されていることから、識別情報はインタフェース装置16a〜cの固有のシリアル番号を取得して用いている。しかし、プリンタ14a〜cがインタフェース装置16a〜cを備えていない場合(プリンタ14a〜c内にインタフェース装置機能を保有している場合)には、プリンタ14a〜cの固有のシリアル番号を用いてもよい。
In the above description, as shown in FIG. 1, since the
また上述の説明では、図1のように、ホスト・コンピュータ12とプリンタ14a〜cを中心に説明したが、1個又は複数個のプリンタ以外の複数種のデバイス、キーボード、バーコードスキャナ、キャッシュドロワ、ディスプレイ、磁気カードリーダー、メモリ装置などの場合でもよい。また複数種のデバイスの組合せでもよい。この場合も各デバイスがインタフェース装置を備えていても備えていなくても、それぞれの固有のシリアル番号を用いればよい。
In the above description, the
また、上述したように、ホスト・コンピュータ12に、通信ポート設定手段32及び通信ポート管理手段34を備えることにより、ホスト・コンピュータに複数個の同一機種のデバイスが接続されているシステムにおいて、効率よく各デバイスをアプリケーション・ソフトウェアに識別させることが可能となる。したがって、システムのセットアップ作業効率を向上させることが可能となる。また、システムにデバイスを追加したり、削除したりするメンテナンス作業の効率を向上させることも可能となる。
Further, as described above, the
また、上述した図3のステップS104及びS106に示す処理、並びに図5のフローチャートに示す処理を実行する場合に、ホスト・コンピュータ12のROMに予め格納されている制御プログラムを実行する場合について説明したが、これらの各工程を実行させるプログラムを記録した情報記録媒体から、そのプログラムをRAMに読み込んで実行するようにしても良い。
Further, the case where the control program stored in advance in the ROM of the
ここで、情報記録媒体とは、RAM、ROM等の半導体記録媒体、FD、HD等の磁気記憶型記録媒体、CD、CDV、LD、DVD等の光学的読取方式記録媒体、MO等の磁気記憶型/光学的読取方式記録媒体であって、電子的、磁気的、光学等の読み取り方法のいかんにかかわらず、コンピュータによって読み取り可能な情報記録媒体であれば、あらゆる情報記録媒体を含むものである。また、プログラムを、ネットワークを経由してダウンロードして実行するようにしても良い。 Here, the information recording medium is a semiconductor recording medium such as RAM or ROM, a magnetic storage type recording medium such as FD or HD, an optical reading type recording medium such as CD, CDV, LD, or DVD, or a magnetic storage such as MO. Any type / optical reading type recording medium, including any information recording medium that can be read by a computer, regardless of electronic, magnetic, optical, or other reading methods. The program may be downloaded and executed via a network.
10 POS端末システム
12 ホスト・コンピュータ
14a〜c プリンタ
16a〜c インタフェース装置
20 通信回線
30 主制御手段
32 通信ポート設定手段
34 通信ポート管理手段
40 識別情報入力手段
42 デバイス割付手段
44 シンボリックリンク名生成手段
DESCRIPTION OF
Claims (11)
前記デバイス毎に固有に定義した識別情報に基づいて、前記アプリケーション・ソフトウェアが前記デバイスを識別するためのデバイス名と、前記ホスト・コンピュータに接続された前記デバイスの通信ポートと、を対応付ける通信ポート設定手段と、
前記デバイスの通信ポートと前記ホスト・コンピュータのOSが識別するためのシンボリックリンク名とを、前記識別情報に基づいて管理して、前記デバイスに対するアプリケーション・ソフトウェアの命令を実行させる前記通信ポート管理手段と、
を備えていることを特徴とするデバイス識別システム。 A device identification system that causes application software that controls one or more devices connected to a host computer to identify the device,
Communication port setting for associating a device name for the application software to identify the device and a communication port of the device connected to the host computer based on identification information uniquely defined for each device Means,
The communication port management means for managing a communication port of the device and a symbolic link name for identification by the OS of the host computer based on the identification information, and executing an instruction of an application software for the device; ,
A device identification system comprising:
前記デバイスの通信ポートを識別する前記識別情報を入力する識別情報入力手段と、
前記識別情報入力手段によって入力された前記識別情報を、前記デバイス名に割り付けるデバイス割付手段と、
を備えていることを特徴とする請求項1に記載のデバイス識別システム。 The communication port setting means includes
Identification information input means for inputting the identification information for identifying the communication port of the device;
Device assignment means for assigning the identification information input by the identification information input means to the device name;
The device identification system according to claim 1, comprising:
前記識別情報に基づいて、前記シンボリックリンク名を生成するシンボリックリンク名生成手段を備えていることを特徴とする請求項1又は2に記載のデバイス識別システム。 The communication port management means includes
The device identification system according to claim 1, further comprising: a symbolic link name generation unit configured to generate the symbolic link name based on the identification information.
前記識別情報、及び前記識別情報に基づいた所定のルールに基づいて、前記シンボリックリンク名を生成することを特徴とする請求項3に記載のデバイス識別システム。 The symbolic link name generation means includes:
The device identification system according to claim 3, wherein the symbolic link name is generated based on the identification information and a predetermined rule based on the identification information.
前記デバイス毎に固有に定義した識別情報に基づいて、前記アプリケーション・ソフトウェアが前記デバイスを識別するためのデバイス名と、前記ホスト・コンピュータに接続された前記デバイスの通信ポートと、を対応付ける通信ポート設定工程と、
前記デバイスの通信ポートと前記ホスト・コンピュータのOSが識別するためのシンボリックリンク名とを、前記識別情報に基づいて管理して、前記デバイスに対するアプリケーション・ソフトウェアの命令を実行させる通信ポート管理工程と、
を備えていることを特徴とするデバイス識別方法。 A device identification method for causing an application software that controls one or more devices connected to a host computer to identify the device,
Communication port setting for associating a device name for the application software to identify the device and a communication port of the device connected to the host computer based on identification information uniquely defined for each device Process,
A communication port management step of managing a communication port of the device and a symbolic link name for identification by the OS of the host computer based on the identification information, and executing an instruction of application software for the device;
A device identification method comprising:
前記デバイスの通信ポートを識別する前記識別情報を入力する識別情報入力工程と、
前記識別情報入力工程によって入力された前記識別情報を、前記デバイス名に割り付けるデバイス割付工程と、
を備えていることを特徴とする請求項6に記載のデバイス識別方法。 The communication port setting step includes:
An identification information input step for inputting the identification information for identifying a communication port of the device;
A device assignment step for assigning the identification information input by the identification information input step to the device name;
The device identification method according to claim 6, further comprising:
前記識別情報に基づいて、前記シンボリックリンク名を生成するシンボリックリンク名生成工程を備えていることを特徴とする請求項6又は7に記載のデバイス識別方法。 The communication port management process includes:
8. The device identification method according to claim 6, further comprising a symbolic link name generation step for generating the symbolic link name based on the identification information.
前記識別情報、及び前記識別情報に基づいた所定のルールに基づいて、前記シンボリックリンク名を生成することを特徴とする請求項8に記載のデバイス識別方法。 The symbolic link name generation step includes
The device identification method according to claim 8, wherein the symbolic link name is generated based on the identification information and a predetermined rule based on the identification information.
請求項1から5のいずれか1項に記載のデバイス識別システムの各手段を実現させる処理を前記コンピュータに実行させるプログラム。 A program that causes a computer to execute a process of identifying application devices that control one or more devices connected to a host computer.
The program which makes the said computer perform the process which implement | achieves each means of the device identification system of any one of Claim 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005203926A JP4852909B2 (en) | 2005-07-13 | 2005-07-13 | Device identification apparatus, device identification method, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005203926A JP4852909B2 (en) | 2005-07-13 | 2005-07-13 | Device identification apparatus, device identification method, and program |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2007025846A true JP2007025846A (en) | 2007-02-01 |
JP2007025846A5 JP2007025846A5 (en) | 2008-08-14 |
JP4852909B2 JP4852909B2 (en) | 2012-01-11 |
Family
ID=37786549
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005203926A Expired - Fee Related JP4852909B2 (en) | 2005-07-13 | 2005-07-13 | Device identification apparatus, device identification method, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4852909B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10270611B2 (en) | 2016-10-14 | 2019-04-23 | Fujitsu Limited | Information processing method and information processing system |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004096338A (en) * | 2002-08-30 | 2004-03-25 | Casio Soft Co Ltd | Information processor, port selecting method, and program thereof |
-
2005
- 2005-07-13 JP JP2005203926A patent/JP4852909B2/en not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004096338A (en) * | 2002-08-30 | 2004-03-25 | Casio Soft Co Ltd | Information processor, port selecting method, and program thereof |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10270611B2 (en) | 2016-10-14 | 2019-04-23 | Fujitsu Limited | Information processing method and information processing system |
Also Published As
Publication number | Publication date |
---|---|
JP4852909B2 (en) | 2012-01-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8305590B2 (en) | Driver of server managing image forming device drivers, and data printing method using the same | |
US11023188B2 (en) | Information processing apparatus and non-transitory computer readable medium for presenting a schedule of plural print jobs | |
JP2008532128A5 (en) | ||
JP6439854B2 (en) | Preserve logical page order in print jobs | |
JP2007226809A (en) | Non-postscript printer description file generation tool | |
CN108388408A (en) | A kind of print out task management method and equipment | |
CN104871126A (en) | Terminal apparatus, output system, and output method | |
JP2019211809A (en) | Printing process management apparatus and printing process management program | |
JP5891881B2 (en) | Information processing apparatus and information processing program | |
US10771649B2 (en) | Management server for managing multiple identifications of an image processing apparatus, and information processing system and information processing method therefor | |
KR100601696B1 (en) | Method and apparatus for processing image file directly | |
CN102779018A (en) | Control apparatus, control method, and control system | |
CN105302504A (en) | INFORMATION PROCESSING APPARATUS and INFORMATION PROCESSING METHOD | |
US7924447B2 (en) | Method and system for workload balancing | |
JP2007025928A (en) | Device control system, device control processing method and device control program | |
JP4852909B2 (en) | Device identification apparatus, device identification method, and program | |
US20130250350A1 (en) | Information processing apparatus, non-transitory computer readable medium storing information processing program, and information processing method | |
JP5853978B2 (en) | Information processing apparatus and information processing program | |
JP2013120559A (en) | Information processing system, information processing method, and program | |
JP2009140063A (en) | File management module, printing device, file management method, file management program | |
JP2006209512A (en) | Information processor | |
US11144255B2 (en) | Information processing apparatus, non-transitory computer readable medium storing information processing program, and information processing method | |
JP2019193041A (en) | Information processing device, information processing program, and information processing system | |
JP2005339106A (en) | Printer address monitoring system | |
JP4917560B2 (en) | Image forming apparatus and control method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20070404 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080701 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080701 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20101224 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110105 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110218 |
|
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: 20110927 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20111010 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141104 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4852909 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |