JP4871675B2 - Image processing apparatus, image processing apparatus control method, and computer program - Google Patents
Image processing apparatus, image processing apparatus control method, and computer program Download PDFInfo
- Publication number
- JP4871675B2 JP4871675B2 JP2006232610A JP2006232610A JP4871675B2 JP 4871675 B2 JP4871675 B2 JP 4871675B2 JP 2006232610 A JP2006232610 A JP 2006232610A JP 2006232610 A JP2006232610 A JP 2006232610A JP 4871675 B2 JP4871675 B2 JP 4871675B2
- Authority
- JP
- Japan
- Prior art keywords
- processing apparatus
- image processing
- identification information
- functions
- external device
- 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
Links
Images
Landscapes
- Facsimiles In General (AREA)
Description
本発明は、画像処理装置、画像処理装置の制御方法、及びコンピュータプログラムに関し、特に、画像処理を行うために用いて好適なものである。 The present invention relates to an image processing apparatus, a method for controlling the image processing apparatus, and a computer program , and is particularly suitable for use in performing image processing.
従来から、複数のプリンタ言語(PCL(Printer Control Language)や、PostScript等)を一つの装置でサポートする画像処理装置が知られている。このような画像処理装置では、コマンドにプリンタ言語の属性をもたせることによって、同一のインタフェースで、複数のプリンタ言語のサポートを実現している。 2. Description of the Related Art Conventionally, an image processing apparatus that supports a plurality of printer languages (PCL (Printer Control Language), PostScript, etc.) with one apparatus is known. In such an image processing apparatus, by providing a printer language attribute to a command, a plurality of printer languages can be supported by the same interface.
また、マイクロソフト社製のOS(Operating System)であるWindows(登録商標)では、情報処理装置(PC)に接続された画像処理装置の機種を自動的に検出している。そして、検出した機種に応じたプリンタドライバを検索してインストールを行う機能を備えている。かかる機能をプラグアンドプレイ(Plug and Play)と称する。このプラグアンドプレイでは、情報処理装置(PC)が画像処理装置からデバイスIDを取得し、取得したデバイスIDに対応するプリンタドライバをインストールすることができるようにしている。 In addition, Windows (registered trademark), which is an operating system (OS) manufactured by Microsoft, automatically detects the model of an image processing apparatus connected to an information processing apparatus (PC). It has a function of searching for and installing a printer driver corresponding to the detected model. Such a function is called “Plug and Play”. In this plug and play, an information processing apparatus (PC) acquires a device ID from an image processing apparatus, and a printer driver corresponding to the acquired device ID can be installed.
かかる技術を利用して、一つのデバイスIDに対して複数のプリンタドライバが使用できる場合に、どのプリンタドライバをプラグアンドプレイでインストールするのかを情報処理装置(PC)側で選択する技術が提案されている(特許文献1を参照)。また、新たに拡張装置が装着されると、装着された拡張装置に応じたデバイスIDを画像処理装置から情報処理装置(PC)に発行する技術が提案されている(特許文献2を参照)。 Using this technique, when a plurality of printer drivers can be used for one device ID, a technique for selecting which printer driver to install by plug and play on the information processing apparatus (PC) side has been proposed. (See Patent Document 1). Also, a technique has been proposed in which when a new expansion device is attached, a device ID corresponding to the attached expansion device is issued from the image processing apparatus to the information processing apparatus (PC) (see Patent Document 2).
しかしながら、前述した複数のプリンタ言語をサポートしている画像処理装置では、一つのデバイスIDに対して、複数のプリンタドライバが対応する構成になっている。このため、画像処理装置と情報処理装置(PC)とがUSB(Universal Serial Bus)で相互に接続されたときに、プラグアンドプレイが一度しか発生しない。従って、複数のプリンタ言語を使用したい場合や、どのプリンタ言語を使用するのかを選択したい場合のために特殊なインストーラを提供する必要があった。 However, in the image processing apparatus that supports the plurality of printer languages described above, a plurality of printer drivers correspond to one device ID. For this reason, when the image processing apparatus and the information processing apparatus (PC) are connected to each other via USB (Universal Serial Bus), plug and play occurs only once. Therefore, it is necessary to provide a special installer for a case where it is desired to use a plurality of printer languages or a case where it is desired to select which printer language is used.
そこで、近年、複数の機能(プリンタ、スキャナ、PC、FAX等)を有する複合機等の画像処理装置において、論理的なUSBインタフェースを機能毎に分ける「USB Composite」という手法が出てきている。この手法では、画像処理装置と情報処理装置(PC)とがUSBで相互に接続されたときに、プラグアンドプレイは画像処理装置が有する機能の数だけ発生することになる。従って、画像処理装置が複数の機能を有する場合でも、プラグアンドプレイだけで全機能分のプリンタドライバを情報処理装置(PC)にインストールすることが可能となる。 Therefore, in recent years, a method called “USB Composite” has been developed in which a logical USB interface is divided into functions in an image processing apparatus such as a multifunction peripheral having a plurality of functions (printer, scanner, PC, FAX, etc.). In this method, when the image processing apparatus and the information processing apparatus (PC) are connected to each other via USB, plug-and-play occurs for the number of functions of the image processing apparatus. Therefore, even when the image processing apparatus has a plurality of functions, it is possible to install printer drivers for all functions in the information processing apparatus (PC) with only plug and play.
しかしながら、前述した複数のプリンタ言語をサポートする画像処理装置に「USB Composite」を適用した場合、プリンタ言語分の複数のプリンタドライバが自動的にインストールされてしまう。このため、ユーザが使用としない不要なプリンタドライバまで情報処理装置(PC)に自動的にインストールされてしまい、ユーザが困惑する原因となっていた。例えば、ユーザが使用しないプリンタドライバを削除した場合でも、情報処理装置(PC)と画像処理装置とをUSBで再接続した場合や、情報処理装置を再起動した場合に、プラグアンドプレイが毎回発生してしまうというという問題点があった。 However, when “USB Composite” is applied to the above-described image processing apparatus that supports a plurality of printer languages, a plurality of printer drivers corresponding to the printer languages are automatically installed. For this reason, unnecessary printer drivers that are not used by the user are automatically installed in the information processing apparatus (PC), causing the user to be confused. For example, even if the user deletes a printer driver that is not used, plug-and-play occurs every time the information processing device (PC) and the image processing device are reconnected by USB or the information processing device is restarted There was a problem that it would.
本発明は、このような問題点に鑑みてなされたものであり、画像処理装置が有する複数の機能のうち、必要な機能だけを情報処理装置で設定できるようにすることを目的とする。 SUMMARY An advantage of some aspects of the invention is that an information processing apparatus can set only necessary functions among a plurality of functions of an image processing apparatus.
本発明の画像処理装置は、ファクシミリ機能及びプリンタ機能を含む複数の機能を有し、当該複数の機能のそれぞれに対応する複数の識別情報を記憶している画像処理装置であって、外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースと、前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定手段と、前記通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け手段と、前記要求に応じて、スキャン機能に対応する識別情報と、前記設定手段により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信手段とを有することを特徴とする。 The image processing apparatus of the present invention has a plurality of functions including a facsimile function and a printer function, an image processing apparatus which stores a plurality of identification information corresponding to each of the plurality of functions, and an external device A communication interface corresponding to the USB (Universal Serial Bus) communication standard for connection when performing the communication of the above, and identification information corresponding to one or a plurality of functions selected by the user from the plurality of functions are set. setting means for, a request for acquisition of the identification information through the communication interface, and receiving means for receiving from said external device, in response to the previous SL request, the identification information corresponding to the scanning function, set by the setting means Transmission means for transmitting a response including the identification information to the external device.
本発明の画像処理装置の制御方法は、ファクシミリ機能及びプリンタ機能を含む複数の機能を有し、当該複数の機能のそれぞれに対応する複数の識別情報を記憶している画像処理装置の制御方法であって、前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定工程と、外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け工程と、前記要求に応じて、スキャン機能に対応する識別情報と、前記設定工程により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信工程とを有することを特徴とする。 An image processing apparatus control method according to the present invention is a control method for an image processing apparatus having a plurality of functions including a facsimile function and a printer function and storing a plurality of identification information corresponding to each of the plurality of functions. A setting step for setting identification information corresponding to one or a plurality of functions selected by the user from the plurality of functions, and a USB (Universal Serial Bus) for connection when communicating with an external device a request via the communication interface corresponding to the communication standard acquired identification information) set, a reception step of receiving from said external device, in response to the previous SL request, the identification information corresponding to the scanning function, by the setting step And a transmission step of transmitting a response including the identified identification information to the external device.
本発明のコンピュータプログラムは、ファクシミリ機能及びプリンタ機能を含む複数の機能を有し、当該複数の機能のそれぞれに対応する複数の識別情報を記憶している画像処理装置の制御方法をコンピュータに実行させるためのコンピュータプログラムであって、前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定工程と、外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け工程と、前記要求に応じて、スキャン機能に対応する識別情報と、前記設定工程により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信工程とをコンピュータに実行させることを特徴とする。 A computer program according to the present invention causes a computer to execute a control method of an image processing apparatus having a plurality of functions including a facsimile function and a printer function and storing a plurality of identification information corresponding to each of the plurality of functions . A computer program for connecting to a setting step of setting identification information corresponding to one or a plurality of functions selected by the user from among the plurality of functions, and to communicate with an external device a request for acquisition of the identification information through the communication interface corresponding to the communication standard USB (Universal Serial Bus), a reception step of receiving from said external device, in response to the previous SL request, the identification information corresponding to the scanning function, a response containing the identification information set by the setting step, transmission to the external device A transmission step of characterized by the Turkey is run on the computer.
本発明によれば、画像処理装置を利用するユーザにとって使い勝手のよい環境を構築することが可能となる。 According to the present invention, it is possible to construct a user-friendly environment for the user to use the images processing apparatus.
次に、図面を参照しながら、本発明の一実施形態について説明する。
図1は、画像処理装置10の基本構成の一例を示すブロック図である。
図1において、システム制御部101は、システムバス120を介して、画像処理装置10の全体の動作を制御するものである。このシステム制御部101は、例えば、CPUを用いて実現することができる。
Next, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram illustrating an example of a basic configuration of the
In FIG. 1, a
ROM102は、システム制御部101により実行される制御プログラム等を格納するためのものである。登録メモリ103は、バッテリーバックアップされたSRAM(Static Random Access Memory)又はフラッシュメモリ等により構成され、ユーザが登録した設定値や、画像処理装置10の管理データ等を格納するためのものである。
画像メモリ104は、DRAM(Dynamic Random Access Memory)等により構成され、画像データを蓄積するためのものである。ワークメモリ105は、DRAM等で構成され、プログラム制御変数等を格納するためのものである。
The
The
操作部106は、各種キー等により構成され、ユーザが各種入力を行うためのものである。
表示部107は、LCD(Liquid Crystal Display)やLED(Light Emitting Diode)等により構成され、各種表示や、表音を行うためのものである。
The
The
読取制御部108は、CCD(Charge Coupled Devices)やCMOS(Complementary Metal Oxide Semiconductor)等のイメージセンサや、画像処理制御部等を用いて構成される。この読取制御部108は、原稿を光学的に読み取り、読み取った原稿を電気的な画像データに変換し、この画像データに対して、色処理、2値化処理、及び中間調処理等の各種画像処理を施して高精細な画像データを生成して出力する。読取制御部108は、ADF(Auto Document Feeder)上の原稿を一枚ずつ搬送しながら読み取りを行うADF方式と、原稿台ガラス上に置かれた原稿を静止したまま読み取りを行う原稿台方式との何れか、又は両方に対応するものである。
The
記録制御部109は、感熱プリンタ、レーザプリンタ、又はインクジェットプリンタ等のプリンタや、画像処理制御部等を用いて構成される。この記録制御部109は、記録する画像データ等に対して、スムージング処理や記録濃度補正処理等の各種画像処理を施して高精細な画像データに変換し、この画像データを記録紙上に出力する。本実施形態では、記録制御部109は、複数のプリンタ言語に対応するものである。
符号化/復号化部110は、生の画像データを符号化(例えば、MH圧縮、MR圧縮、MMR圧縮、JBIG圧縮、又はJPEG圧縮等)する。また、符号化/復号化部110は、符号化された画像データを生の画像データに復号化する。
The
The encoding /
通信制御部111は、モデムやNCU(Network Control Unit;網制御装置)等を用いて構成され、通信回線11を通して通信相手となる情報処理端末との間で画像情報等のやり取りを行うものである。
USBインタフェース30は、USB通信規格に対応するものである。USBインタフェース30のUSBの論理インタフェースは、プリンタ言語毎に分かれている。
USBファンクション制御部112は、USBインタフェース30の通信制御を行う。このUSBファンクション制御部112は、USB通信規格に従ってプロトコル制御を行い、システム制御部101が実行するUSB制御タスクからのデータをUSBパケットに変換する。そして、USBファンクション制御部112は、外部の情報処理端末にUSBパケットを送信したり、逆に、外部の情報処理端末から送信されたUSBパケットをデータに変換して、CPU101に出力したりする。尚、これらの各種制御命令やデータの送受信に関しては、公知の方法を使用することができるので、詳述しない。
The communication control unit 111 is configured using a modem, an NCU (Network Control Unit), or the like, and exchanges image information and the like with an information processing terminal serving as a communication partner through the
The
The USB function control unit 112 performs communication control of the
ネットワーク制御部113は、ネットワーク50を介して画像所処理装置10と相互に接続された情報処理端末20等の外部端末と通信するためのものである。通信制御方法に関しては、公知の方法を使用することができるので、詳述しない。
Webサーバ制御部114は、画像処理装置10の状態、各種ジョブの状態、及びユーザ登録画面等のHTMLファイルを作成する。そして、Webサーバ制御部114は、ブラウザを有した情報処理端末20からのネットワーク50を介した閲覧要求に応じて、HTMLファイルに基づくページを情報処理端末20に提供する。
The
The Web
図2は、情報処理端末20の基本構成の一例を示すブロック図である。
図2において、CPU201は、記憶媒体に記憶されている制御プログラムを読み出し、読み出した制御プログラムに従って、システムバスを介して情報処理端末全体の動作を制御するものである。この制御プログラムは、例えば、ROM202、メインメモリ203、ハードディスク220、FD(Flexible Disk)ドライブ221、又はCD−ROMドライブ222に記憶されている。
ROM202は、CPU201により実行される制御プログラム等を格納している。
メインメモリ203は、制御プログラムや画像データを一時的に記憶し、情報処理端末20の処理を高速に動作させるためのものである。
FIG. 2 is a block diagram illustrating an example of a basic configuration of the
In FIG. 2, a
The
The
ハードディスク制御部204は、OS(オペレーティングシステム)、各種アプリケーションプログラム、及び画像データ等が格納されているハードディスク220を制御するものである。ハードディスク220には、画像処理装置10に対して各種制御命令やデータの送受信を行うためのアプリケーションソフトウェア、及びドライバソフトウェアがインストールされるものとする。
The hard
これらのアプリケーションソフトウェア及びドライバソフトウェアは、通常、これらが記憶された他のコンピュータ読み取り可能な記憶媒体から、FDドライブ221やCD−ROMドライブ222等を介してハードディスク220にインストールされる。また、ネットワーク制御部207やモデム208を介してアプリケーションソフトウェア及びドライバソフトウェアをダウンロードして、ハードディスク220にインストールすることもできる。
These application software and driver software are usually installed in the
キーボード/マウス制御部205は、ユーザからの指示入力ユニットとしてのキーボード/マウス230を制御するものである。ディスプレイ制御部206は、各種表示を行うディスプレイ240を制御するものである。ネットワーク制御部207は、ネットワークインタフェース41を介してネットワーク50に接続するための制御を行うものである。ネットワーク制御部206によるネットワーク50への接続に関しては、公知の方法を使用するものとし、詳述しない。
The keyboard /
モデム208は、通信回線21を通してプロバイダへの接続や、通信相手となる情報処理装置との間でデータや画像情報等の通信を行うためのものである。
USBホスト制御部209は、USBインタフェース31の通信制御を行う。このUSBホスト制御部209は、USB通信規格に従ってCPU201からのデータをUSBパケットに変換して、画像処理装置10に送信したり、逆に、画像処理装置10から送信されたUSBパケットをデータに変換して、CPU201に出力したりする。尚、これらの通信制御方法に関しては、公知の方法を使用することができるので、説明を省略する。FDドライブ制御部210は、FDドライブ221を制御するものである。
CD−ROMドライブ制御部211は、CD−ROMドライブ222を制御するものである。
The
The USB
The CD-ROM
図3は、プリンタ言語を選択する場合の画像処理装置10における処理の一例を説明するフローチャートである。
まず、ステップS301において、システム制御部101は、画像処理装置10が対応しているプリンタ言語の一覧を表示部107に表示する。このとき、システム制御部101は、現在選択されているプリンタ言語を登録メモリ103から読み出し、どのプリンタ言語が選択されているかという情報をプリンタ言語の一覧に併せて表示部107に表示する。このときの表示例は、図4を用いて後述する。
FIG. 3 is a flowchart for explaining an example of processing in the
First, in step S <b> 301, the
次に、ステップS302において、システム制御部101は、操作部106の操作内容に基づいて、ユーザが使用するプリンタ言語を選択する。そして、ステップS303において、システム制御部101は、プリンタ言語の選択動作が終了したか否かを判定し、プリンタ言語の選択動作が終了するまでステップS302、S303の処理を繰り返し行う。こうしてプリンタ言語の選択動作が終了すると、ステップS304において、システム制御部101は、選択したプリンタ言語に関するプリンタ言語情報を登録メモリ103に格納し、処理を終了する。
In step S <b> 302, the
図4は、図3のステップS301で画像処理装置10の表示部107に表示されるプリンタ言語の選択画面の一例を示す図である。
本実施形態の画像処理装置10は、プリンタ言語A、プリンタ言語B、及びFAXという3種類のプリンタ言語をサポートしているものとする。
図4(a)に示すプリンタ言語の選択画面401は、前記3種類のプリンタ言語の全てが選択されている場合の表示例である。一方、図4(b)に示すプリンタ言語の選択画面402は、前記3種類のプリンタ言語のうち、プリンタ言語Bのみが選択されている場合の表示例である。
FIG. 4 is a diagram illustrating an example of a printer language selection screen displayed on the
It is assumed that the
A printer
図4(a)に示すプリンタ言語の選択画面401では、ユーザは、操作部106を操作してチェックボックスをチェックすることで各プリンタ言語を指定することができる。そうすると、システム制御部101は、3種類のプリンタ言語の中から、チェックボックスにチェックが入っているプリンタ言語を選択する。
In the printer
こうしてプリンタ言語が選択された後、ユーザは、操作部106を操作してOKボタンをクリックする。そうすると、システム制御部101は、選択動作が終了したと判定し、チェックボックスにチェックが入っているプリンタ言語が登録メモリ103に格納される。また、画像処理装置10を、プリンタやFAXとして使用しないという場合には全てのチェックボックスのチェックを外して、選択するプリンタ言語が無いという状態を登録することも可能である。
After the printer language is selected in this way, the user operates the
図5は、選択されたプリンタ言語を情報処理端末20に送信する場合の画像処理装置10における処理の一例を説明するフローチャートである。
まず、ステップS501において、USBファンクション制御部112は、情報処理端末20から"USB Description要求"があるまで待機する。そして、"USB Description要求"があると、ステップS502において、システム制御部101は、図3のステップS304で登録メモリ103に格納したプリンタ言語情報を読み出す。
FIG. 5 is a flowchart for explaining an example of processing in the
First, in step S <b> 501, the USB function control unit 112 waits until there is a “USB Description request” from the
次に、ステップS503において、システム制御部101は、USB制御タスクを実行し、読み出したプリンタ言語情報をもとに、"USB Description情報"を作成する。
次に、ステップS504において、USBファンクション制御部112は、ステップS503で生成された"USB Description情報"をUSBパケットに変換する。そして、USBファンクション制御部112は、USBパケットに変換した"USB Description情報"を情報処理端末20に送信する。尚、前記"USB Description情報"に関しては、図6及び図7を用いて後述する。
In step S <b> 503, the
Next, in step S504, the USB function control unit 112 converts the “USB Description information” generated in step S503 into a USB packet. Then, the USB function control unit 112 transmits the “USB Description information” converted into the USB packet to the
以上のように本実施形態では、画像処理装置10がサポートしているプリンタ言語の一覧を、プリンタ言語の選択画面401、402に表示し、プリンタ言語をユーザに指定させるようにする。そして、ユーザに指定されたプリンタ言語に対応する1つ又は複数の"USB Description情報"のみをプラグアンドプレイ時に情報処理端末20に送信する。一方、ユーザに指定されなかったプリンタ言語に対応する"USB Description情報"(DeviceID文字列)を送信しないようにしている。尚、プリンタクラスのUSB Discrption情報は、プリンタのDeviceID文字列を含む。
As described above, in this embodiment, a list of printer languages supported by the
図6は、図4(a)に示すように、前記3種類のプリンタ言語の全てが選択された場合のUSBファンクション制御部112の構成の一例を概念的に示す図である。
図6において、最も大きい枠で示されるDevice601は、USB通信規格において1つだけ定義することができ、画像処理装置10の全体の属性を示している。Device601の属性は、Device Descriptorで表現される。このDevice Descriptorには、画像処理装置10の製造者ID(Vendor ID)、製品ID(Product ID)、リリース番号、及びConfigurationの数等が含まれている。本実施形態においては、Configurationの数は「1」である。
FIG. 6 is a diagram conceptually showing an example of the configuration of the USB function control unit 112 when all of the three types of printer languages are selected as shown in FIG.
In FIG. 6, only one
Device601の中には、Configuration602が1つだけ定義されている(Configuration1)。Configuration602の属性は、Configuration Descriptorで表現される。このConfiguration Descriptorには、そのConfigurationの中にあるInterfaceの数等が含まれている。本実施形態においては、Interfaceの数は「4」である。 Only one Configuration 602 is defined in the Device 601 (Configuration 1). The attribute of Configuration 602 is expressed by Configuration Descriptor. This Configuration Descriptor includes the number of interfaces in the Configuration. In the present embodiment, the number of interfaces is “4”.
Configuration602の中には、Interfaceが4つ(Interface610、620、630、640(Interface0〜3))が定義されている。これらのInterface610、620、630、640の属性は、Interface Descriptorで表現される。このInterface Descriptorには、そのInterfaceの中にあるEndpointの数や、クラスコード等が含まれている。本実施形態においては、スキャナ用に使用するInterface610(Interface0)の中にあるEndpointの数は「3」であり、クラスコードはベンダクラス(0xFF)である。
In the configuration 602, four interfaces (
また、プリンタ言語A用に使用するInterface620(Inteface1)の中にあるEndpointの数は「2」であり、クラスコードはプリンタクラス(0x07)である。
また、プリンタ言語B用に使用するInterface630(Inteface2)の中にあるEndpointの数は「2」であり、クラスコードはプリンタクラス(0x07)である。
更に、FAX送受信用に使用するInterface640(Inteface3)の中にあるEndpoint数は「2」であり、クラスコードはプリンタクラス(0x07)である。
The number of Endpoints in the Interface 620 (Interface 1) used for the printer language A is “2”, and the class code is the printer class (0x07).
The number of Endpoints in the Interface 630 (Interface 2) used for the printer language B is “2”, and the class code is the printer class (0x07).
Further, the number of Endpoints in the Interface 640 (Interface 3) used for FAX transmission / reception is “2”, and the class code is the printer class (0x07).
スキャナ用に使用するInterface610(Inteface0)の中には、Endpointが3つ(Endpoint611、612、613(Endpoint1、2、3))だけ定義されている。これらのEndpoint611、612、613(Endpoint1、2、3)の属性は、Endpoint Descriptorで表現される。このEndpoint Descriptorには、そのEndpointのEndpoint番号、通信方向、転送タイプ、及びパケットサイズ等が含まれている。
Only three Endpoints (
Endpoint611(Endpoint1)は、主に制御データを受信するために使用される。Endpoint612(Endpoint2)は、主に制御データや読み取りデータを送信するために使用される。Endpoint613(Endpoint3)は、主に画像処理装置10側からスキャンの開始が指示されたことを通知するために使用される。
プリンタ言語A用に使用するInterface620(Inteface1)の中には、Endpointが2つ(Endpoint621、622(Endpoint4、5))だけ定義されている。これらのEndpoint621、622(Endpoint4、5)の属性は、Endpoint Descriptorで表現される。このEndpoint Descriptorには、そのEndpointのEndpoint番号、通信方向、転送タイプ、及びパケットサイズ等が含まれている。
Endpoint 611 (Endpoint1) is mainly used for receiving control data. The endpoint 612 (Endpoint2) is mainly used for transmitting control data and read data. Endpoint 613 (Endpoint3) is mainly used to notify that the start of scanning is instructed from the
In the Interface 620 (Interface 1) used for the printer language A, only two End points (
Endpoint621(Endpoint4)は、主に制御データを受信したり印刷データを受信したりするために使用される。Endpoint622(Endpoint5)は、主に受信した印刷データの印刷状況を送信するために使用される。
また、DeviceID文字列625は、プリンタ言語A用の識別子情報である。DeviceID文字列625は、会社名を示すMFG、モデル名を示すMDL、クラスを示すCLS、及び表示情報を示すDESで構成される。本実施形態では、CLSはプリンタクラスを表す"PRINTER"である。このような情報を情報処理端末20に送信することによって、後述するように、情報処理端末20では、どのドライバをインストールするべきかという判断が可能となる。
Endpoint 621 (Endpoint4) is mainly used to receive control data and print data. Endpoint 622 (Endpoint5) is mainly used to transmit the print status of received print data.
The
プリンタ言語B用に使用するInterface630(Inteface2)の中には、Endpointが2つ(Endpoint631、632(Endpoint6、7))だけ定義されている。これらEndpoint631、632(Endpoint6、7)の属性は、Endpoint Descriptorで表現される。このEndpoint Descriptorには、そのEndpointのEndpoint番号、通信方向、転送タイプ、及びパケットサイズ等が含まれている。
In the Interface 630 (Interface 2) used for the printer language B, only two End points (
Endpoint631(Endpoint6)は、主に制御データを受信したり印刷データを受信したりするために使用される。Endpoint632(Endpoint7)は、主に受信した印刷データの印刷状況を送信するために使用される。また、DeviceID文字列635は、プリンタ言語B用の識別子情報である。
FAX送信用に使用するInterface640(Interface3)の中には、Endpointが2つ(Endpoint641、642(Endpoint8、9))だけ定義されている。これらのEndpoint641、642(Endpoint8、9))の属性は、Endpoint Descriptorで表現される。このEndpoint Descriptorには、そのEndpointのEndpoint番号、通信方向、転送タイプ、及びパケットサイズ等が含まれている。
Endpoint 631 (Endpoint6) is mainly used to receive control data and print data. Endpoint 632 (Endpoint7) is mainly used to transmit the print status of received print data. The
In Interface 640 (Interface 3) used for FAX transmission, only two Endpoints (
Endpoint641(Endpoint8)は、主に制御データを受信したりFAXの送信データを受信したりするために使用される。Endpoint642(Endpoint9)は、主にFAXの送信データの通信状況を送信するために使用される。また、DeviceID文字列645は、FAX用の識別子情報である。
これらの構成を有することにより、情報処理端末20は、画像処理装置10が初めて接続されると、Windows(登録商標)が有するプラグアンドプレイと呼ばれる機能によって、必要なドライバ群をインストールすることが可能となる。また、情報処理端末20は、インストールされたドライバ群を使用して、画像処理装置10に対して、プリント、スキャン、及びFAX等の機能を実現することが可能となる。ドライバ群のインストールの詳細に関しては、図8及び図9を用いて後述する。
Endpoint 641 (Endpoint8) is mainly used to receive control data and FAX transmission data. Endpoint 642 (Endpoint9) is mainly used for transmitting the communication status of FAX transmission data. The
With these configurations, when the
図7は、図4(b)に示すように、前記3種類のプリンタ言語のうち、プリンタ言語Bのみが選択された場合のUSBファンクション制御部112の構成の一例を概念的に示す図である。
図7において、最も大きい枠で示されるDevice701は、USB通信規格において1つだけ定義することができ、画像処理装置10の全体の属性を示している。Device701の属性は、Device Descriptorで表現される。このDevice Descriptorには、画像処理装置10の製造者ID(Vendor ID)、製品ID(Product ID)、リリース番号、Configurationの数等が含まれている。本実施形態においては、Configurationの数は「1」である。
FIG. 7 is a diagram conceptually showing an example of the configuration of the USB function control unit 112 when only the printer language B is selected from the three types of printer languages, as shown in FIG. 4B. .
In FIG. 7, only one
Device701の中には、Configuration702が1つだけ定義されている(Configuration1)。Configuration702の属性は、Configuration Descriptorで表現される。このConfiguration Descriptorには、そのConfigurationの中にあるInterfaceの数等が含まれている。本実施形態においては、Interface数は「2」である。 Only one Configuration 702 is defined in the Device 701 (Configuration 1). The attribute of Configuration 702 is expressed by Configuration Descriptor. This Configuration Descriptor includes the number of interfaces in the Configuration. In the present embodiment, the number of interfaces is “2”.
Configuration702(Configuration1)の中には、Interfaceが2つ(Interface710、720(Interface0、1))定義されている。Interface710、720(Interface0、1)の属性は、InterfaceDescriptorで表現される。Interface Descriptorには、そのInterfaceの中のEndpoint数や、クラスコード等が含まれている。
Two Interfaces (Interfaces 710 and 720 (Interface0 and 1)) are defined in the configuration 702 (Configuration 1). The attributes of
本実施形態においては、スキャナ用に使用するInterface710(Interface0)の中のEndpointの数は「3」であり、クラスコードはベンダクラス(0xFF)である。また、プリンタ言語B用に使用するInterface1(720)の中のEndpoint数は「2」であり、クラスコードはプリンタクラス(0x07)である。
スキャナ用に使用するInterface710(Interface0)の中には、Endpointが3つ(Endpoint711、712、713(Endpoint1、2、3))だけ定義されている。これらのEndpoint711、712、713(Endpoint1、2、3)の詳細は、図6で説明したEndpoint611、612、613と同等である。
In the present embodiment, the number of Endpoints in Interface 710 (Interface 0) used for the scanner is “3”, and the class code is a vendor class (0xFF). The number of Endpoints in Interface 1 (720) used for the printer language B is “2”, and the class code is the printer class (0x07).
In the Interface 710 (Interface 0) used for the scanner, only three Endpoints (
プリンタ言語B用に使用するInterface720(Interface1)の中には、Endpointが2つ(Endpoint721、722(Endpoint6、7))だけ定義されている。これらのEndpoint721、722(Endpoint6、7)の詳細は、図6で説明したEndpoint631、632と同等である。また、DeviceID文字列725は、プリンタ言語B用の識別子情報である。この識別子情報は、図6で説明したID文字列635と同等である。
In the Interface 720 (Interface 1) used for the printer language B, only two Endpoints (
図8は、ドライバをインストールする準備を行う場合の情報処理端末20における処理の一例を説明するフローチャートである。
ドライバのインストールを行うソフトウェア(インストーラ)は、通常CD−ROM等の記憶媒体から供給される。このインストーラは、ユーザの操作により起動されるプログラムであってもよいが、インストーラが記憶されているCD−ROMをCD−ROMドライブ222に装填した際に、インストーラのプログラムが自動的に起動されるように構成するとなお望ましい。また、ネットワーク制御部207やモデム208を介してインストーラをハードディスク220にダウンロードした後、そのダウンロードしたインストーラを起動することも可能である。
FIG. 8 is a flowchart for explaining an example of processing in the
Software for installing the driver (installer) is usually supplied from a storage medium such as a CD-ROM. The installer may be a program activated by a user operation, but when the CD-ROM storing the installer is loaded into the CD-
このようにしてインストーラのプログラムが起動し、ドライバをインストールする準備が開始すると、ステップS801において、CPU201は、ドライバをインストールすることが可能か否かを判断する。この判断は、例えば、情報処理端末20のハードディスク220の残り容量や、メインメモリ203の容量や、インストールされているOSの種類等をCPU201が確認することによって行われる。
この判断の結果、ドライバをインストールすることが可能でないと判断された場合には、ステップS805に進み、ディスプレイ制御部206は、CPU201から出力された制御信号に基づいてディスプレイ240にエラー画面を表示して処理を終了する。
In this way, when the installer program is activated and preparations for installing the driver are started, the
If it is determined that the driver cannot be installed as a result of the determination, the process advances to step S805, and the
一方、ドライバのインストールが可能と判断された場合には、ステップS802に進み、CPU201は、例えばハードディスク220等の情報処理端末20内の記憶媒体に、古いドライバ情報があるか否かを判断する。この判断の結果、古いドライバ情報がある場合には、ステップS803に進み、CPU201は、その古いドライバ情報を削除する。このように古いドライバ情報を削除するのは、古いドライバ情報が残っていると、その後のインストールが正常に動作しなくなる可能性があるためである。
一方、古いドライバ情報がない場合には、ステップS803を省略してステップS804に進む。
On the other hand, if it is determined that the driver can be installed, the process advances to step S802, and the
On the other hand, if there is no old driver information, step S803 is omitted and the process proceeds to step S804.
そして、ステップS804において、CPU201は、インストールに必要なドライバ群をハードディスク220にコピーする。ドライバ群のハードディスク220へのコピーは、例えば、OSがWindows(登録商標)の場合、"SetupCopyOEMInf"というAPI(Application Program Interface)を使用することで実現できる。また、ハードディスク220にコピーされるドライバ群の中にはINFファイルがある。プリンタ言語A用のINFファイルには、プリンタ言語A用のDeviceID文字列625中のMFG及びMDL文字列に該当する文字列と、プリンタ言語A用にインストールすべきファイル名とが記載されている。
In step S804, the
また、プリンタ言語B用のINFファイルには、プリンタ言語B用のDeviceID文字列635、725中のMFG及びMDL文字列に該当する文字列と、プリンタ言語B用にインストールすべきファイル名とが記載されている。
また、FAX用のINFファイルには、FAX用のDeviceID文字列645中のMFG及びMDL文字列に該当する文字列と、FAX用にインストールすべきファイル名とが記載されている。
The printer language B INF file includes a character string corresponding to the MFG and MDL character strings in the
In the FAX INF file, a character string corresponding to the MFG and MDL character strings in the FAX
以上のように、インストーラは、プリンタ言語毎に異なるDeviceID文字列と、そのDeviceID文字列によって識別されるプリンタ言語を実現するドライバとが対応付けられたドライバセットをハードディスク220に予めコピーしておくようにする。このとき、インストーラは、このようなドライバセットを画像処理装置10が有する全てのプリンタ言語についてハードディスク220にコピーし、画像処理装置10が有する全てのプリンタ言語用のドライバを事前に保持しておくようにする。そして、図9に示すように、情報処理端末20が画像処理装置10とUSB接続されると、プラグアンドプレイにより、図4Aに示す選択画面を用いて設定されたプリンタ言語に対応するドライバのみが自動的に情報処理装置20にインストールされるようにする。
As described above, the installer copies in advance to the hard disk 220 a driver set in which a DeviceID character string that is different for each printer language is associated with a driver that realizes the printer language identified by the DeviceID character string. To. At this time, the installer copies such a driver set to the
図9は、ドライバをインストールする場合の情報処理端末20における処理の一例を説明するフローチャートである。
まず、ステップS901において、CPU201は、USBホスト制御部209により、画像処理装置10の接続が検出されるまで待機する。
ステップS901で画像処理装置10の接続が検出できたら、ステップS902に進み、CPU201は、前述したプラグアンドプレイにより、画像処理装置10における構成情報の取得命令の発行をUSBホスト制御部209に指示する。これにより、USBホスト制御部209は、例えば、Get_Device_Descriptor命令、Get_Configuration_descriptor命令、及びGet_String_Descriptor命令を画像処理装置10に発行する。そうすると、USBホスト制御部209は、前記構成情報の取得命令に対する応答として、画像処理装置10の構成情報(USB Description情報)を取得する。前述した各種命令を情報処理端末20から画像処理装置10に発行することで、情報処理端末20は図6や図7に示した各種情報を順次取得することができる。
FIG. 9 is a flowchart for explaining an example of processing in the
First, in step S <b> 901, the
If connection of the
ステップS903において、CPU201は、ステップS902で取得された情報に基づいて、Device Descriptorに含まれている画像処理装置10の製造者ID及び製品IDと、各Interface番号とに対応したUSBポートを生成する。図6に示した例の場合、スキャナ用にInterface610、プリンタ言語A用にInterface620、プリンタ言語B用にInterface630、FAX用にInterface640のためのUSBポートがそれぞれ生成される。それぞれのポート情報として、前述したInterface Descriptor内のクラスコードが記憶される。
In step S903, based on the information acquired in step S902, the
また、図7に示した例の場合、スキャナ用にInterface710、プリンタ言語B用にInterface720のためのUSBポートが生成される。それぞれのポート情報として、前述したInterface Descriptor内のクラスコードが記憶される。
次に、ステップS904において、CPU201は、生成されたUSBポートがプリンタクラス用か否かを判断する。この判断の結果、生成されたUSBポートがプリンタクラス用ならば、ステップS905に進み、CPU201は、Get_Device_ID命令の発行をUSBホスト制御部209に指示する。これにより、USBホスト制御部209は、Get_Device_ID命令を画像処理装置10に発行する。そうすると、USBホスト制御部209は、Get_Device_ID命令に対する応答として、図6や図7で説明したDeviceID文字列(DeviceID情報)を取得する。
In the case of the example shown in FIG. 7, USB ports for the
In step S904, the
次に、ステップS906において、CPU201は、ステップS905で取得したDeviceID文字列内のMFG及びMDL情報と、ステップS804でハードディスク220にコピーされた各種INFファイル内のMFG及びMDL情報とを比較する。そして、DeviceID文字列とMFG及びMDL情報が合致するINFファイルを検索する。
次に、ステップS907において、CPU201は、DeviceID文字列とMFG及びMDL情報が合致するINFファイルがあるか否かを判断する。この判断の結果、DeviceID文字列とMFG及びMDL情報が合致するINFファイルが存在した場合には、ステップS908に進み、CPU201は、そのINFファイル内に記載された各種ドライバファイルをインストールして、ステップS918に進む。このとき、CPU201は、インストールしたドライバファイルに対応するアイコンを生成する。
Next, in step S906, the
In step S907, the
一方、ステップS907において、DeviceID文字列とMFG及びMDL情報が合致するINFファイルが存在しない場合は、ステップS909に進む。そして、ディスプレイ制御部206は、CPU201から出力された制御信号に基づいて、ユーザにINFファイルを指定させるためのダイアログをディスプレイ240に表示する。
On the other hand, if there is no INF file in which the DeviceID character string matches the MFG and MDL information in step S907, the process proceeds to step S909. Then, the
次に、ステップS910において、CPU201は、キーボード/マウス230のユーザによる操作結果に基づいて、DeviceID文字列とMFG及びMDL情報が合致するINFファイルをユーザが指定したか否かを判断する。この判断の結果、DeviceID文字列とMFG及びMDL情報が合致するINFファイルをユーザが指定した場合には、ステップS911に進む。そして、CPU201は、そのINFファイル内に記載された各種ドライバファイルをインストールしてステップS918に進む。このとき、CPU201は、インストールしたドライバファイルに対応するアイコンを生成する。
一方、DeviceID文字列とMFG及びMDL情報が合致するINFファイルをユーザが指定しなかった場合には、ステップS911を省略してステップS918に進む。
Next, in step S910, the
On the other hand, if the user does not specify an INF file in which the DeviceID character string matches the MFG and MDL information, the process skips step S911 and proceeds to step S918.
ステップS904において、生成されたUSBポートがプリンタクラス用ではない場合には、ステップS912に進み、CPU201は、生成されたUSBポートのクラスに則した方法で、INFファイルを検索する。例えば、生成されたUSBポートがスキャナドライバ用の場合には、図6や図7で説明した画像処理装置10の製造者ID(Vendor ID)、製品ID(Product ID)、及びスキャナ用のインタフェース番号を用いてINFファイルを検索する。即ち、これら製造者ID、製品ID、及びスキャナ用のインタフェース番号が、ステップS902で取得したUSB Description情報と、ステップS804でハードディスク220にコピーされた各種INFファイルとで一致するか否かで判断する。
If it is determined in step S904 that the generated USB port is not for the printer class, the process advances to step S912, and the
次に、ステップS913において、該当するINFファイルがあるか否かを判断する。例えば、生成されたUSBポートがスキャナドライバ用の場合には、ステップS902で取得したUSB Description情報と、製造者ID、製品ID、及びスキャナ用のインタフェース番号が一致するINFファイルがあるか否かを判断する。尚、スキャナクラスのUSB Description情報は、製造者ID、製品ID、及びスキャナ用のインタフェース番号を含む。この判断の結果、該当するINFファイルが存在した場合には、ステップS914に進み、CPU201は、該当するINFファイル内に記載された各種ドライバファイルをインストールして、ステップS918に進む。このとき、CPU201は、インストールしたドライバファイルに対応するアイコンを生成する。
Next, in step S913, it is determined whether there is a corresponding INF file. For example, if the generated USB port is for a scanner driver, it is determined whether there is an INF file in which the USB Description information acquired in step S902 matches the manufacturer ID, product ID, and scanner interface number. to decide. The scanner class USB description information includes a manufacturer ID, a product ID, and an interface number for the scanner. As a result of the determination, if the corresponding INF file exists, the process proceeds to step S914, and the
一方、ステップS913において、該当するINFファイルが存在しない場合は、ステップS915に進む。そして、ディスプレイ制御部206は、CPU201から出力された制御信号に基づいて、ユーザにINFファイルを指定させるためのダイアログをディスプレイ240に表示する。
On the other hand, if there is no corresponding INF file in step S913, the process proceeds to step S915. Then, the
次に、ステップS916において、CPU201は、キーボード/マウス230のユーザによる操作結果に基づいて、該当するINFファイルをユーザが指定したか否かを判断する。この判断の結果、該当するINFファイルをユーザが指定した場合には、ステップS917に進み、CPU201は、該当するINFファイル内に記載された各種ドライバファイルをインストールしてステップS918に進む。このとき、CPU201は、インストールしたドライバファイルに対応するアイコンを生成する。
一方、該当するINFファイルをユーザが指定しなかった場合には、ステップS917を省略してそのままS918に進む。
Next, in step S916, the
On the other hand, if the user does not specify the corresponding INF file, step S917 is omitted and the process proceeds to S918.
ステップS918において、CPU201は、次の新規のUSBポートがあるか否かを検索する。この検索の結果、次の新規のUSBポートがあれば、ステップS904に戻り、USBポートがなくなるまで、ステップS904〜S918を繰り返す。
以上のようにして、各Interface用に適切なドライバがそれぞれインストールされる。
In step S918, the
As described above, appropriate drivers are installed for each interface.
図10に、ドライバがインストールされた後に、情報処理端末20のディスプレイ240に表示されるアイコンの一例を示す。図10(a)は、図4(a)に示したように、3種類のプリンタ言語の全てが選択され、選択されたプリンタ言語に対応するDeviceID文字列(デバイスID)に対応するドライバがプラグアンドプレイによりインストールされた場合の表示例である。この場合、プリンタクラスが3つあるので(図6を参照)、プリンタのアイコンの数は3つである。
一方、図10(b)は、図4(b)に示したように、1種類のプリンタ言語の全てが選択され、選択されたプリンタ言語に対応するDeviceID文字列(デバイスID)に対応するドライバがプラグアンドプレイによりインストールされた場合の表示例である。この場合、プリンタクラスが1つあるので(図6を参照)、プリンタのアイコンの数は1つである。
FIG. 10 shows an example of icons displayed on the
On the other hand, in FIG. 10B, as shown in FIG. 4B, all of one type of printer language is selected, and a driver corresponding to a DeviceID character string (device ID) corresponding to the selected printer language. Is a display example when installed by plug and play. In this case, since there is one printer class (see FIG. 6), the number of printer icons is one.
以上のように本実施形態では、画像処理装置10がサポートしているプリンタ言語の一覧を、プリンタ言語の選択画面401、402に表示し、プリンタ言語をユーザに指定させるようにする。一方、情報処理装置20が有するインストーラは、プリンタ言語毎にDeviceID文字列が異なるドライバセットを有し、全てのプリンタ言語用のドライバをハードディスク220に事前にコピーしておくようにする。
そして、情報処理端末20が画像処理装置10とUSB接続されると、ユーザに指定されたプリンタ言語に対応するDeviceID文字列のみが画像処理装置10から情報処理装置20に送信される。そして、そのDeviceID文字列に対応するドライバを自動的に情報処理装置20にインストールする。
As described above, in this embodiment, a list of printer languages supported by the
When the
以上のように構成することによって、複数のプリンタ言語を一括して選択することができ、選択したプリンタ言語のみを情報処理装置20にインストールすることができる。更に、情報処理端末20の再起動時に不要なプラグアンドプレイが発生することを防止することができる。これにより、ユーザの使用環境に応じて画像処理装置10の機能を選択することができる。
また、情報処理装置20は、全てのプリンタ言語用のドライバをハードディスク220に事前にコピーしておくようにしている。従って、画像処理装置10でどのようなプリンタ言語が選択された場合でも、共通のインストーラを用いて、画像処理装置10で選択されたプリンタ言語のみを情報処理装置20にインストールすることができる。
With the configuration described above, a plurality of printer languages can be selected at once, and only the selected printer language can be installed in the
In addition, the
尚、本実施形態では、選択可能な機能としてプリンタの機能を例に挙げて説明したが、選択可能な機能はプリンタの機能に限定されるものではない。例えば、スキャナ機能や画像処理装置10が有するその他の機能を選択できるように構成してもよい。
In this embodiment, the printer function is described as an example of the selectable function. However, the selectable function is not limited to the printer function. For example, the scanner function and other functions of the
また、本実施形態では、USBインタフェース30を介して画像処理装置10と情報処理端末20とが相互に接続される場合の処理を記載したが、これらの接続形態はUSBインタフェース30に限定されるものではない。例えば、画像処理装置10と情報処理端末20とがネットワークインタフェース40、41を介して接続される構成にしてもよい。ネットワークインタフェース40、41を経由してもUSBでの接続時のプラグアンドプレイと同様の機能を実現することが可能である。よって、選択されたプリンタ言語分のDeviceID文字列625、635、645、725を、ネットワークインタフェース40を経由して情報処理端末20に送信することによって、情報処理端末20にて適切なドライバをインストールすることが可能となる。
Further, in the present embodiment, the processing when the
更に、Webサーバ制御部114にてユーザ登録画面のHTMLファイルを作成することによって、ネットワーク50を介してブラウザを有した情報処理端末20からプリンタ言語を選択できるように構成してもよい。
Further, the printer language may be selected from the
情報処理端末20に対してデバイスドライバをインストールする際に用いられる、画像処理装置10の機能に対応する複数の識別子情報を情報処理端末20へ送信する送信ユニットの一例としてUSBインタフェース30を示した。また、画像処理装置10の機能に対応するDeviceID文字列の中から、少なくとも一つの識別子情報の一例であるDeviceID文字列を選択する選択手段の一例として、図3のステップS301で表示されるプリンタ言語の選択画面を図4(a)に示した。尚、本実施形態での選択とは、送信対象となるDeviceIDを選択する方法はもちろん、送信対象とならないDeviceIDを選択することによって、間接的にDeviceIDを選択する方法も含む。更に、選択されなかったDeviceID文字列がある場合には、USBインタフェース30が、情報処理端末20へ選択されなかったDeviceID文字列を送信しないようシステム制御部101が制御する。
The
(本発明の他の実施形態)
前述した実施形態の機能を実現するべく各種のデバイスを動作させるように、該各種デバイスと接続された装置あるいはシステム内のコンピュータに対し、前記実施形態の機能を実現するためのソフトウェアのプログラムコードを供給してもよい。そのシステムあるいは装置のコンピュータ(CPUあるいはMPU)に格納されたプログラムに従って前記各種デバイスを動作させることによって実施したものも、本発明の範疇に含まれる。
(Other embodiments of the present invention)
In order to operate various devices to realize the functions of the above-described embodiments, program codes of software for realizing the functions of the above-described embodiments are provided to an apparatus or a computer in the system connected to the various devices. You may supply. What was implemented by operating said various devices according to the program stored in the computer (CPU or MPU) of the system or apparatus is also included in the category of the present invention.
また、この場合、前記ソフトウェアのプログラムコード自体が前述した実施形態の機能を実現することになる。また、そのプログラムコード自体、及びそのプログラムコードをコンピュータに供給するための手段、例えば、かかるプログラムコードを格納した記録媒体は本発明を構成する。かかるプログラムコードを記憶する記録媒体としては、例えばフレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。 In this case, the program code of the software itself realizes the functions of the above-described embodiment. The program code itself and means for supplying the program code to a computer, for example, a recording medium storing the program code constitute the present invention. As a recording medium for storing the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.
また、コンピュータが供給されたプログラムコードを実行することにより、前述の実施形態の機能が実現されるだけでない。そのプログラムコードがコンピュータにおいて稼働しているオペレーティングシステムあるいは他のアプリケーションソフト等と共同して前述の実施形態の機能が実現される場合にもかかるプログラムコードは本発明の実施形態に含まれることは言うまでもない。 Further, the functions of the above-described embodiments are not only realized by executing the program code supplied by the computer. It goes without saying that the program code is also included in the embodiment of the present invention even when the function of the above-described embodiment is realized in cooperation with an operating system or other application software running on the computer. Yes.
更に、供給されたプログラムコードがコンピュータの機能拡張ボードに備わるメモリに格納された後、そのプログラムコードの指示に基づいてその機能拡張ボードに備わるCPUが実際の処理の一部又は全部を行う。その処理によって前述した実施形態の機能が実現される場合にも本発明に含まれることは言うまでもない。
また、供給されたプログラムコードがコンピュータに接続された機能拡張ユニットに備わるメモリに格納された後、そのプログラムコードの指示に基づいて機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行う。その処理によって前述した実施形態の機能が実現される場合にも本発明に含まれることは言うまでもない。
Further, after the supplied program code is stored in the memory provided in the function expansion board of the computer, the CPU provided in the function expansion board performs part or all of the actual processing based on the instruction of the program code. Needless to say, the present invention includes the case where the functions of the above-described embodiments are realized by the processing.
Further, after the supplied program code is stored in the memory provided in the function expansion unit connected to the computer, the CPU or the like provided in the function expansion unit performs part or all of the actual processing based on the instruction of the program code. Do. Needless to say, the present invention includes the case where the functions of the above-described embodiments are realized by the processing.
尚、前述した各実施形態は、何れも本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。 It should be noted that each of the above-described embodiments is merely a specific example for carrying out the present invention, and the technical scope of the present invention should not be construed in a limited manner. . That is, the present invention can be implemented in various forms without departing from the technical idea or the main features thereof.
本実施形態によれば、ユーザによって予め指定された1つ又は複数の機能を識別するための1つ又は複数の識別子情報を、画像処理装置から情報処理装置に送信する。そして、ユーザによって予め指定されていない機能を識別するための識別子情報が情報処理装置に送信されることを禁止する。従って、ユーザによって指定された機能を識別するための識別子情報のみを一括して情報処理装置に送信することができる。これにより、画像処理装置と情報処理装置とが相互に接続された際に、画像処理装置が有する複数の機能のうち必要な機能だけを、情報処理装置で自動的に設定することができる。従って、画像処理装置を利用するユーザにとって使い勝手のよい環境を構築することが可能となる。 According to the present embodiment, one or more identifier information for identifying one or more functions designated in advance by the user is transmitted from the image processing apparatus to the information processing apparatus. Then, it is prohibited to transmit identifier information for identifying a function not designated in advance by the user to the information processing apparatus. Therefore, only identifier information for identifying the function designated by the user can be transmitted to the information processing apparatus in a batch. Accordingly, when the image processing apparatus and the information processing apparatus are connected to each other, only the necessary functions among the plurality of functions of the image processing apparatus can be automatically set by the information processing apparatus. Therefore, it is possible to construct an environment that is convenient for the user who uses the image processing apparatus.
また、本実施形態の他の特徴によれば、識別子情報と、その識別子情報で識別される機能を実行するためのドライバとを含むドライバセットを、画像処理装置が有する複数の機能の全てについて予め記憶しておく。画像処理装置がネットワークを介して通信可能に接続されると、画像処理装置から取得した識別子情報と、予め記憶しておいたドライバセットに含まれている識別子情報とに基づき、画像処理装置が有する機能を実行するためのドライバを選択してインストールする。従って、ユーザによってどのような機能が指定された場合でも共通のインストーラを用いてドライバをインストールすることができる。これにより、画像処理装置が有する複数の機能のうち必要な機能だけを、特殊なインストーラを用いることなく情報処理装置で自動的に設定することができる。 According to another feature of the present embodiment, a driver set including identifier information and a driver for executing a function identified by the identifier information is preliminarily stored for all of a plurality of functions of the image processing apparatus. Remember. When the image processing apparatus is connected to be communicable via the network, the image processing apparatus has the identifier information acquired from the image processing apparatus and the identifier information included in the driver set stored in advance. Select and install a driver to perform the function. Therefore, the driver can be installed using a common installer regardless of what function is designated by the user. Thereby, only a necessary function among a plurality of functions of the image processing apparatus can be automatically set by the information processing apparatus without using a special installer.
10 画像処理装置
20 情報処理端末
30 USBインタフェース
101 システム制御部
103 登録メモリ
106 操作部
107 表示部
109 記録制御部
112 USBファンクション制御部
113 ネットワーク制御部
201 CPU
207 ネットワーク制御部
209 USBホスト制御部
220 ハードディスク
222 CD−ROMドライブ
230 キーボード/マウス
240 ディスプレイ
DESCRIPTION OF
207
Claims (9)
外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースと、
前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定手段と、
前記通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け手段と、
前記要求に応じて、スキャン機能に対応する識別情報と、前記設定手段により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信手段とを有することを特徴とする画像処理装置。 An image processing apparatus having a plurality of functions including a facsimile function and a printer function, and storing a plurality of identification information corresponding to each of the plurality of functions ,
A communication interface corresponding to a USB (Universal Serial Bus) communication standard for connection when communicating with an external device;
Setting means for setting identification information corresponding to one or more functions selected by the user from the plurality of functions ;
Receiving means for receiving a request for acquisition of identification information from the external device via the communication interface ;
Depending on the previous SL request, images and identification information corresponding to the scanning function, a response containing the identification information set by the setting unit, and a sending means for transmitting to said external device Processing equipment.
前記設定手段は、前記一覧を介して、ユーザにより選択された複数の機能に対応する識別情報を設定することを特徴とする請求項1に記載の画像処理装置。 Display means for displaying a list of the plurality of functions on a display device;
The setting means, through the list, the image processing apparatus according to the identification information corresponding to a plurality of functions selected by the user in claim 1, characterized that you set.
前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定工程と、
外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け工程と、
前記要求に応じて、スキャン機能に対応する識別情報と、前記設定工程により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信工程とを有することを特徴とする画像処理装置の制御方法。 A control method of an image processing apparatus having a plurality of functions including a facsimile function and a printer function, and storing a plurality of identification information corresponding to each of the plurality of functions ,
A setting step for setting identification information corresponding to one or more functions selected by the user from the plurality of functions ;
An accepting step of accepting a request for acquisition of identification information from the external device via a communication interface corresponding to a USB (Universal Serial Bus) communication standard for connection when communicating with an external device;
Depending on the previous SL request, images and identification information corresponding to the scanning function, a response containing the identification information set by the setting step, and a sending step of sending to the external device A method for controlling a processing apparatus.
前記設定工程は、前記一覧を介して、ユーザにより選択された複数の機能に対応する識別情報を設定することを特徴とする請求項5に記載の画像処理装置の制御方法。 A display step of displaying a list of the plurality of functions on a display device;
It said setting step, through the list, the control method of the image processing apparatus according to the identification information corresponding to a plurality of functions selected by the user in claim 5, characterized that you set.
前記複数の機能の中からユーザにより選択された1又は複数の機能に対応する識別情報を設定する設定工程と、
外部装置との通信を行う際に接続するためのUSB(Universal Serial Bus)の通信規格に対応する通信インターフェースを介して識別情報の取得の要求を、前記外部装置から受け付ける受け付け工程と、
前記要求に応じて、スキャン機能に対応する識別情報と、前記設定工程により設定された識別情報とを含む応答を、前記外部装置に対して送信する送信工程とをコンピュータに実行させることを特徴とするコンピュータプログラム。 A computer program for causing a computer to execute a control method of an image processing apparatus having a plurality of functions including a facsimile function and a printer function and storing a plurality of identification information corresponding to each of the plurality of functions. ,
A setting step for setting identification information corresponding to one or more functions selected by the user from the plurality of functions ;
An accepting step of accepting a request for acquisition of identification information from the external device via a communication interface corresponding to a USB (Universal Serial Bus) communication standard for connection when communicating with an external device;
Depending on the previous SL request, the identification information corresponding to the scanning function, a response containing the identification information set by the setting step, and a transmission step of transmitting is performed on the computer to the external device Turkey A computer program characterized by the above.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006232610A JP4871675B2 (en) | 2005-08-31 | 2006-08-29 | Image processing apparatus, image processing apparatus control method, and computer program |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005252730 | 2005-08-31 | ||
JP2005252730 | 2005-08-31 | ||
JP2006232610A JP4871675B2 (en) | 2005-08-31 | 2006-08-29 | Image processing apparatus, image processing apparatus control method, and computer program |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2007097156A JP2007097156A (en) | 2007-04-12 |
JP2007097156A5 JP2007097156A5 (en) | 2009-10-08 |
JP4871675B2 true JP4871675B2 (en) | 2012-02-08 |
Family
ID=37982213
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006232610A Expired - Fee Related JP4871675B2 (en) | 2005-08-31 | 2006-08-29 | Image processing apparatus, image processing apparatus control method, and computer program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4871675B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008269380A (en) * | 2007-04-23 | 2008-11-06 | Matsushita Electric Ind Co Ltd | Information processor |
JP6557594B2 (en) | 2015-12-24 | 2019-08-07 | キヤノン株式会社 | Installation control program, information processing apparatus, and device driver installation method |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004310154A (en) * | 2003-04-02 | 2004-11-04 | Canon Finetech Inc | Computer program, peripheral device, and application program |
JP3922253B2 (en) * | 2003-12-18 | 2007-05-30 | 村田機械株式会社 | USB compatible copying multifunction peripheral and USB compatible copying multifunction peripheral control system |
-
2006
- 2006-08-29 JP JP2006232610A patent/JP4871675B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2007097156A (en) | 2007-04-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5887860B2 (en) | Image forming apparatus, image forming system, control method, and program. | |
US9628645B2 (en) | Image processing apparatus, and control method, and computer-readable storage medium thereof | |
US7529920B2 (en) | Apparatus and method capable of executing plug and play installation processing operation upon acquiring one piece of device identification information including both printer and facsimile identification information | |
US8179538B2 (en) | Image processing apparatus, information processing apparatus and control method | |
JP5562002B2 (en) | Information processing apparatus, information processing method, and program | |
JP2008123484A (en) | Print processing apparatus and method of controlling print processing apparatus | |
JP2006024199A (en) | Installation method, apparatus, control program and medium stored with the program | |
CN107656709B (en) | Image forming apparatus, control method thereof, and storage medium | |
JP2007066271A (en) | Information processor, method for controlling the same, data processor and program | |
US20040190074A1 (en) | Data processing device, facsimile machine having data processing function, and computer program | |
JP2007174215A (en) | External controller, and remote operation system and method | |
US8514427B2 (en) | Information processing method and apparatus equipped with a monitoring unit | |
JP2002342050A (en) | Image formation device, printing method, program and recording medium | |
JP4871675B2 (en) | Image processing apparatus, image processing apparatus control method, and computer program | |
JP2008211747A (en) | Image processing apparatus, server apparatus, task processing method, storage medium, and program | |
JP2012045816A (en) | Image forming apparatus, preview image processing method, program, and recording medium | |
JP2009070247A (en) | Information processor, information processing method, and image processor | |
JP3922253B2 (en) | USB compatible copying multifunction peripheral and USB compatible copying multifunction peripheral control system | |
JP2005135173A (en) | Information processing method, information processing system, program, and storage medium | |
JP5030178B2 (en) | Printing system, information processing apparatus, printing apparatus, printing method, control method, and program | |
JP3977163B2 (en) | Image processing system, information processing apparatus, image processing apparatus, and control program | |
JP5104446B2 (en) | Print control apparatus, program, and system | |
US8228533B2 (en) | Image processing system, image processing method, computer readable medium, and computer data signal | |
JP2017097548A (en) | Information processing apparatus, installation control system, installation control program, and installation control method | |
JP4922836B2 (en) | Image forming apparatus and application construction method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090826 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090826 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110524 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110720 |
|
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: 20111115 |
|
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: 20111121 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4871675 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20141125 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |