JP6118969B2 - Device server connection setting method - Google Patents

Device server connection setting method Download PDF

Info

Publication number
JP6118969B2
JP6118969B2 JP2013115946A JP2013115946A JP6118969B2 JP 6118969 B2 JP6118969 B2 JP 6118969B2 JP 2013115946 A JP2013115946 A JP 2013115946A JP 2013115946 A JP2013115946 A JP 2013115946A JP 6118969 B2 JP6118969 B2 JP 6118969B2
Authority
JP
Japan
Prior art keywords
connection
device server
peripheral
client
server
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.)
Active
Application number
JP2013115946A
Other languages
Japanese (ja)
Other versions
JP2014236326A (en
JP2014236326A5 (en
Inventor
誉人 山田
誉人 山田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Silex Technology Inc
Original Assignee
Silex Technology Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Silex Technology Inc filed Critical Silex Technology Inc
Priority to JP2013115946A priority Critical patent/JP6118969B2/en
Publication of JP2014236326A publication Critical patent/JP2014236326A/en
Publication of JP2014236326A5 publication Critical patent/JP2014236326A5/ja
Application granted granted Critical
Publication of JP6118969B2 publication Critical patent/JP6118969B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Mobile Radio Communication Systems (AREA)

Description

本発明は、デバイスサーバシステムに関し、特に、デバイスサーバを介して周辺機器を利用するクライアントとデバイスサーバとの接続設定方法に関するものである。   The present invention relates to a device server system, and more particularly to a connection setting method between a client and a device server that use a peripheral device via the device server.

プリンタやスキャナーなどの周辺機器をネットワークで共有する周辺機器利用システム(以下、デバイスサーバシステム)という技術が知られている(特許文献1,非特許文献1)。デバイスサーバシステムとは、図1に示すようなシステムであり、周辺機器としてプリンタ103が接続されたデバイスサーバ102と、クライアントとしてノート型パソコンPC101などのコンピュータとがネットワーク接続されている環境において、クライアントのPC101からネットワークを介してプリンタ103が利用できるといったように、クライアント側の利便性を追求したシステムである。   A technique called a peripheral device utilization system (hereinafter referred to as a device server system) that shares peripheral devices such as printers and scanners over a network is known (Patent Document 1, Non-Patent Document 1). The device server system is a system as shown in FIG. 1, and in an environment where a device server 102 to which a printer 103 is connected as a peripheral device and a computer such as a notebook personal computer PC101 are connected to a network as a client, the client This is a system that pursues convenience on the client side such that the printer 103 can be used from the PC 101 via the network.

デバイスサーバシステムでは、クライアントのPC101とプリンタ103との接続、すなわち通信パイプが存在していることを前提として動作するシステムである。このため、接続が存在している状態では、PC101はプリンタ103が自らに直接接続されたかのように仮想接続されており、その状態を逐一認識することができる。その一方で、この接続が失われるとPC101はプリンタ103を全く認識することができなくなる。   The device server system is a system that operates on the assumption that a connection between the client PC 101 and the printer 103, that is, a communication pipe exists. For this reason, in the state where the connection exists, the PC 101 is virtually connected as if the printer 103 was directly connected to itself, and can recognize the state one by one. On the other hand, if this connection is lost, the PC 101 cannot recognize the printer 103 at all.

このようなデバイスサーバシステムの動作を支えている技術が、カプセル処理技術である。図2はデバイスサーバシステムにおけるPC101とデバイスサーバ102の機能ブロックを示したものである。   A technology that supports the operation of such a device server system is a capsule processing technology. FIG. 2 shows functional blocks of the PC 101 and the device server 102 in the device server system.

まず、PC101について説明する。デバイスドライバ201は、プリンタ103を制御するソフトウェアであり、通常プリンタのベンダから提供されるものである。図中には記載していないが、ワープロソフトなどのアプリケーションはこのデバイスドライバ201を介してプリンタ103を利用することができる。
第1のカプセル処理手段202は、デバイサーバシステムを支える重要技術であり、本手段は、デバイスドライバ201の発行するプリンタ103への入出力リクエストを第1のネットワークインタフェース203を通じてネットワーク上に送信することができるように、入出力リクエストをネットワークパケットにカプセル化するものである。その一方で、入出力リクエストに対する応答が含まれるネットワークパケットを受信すると、該ネットワークパケットからこの応答を取り出し(デカプセルして)デバイスドライバ201に与える。
First, the PC 101 will be described. The device driver 201 is software for controlling the printer 103, and is normally provided from a printer vendor. Although not shown in the figure, an application such as word processing software can use the printer 103 via the device driver 201.
The first capsule processing unit 202 is an important technology that supports the device server system. This unit transmits an input / output request to the printer 103 issued by the device driver 201 over the network through the first network interface 203. In this way, I / O requests are encapsulated in network packets. On the other hand, when a network packet including a response to the input / output request is received, this response is extracted (decapsulated) from the network packet and provided to the device driver 201.

次に、デバイスサーバ102について説明する。USBインタフェースA211はプリンタ103と接続するインタフェースである。
USBホストコントローラ212は、デバイスサーバに接続される周辺機器の入出力等を管理するものである。入出力リクエストが与えられると、その内容に従って、USBインタフェースA211を通じてプリンタ103と通信し、その応答を第2のカプセル処理手段213に与える。
Next, the device server 102 will be described. The USB interface A 211 is an interface for connecting to the printer 103.
The USB host controller 212 manages input / output of peripheral devices connected to the device server. When an input / output request is given, it communicates with the printer 103 through the USB interface A 211 in accordance with the contents, and gives a response to the second capsule processing means 213.

また、第2のカプセル処理手段213は、第2のネットワークインタフェース214を通じて受信したネットワークパケットから入出力リクエストを取り出し(デカプセル)して、USBホストコントローラ212に与えるものである。その一方で、USBホストコントローラ212の応答を、入出力リクエストの発信元に返信するために、ネットワークパケットにカプセル化して、第2のネットワークインタフェース214に与える手段である。上述した機能構成、特に2つのカプセル処理手段の働きにより、PC101のデバイスドライバ201は、ネットワークを介してプリンタ103を制御することができる。   The second capsule processing unit 213 extracts (decapsulates) an input / output request from a network packet received through the second network interface 214 and supplies the input / output request to the USB host controller 212. On the other hand, in order to return the response of the USB host controller 212 to the source of the input / output request, it is a means for encapsulating the response into a network packet and giving it to the second network interface 214. The device driver 201 of the PC 101 can control the printer 103 via the network by the above-described functional configuration, in particular, the operation of the two capsule processing units.

上述したように、デバイスサーバシステムは、第1のカプセル処理手段202と第2のカプセル処理手段213とが必須となるシステムである。特に第1のカプセル処理手段は、オペレーティングシステムやプリンタ103のベンダによって提供されるものではなく、デバイスサーバ102と共に提供されるものであり、通常、ユーザ自身でこれをクライアントのPC101にインストールする必要がある。
このインストールを行うことにより、ユーザはネットワークを介してプリンタ103を利用することができるという恩恵を受けられる。その一方で、インストール作業は、ユーザにとっては面倒なものである。さらに、場合によってはセキュリティ上の問題により、PC101に対するソフトウェアのインストールが制限されていることもある。もちろん、この場合、デバイスサーバシステムを利用することができない。このような問題は、容易に任意のソフトウェアをインストールすることができない組み込み機器でも同様である。
As described above, the device server system is a system in which the first capsule processing unit 202 and the second capsule processing unit 213 are essential. In particular, the first capsule processing means is not provided by the operating system or the vendor of the printer 103, but is provided together with the device server 102. Normally, it is necessary for the user himself to install it on the client PC 101. is there.
By performing this installation, the user can benefit from being able to use the printer 103 via the network. On the other hand, the installation work is troublesome for the user. Further, in some cases, installation of software on the PC 101 may be restricted due to security problems. Of course, in this case, the device server system cannot be used. Such a problem also applies to an embedded device that cannot easily install arbitrary software.

かかる問題を解決するために、既に本発明者は、クライアントのPCや組み込み機器に専用ソフトウェアをインストールすることなく、デバイスサーバを利用してネットワークを介して周辺機器を利用できるクライアント装置を提案している(特許文献2)。このクライアント装置はクライアントと所定のインタフェースにより接続されると、クライアントが当該クライアント装置内のカプセル化手段を利用できるようになり、かつ本装置が備えるネットワークインタフェース(無線又は有線インタフェース)を通じてネットワーク経由でデバイスサーバおよびこれに接続された周辺機器を利用可能とするものである。
このクライアント装置により、専用ソフトウェアのインストールが不要となった。しかし、従来のデバイスサーバシステムにおいては、図3に示すように、クライアントのPCや組み込み機器の表示ユニットに、専用ソフトウェアの画面を表示させて、当該画面上で、デバイスサーバに接続される周辺機器を指定していた。
ところが、クライアントとしての組み込み機器やPOS(Point of sale)端末などのUSBポート搭載の一般機器の場合、安価に構成するために、ディスプレイユニットやキーボード入力ユニットを備えていないケースが存在する。
このようなケースでは、クライアント装置を用いたとしても、クライアント側からデバイスサーバ側に対して、接続している周辺機器を選択する方法が無いという問題が生じる。
In order to solve such a problem, the present inventor has already proposed a client device that can use a peripheral device via a network using a device server without installing dedicated software on a client PC or an embedded device. (Patent Document 2). When this client apparatus is connected to the client through a predetermined interface, the client can use the encapsulation means in the client apparatus, and the device is connected via the network through the network interface (wireless or wired interface) provided in the apparatus. The server and peripheral devices connected to the server can be used.
This client device makes it unnecessary to install dedicated software. However, in the conventional device server system, as shown in FIG. 3, a dedicated software screen is displayed on the display unit of the client PC or embedded device, and the peripheral device connected to the device server on the screen. Was specified.
However, in the case of a built-in device as a client or a general device equipped with a USB port such as a POS (Point of sale) terminal, there are cases in which a display unit and a keyboard input unit are not provided in order to achieve a low cost configuration.
In such a case, there is a problem that even if a client device is used, there is no method for selecting a connected peripheral device from the client side to the device server side.

再表2006/082782号公報Table 2006/082782 特願2012−107516Japanese Patent Application No. 2012-107516

サイレックス・テクノロジー株式会社ホームページ<http://www.silex.jp/products/usbdeviceserver/index.html?init>Silex Technology Co., Ltd. website <http://www.silex.jp/products/usbdeviceserver/index.html?init>

上記状況に鑑みて、本発明は、デバイスサーバシステムにおいて、ディスプレイやキーボードを備えていないクライアント側の機器に対して、クライアントとデバイスサーバの間の接続設定方法を提供することを目的とする。   In view of the above situation, an object of the present invention is to provide a connection setting method between a client and a device server for a client-side device that does not include a display or a keyboard in a device server system.

上記目的を達成すべく、本発明のデバイスサーバ接続設定方法は、複数のクライアントと、周辺機器が接続されたデバイスサーバとが、ネットワーク接続されており、デバイスサーバがクライアントと周辺機器との通信を相互に変換することにより、クライアントと周辺機器との間においてネットワークを経由した通信が可能であるデバイスサーバシステムにおけるデバイスサーバ接続設定方法であって、下記1)〜4)を特徴とする。
1)クライアントが、仮想接続装置を介してネットワーク接続される。
2)仮想接続装置は、第1スイッチ動作により、接続が認識された周辺機器の情報をデバイスサーバから受信できる状態に遷移する。
3)デバイスサーバは、第2スイッチ動作により、周辺機器の接続待ち状態に所定時間だけ遷移し、接続が認識された場合、接続された周辺機器の情報を同報通信する。
4)前記仮想接続装置は、受信した周辺機器の情報によって、クライアントと当該周辺機器とをネットワーク経由で通信させることを決定する。
In order to achieve the above object, the device server connection setting method of the present invention is such that a plurality of clients and a device server to which peripheral devices are connected are connected to a network, and the device server communicates between the clients and the peripheral devices. A device server connection setting method in a device server system that enables communication via a network between a client and a peripheral device by mutual conversion, and is characterized by the following 1) to 4).
1) A client is connected to a network via a virtual connection device.
2) The virtual connection device transits to a state in which the information of the peripheral device whose connection is recognized can be received from the device server by the first switch operation.
3) The device server transits to the connection waiting state of the peripheral device for a predetermined time by the second switch operation, and when the connection is recognized, broadcasts information on the connected peripheral device.
4) The virtual connection device determines that the client and the peripheral device are to communicate with each other via the network based on the received peripheral device information.

ここで仮想接続装置は、特許文献2において記載されたクライアント装置を意味する。本発明では、上記1)〜4)を備えることにより、ディスプレイやキーボードを備えていないクライアント側の機器であっても、クライアントとデバイスサーバの間の接続設定が行われ、クライアント側の機器がデバイスサーバを介してデバイスサーバに接続されている周辺機器を活用することができる。   Here, the virtual connection device means the client device described in Patent Document 2. In the present invention, by including the above 1) to 4), even if the device is a client side device that does not have a display or a keyboard, the connection setting between the client and the device server is performed. Peripheral devices connected to the device server via the server can be utilized.

ここで、クライアントは、ディスプレイなど表示デバイスやキーボードなど入力デバイスを備えていない機器を想定しているが、表示デバイスや入力デバイスを備える機器であってもよい。
また、第1スイッチ、第2スイッチは、ハードウェアで構成される。既存のスイッチと兼ねるものでもよく、また、後述するように、通信ケーブルの抜き差しをスイッチのON/OFFとして検知するものでもよい。
また、同報通信は、ネットワーク(LAN)で相手を特定しないで全ての機器に同じデータを送るブロードキャスト通信のみならず、特定のグループ全員にデータを一斉配信するマルチキャスト通信が含まれる概念である。
Here, the client is assumed to be a device that does not include a display device such as a display or an input device such as a keyboard, but may be a device that includes a display device or an input device.
The first switch and the second switch are configured by hardware. An existing switch may also be used, and as described later, a connection / disconnection of a communication cable may be detected as a switch ON / OFF.
Broadcast communication is a concept that includes not only broadcast communication that sends the same data to all devices without specifying a partner on the network (LAN), but also multicast communication that distributes data to all specific groups simultaneously.

ここで、デバイスサーバは、接続が認識された場合、接続された周辺機器の情報を、所定の時間間隔を空けて繰り返し同報通信することが好ましい。
時間を空けて繰り返し行うのは、クライアント側の仮想接続装置と、デバイスサーバとが、接続しやすくするためである。一般に、同報通信では相手がデータを受け取れたかどうかを発信者は知ることができないため、このような冗長動作が必要とされる。
Here, when the connection is recognized, it is preferable that the device server repeatedly broadcasts information on the connected peripheral devices with a predetermined time interval.
The reason for repeating the process at intervals is to facilitate the connection between the virtual connection device on the client side and the device server. In general, since the sender cannot know whether or not the other party has received the data in the broadcast communication, such a redundant operation is required.

また、デバイスサーバは、第2スイッチ動作により、周辺機器の接続待ち状態に所定時間だけ遷移し、接続が認識されない場合、ネットワーク接続だけ行われる、或いは、第2スイッチ動作以前の状態を維持することが好ましい。
接続が認識されない場合、ネットワーク接続だけ行われる、或いは、第2スイッチ動作以前の状態を維持することで、クライアント側と周辺機器との間のデータ通信以外の処理を行うことができる。
Further, the device server transits to a connection waiting state for peripheral devices for a predetermined time by the second switch operation, and when the connection is not recognized, only the network connection is performed, or the state before the second switch operation is maintained. Is preferred.
When the connection is not recognized, only the network connection is performed, or processing other than data communication between the client side and the peripheral device can be performed by maintaining the state before the second switch operation.

また、本発明のデバイスサーバ接続設定方法において、ネットワーク接続が無線通信による接続であり、上記の第1スイッチと第2スイッチは、それぞれ仮想接続装置、デバイスサーバの無線設定用スイッチであることが好ましい。
無線通信による接続、例えば、Wi−Fi Allianceが策定したWi−Fi Protected Setup(登録商標)(WPS)のプッシュボタン方式では、無線設定用スイッチが必要であり、既存の無線設定用スイッチを本発明の第1スイッチ或いは第2スイッチに兼用させることにより、新規なハードウェアの追加を避けることができる。
In the device server connection setting method of the present invention, it is preferable that the network connection is a connection by wireless communication, and the first switch and the second switch are a virtual connection device and a device server wireless setting switch, respectively. .
In connection with wireless communication, for example, the push button method of Wi-Fi Protected Setup (registered trademark) (WPS) established by Wi-Fi Alliance requires a wireless setting switch, and the existing wireless setting switch is used in the present invention. By combining the first switch or the second switch, it is possible to avoid the addition of new hardware.

また、本発明のデバイスサーバ接続設定方法において、ネットワーク接続が通信ケーブルによる接続である場合、上記の第1スイッチは、通信ケーブルを接続口に挿し込んだタイミングをトリガーとするスイッチであることが好ましい。
仮想接続装置における第1スイッチを、通信ケーブルを接続口に挿し込んだタイミングをトリガーとするスイッチとすることにより、新規なハードウェアの追加を避けることができ、通信ケーブルを接続口に挿し込んだタイミングを割り込みとして処理するプログラムで動作を行わせることが可能になる。
In the device server connection setting method of the present invention, when the network connection is a connection using a communication cable, the first switch is preferably a switch triggered by the timing at which the communication cable is inserted into the connection port. .
By using the first switch in the virtual connection device as a trigger triggered by the timing at which the communication cable is inserted into the connection port, the addition of new hardware can be avoided, and the communication cable is inserted into the connection port. An operation can be performed by a program that processes the timing as an interrupt.

本発明によれば、デバイスサーバシステムにおいて、ディスプレイやキーボードを備えていないクライアント側の機器であっても、クライアントとデバイスサーバの間の接続設定が行われ、クライアント側の機器がデバイスサーバを介してデバイスサーバに接続されている周辺機器を活用することができるといった効果を有する。   According to the present invention, in a device server system, even if a device on the client side does not include a display or a keyboard, the connection setting between the client and the device server is performed, and the device on the client side passes through the device server There is an effect that peripheral devices connected to the device server can be utilized.

従来のデバイスサーバシステムの構成図の一例Example of configuration diagram of conventional device server system 従来のデバイスサーバシステムにおける機能ブロック図Functional block diagram of a conventional device server system 従来のデバイスサーバシステムにおける問題点の説明図Explanatory diagram of problems in the conventional device server system 実施例1のデバイスサーバシステムの構成図Configuration diagram of device server system of embodiment 1 デバイスサーバの通信設定処理フロー図Device server communication setting process flow chart クライアント側の仮想接続装置の通信設定処理フロー図Communication setting process flow diagram of client side virtual connection device 無線設定開始状態のイメージ図Wireless setup start image 接続対象周辺機器の選択状態のイメージ図Image of selection status of peripheral devices to be connected 無線設定完了状態のイメージ図Wireless setting completion image 周辺機器の接続開始状態のイメージ図Peripheral device connection start image 周辺機器の接続完了状態のイメージ図Peripheral device connection completion image 周辺機器の接続解除状態のイメージ図Peripheral device disconnected state image クライアント側の仮想接続装置の通信設定解除処理フロー図(実施例1)Example 1 of communication setting cancellation processing flow of virtual connection device on client side クライアント側の仮想接続装置の通信設定処理フロー図(実施例2)Example of communication setting process flow of virtual connection device on client side (Example 2) クライアント側の仮想接続装置の通信設定解除処理フロー図(実施例2)Example of communication setting release process flow of virtual connection device on client side (Example 2)

以下、本発明の実施形態について、図面を参照しながら詳細に説明していく。なお、本発明の範囲は、以下の実施例や図示例に限定されるものではなく、幾多の変更及び変形が可能である。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. The scope of the present invention is not limited to the following examples and illustrated examples, and many changes and modifications can be made.

図4は、実施例1のデバイスサーバシステムの構成図を示している。
図4に示すように、実施例1のデバイスサーバシステムは、クライアント101としてUSBポート搭載のPOS端末、周辺機器103としてプリンタが接続されたデバイスサーバ102が、Wi−Fi(登録商標)無線ネットワーク接続される構成である。そして、クライアント101に仮想接続装置100がUSBポートを介して接続される。
この仮想接続装置100は、Wi−Fi無線通信により、デバイスサーバ102と通信できる機能を備えている。そして、クライアント101と周辺機器103との間で、ネットワークを経由した通信が可能になるように、クライアント101のデータをデバイスサーバ102に転送し、或いは、デバイスサーバ102のデータをクライアント101に転送する。
FIG. 4 illustrates a configuration diagram of the device server system according to the first embodiment.
As shown in FIG. 4, in the device server system of the first embodiment, a POS terminal equipped with a USB port as a client 101 and a device server 102 to which a printer is connected as a peripheral device 103 are connected to a Wi-Fi (registered trademark) wireless network. It is the composition which is done. Then, the virtual connection device 100 is connected to the client 101 via the USB port.
The virtual connection device 100 has a function capable of communicating with the device server 102 by Wi-Fi wireless communication. Then, the data of the client 101 is transferred to the device server 102 or the data of the device server 102 is transferred to the client 101 so that communication between the client 101 and the peripheral device 103 is possible via the network. .

そして、デバイスサーバシステムの通信設定の際、仮想接続装置100とデバイスサーバ102は、以下のように、無線設定のためのボタンを活用する。
仮想接続装置100は、第1スイッチ動作により、接続が認識された周辺機器103の情報をデバイスサーバ102から受信できる状態に遷移する。図4に示すように、実施例1では、第1スイッチがWPSボタン等の無線設定用ボタンと兼用されている。
また、デバイスサーバ102は、第2スイッチ動作により、周辺機器103の接続待ち状態に所定時間だけ遷移する。こちらの場合も、図に示すように、実施例1では、第2スイッチがWPSボタン等の無線設定用ボタンと兼用されている。
When the communication setting of the device server system is performed, the virtual connection device 100 and the device server 102 utilize buttons for wireless setting as follows.
The virtual connection device 100 transitions to a state in which information about the peripheral device 103 whose connection is recognized can be received from the device server 102 by the first switch operation. As shown in FIG. 4, in the first embodiment, the first switch is also used as a wireless setting button such as a WPS button.
Further, the device server 102 transits to the connection waiting state of the peripheral device 103 for a predetermined time by the second switch operation. Also in this case, as shown in the figure, in the first embodiment, the second switch is also used as a wireless setting button such as a WPS button.

図5、図6を参照して、デバイスサーバ102、クライアント101側の仮想接続装置100のそれぞれの通信設定処理フローについて説明する。
また、通信設定処理フローの途中の各状態における、デバイスサーバ102、クライアント101側の仮想接続装置のイメージを図7〜11に示す。図7は無線設定開始状態のイメージを、図8は接続対象周辺機器の選択状態のイメージを、図9は無線設定完了状態のイメージを、図10は周辺機器の接続開始状態のイメージを、図11は周辺機器の接続完了状態のイメージを示している。これらの図(図7〜図11)を参照しつつ、実施例1を概説する。
With reference to FIG. 5 and FIG. 6, the communication setting process flows of the device server 102 and the virtual connection apparatus 100 on the client 101 side will be described.
In addition, FIGS. 7 to 11 illustrate images of the virtual connection device on the device server 102 and the client 101 side in each state in the middle of the communication setting process flow. 7 shows an image of a wireless setting start state, FIG. 8 shows an image of a connection target peripheral device selection state, FIG. 9 shows an image of a wireless setting completion state, and FIG. 10 shows an image of a peripheral device connection start state. 11 shows an image of the connection completion state of the peripheral devices. Example 1 will be outlined with reference to these drawings (FIGS. 7 to 11).

図7において、デバイスサーバ102の第2スイッチを押下する。このスイッチにより無線設定用のWPSの動作も開始される。次に、利用したい周辺機器が存在する場合、デバイスサーバ102にその周辺機器を接続する(図8ではプリンタ103)。WPS動作が完了するまでに周辺機器が接続されれば、WPSに加えて当該周辺機器の接続設定が開始される。WPS動作が完了するまでに周辺機器が接続されなければ、単なるWPSが行われるのみである。その後、図9において、仮想接続装置100をクライアント101に接続し、第1スイッチを押下する。これによりWPS設定は完了する。一方、デバイスサーバ102側は周辺機器が接続されている場合、その情報を確立された無線LANを用いてブロードキャストまたはマルチキャストする。仮想接続装置100は周辺機器の情報を所定時間受信可能としており、当該情報をデバイスサーバ102から受信すれば、仮想接続装置100はクライアント101とこの周辺機器とをネットワーク経由で通信させることを決定する。そしてその結果、当該周辺機器はクライアント101に直接接続されたかのように仮想接続される(図10および図11)。   In FIG. 7, the second switch of the device server 102 is pressed. This switch also starts WPS operation for wireless setting. Next, when there is a peripheral device to be used, the peripheral device is connected to the device server 102 (printer 103 in FIG. 8). If the peripheral device is connected before the WPS operation is completed, the connection setting of the peripheral device is started in addition to the WPS. If the peripheral device is not connected by the time the WPS operation is completed, only WPS is performed. Thereafter, in FIG. 9, the virtual connection device 100 is connected to the client 101, and the first switch is pressed. This completes the WPS setting. On the other hand, when a peripheral device is connected, the device server 102 broadcasts or multicasts the information using the established wireless LAN. The virtual connection device 100 can receive information about the peripheral device for a predetermined time. When the virtual connection device 100 receives the information from the device server 102, the virtual connection device 100 determines to communicate the client 101 and the peripheral device via the network. . As a result, the peripheral device is virtually connected as if directly connected to the client 101 (FIGS. 10 and 11).

次に、通信設定処理の詳細を、デバイスサーバ102および仮想接続装置100それぞれの処理フロー図(図5および図6)を用いて説明する。
まず、図5に示すようにデバイスサーバ102は、電源がONされると、第2スイッチ(ボタン)押下待ちの状態になる(S201)。第2スイッチ(ボタン)が押下されると、割り込み信号が入り、無線設定を開始する(S202)。
この時、無線設定の完了待ちの状態(S211)と、周辺機器の取付待ちの状態(S221)の2つの待ち状態が同時に起きる。これら2つの待ち状態(S211,S221)は、無線設定が完了し、無線設定の完了待ち状態が先に解消すると、次の状態に移る。
Next, details of the communication setting process will be described with reference to process flowcharts (FIGS. 5 and 6) of the device server 102 and the virtual connection apparatus 100, respectively.
First, as shown in FIG. 5, when the power is turned on, the device server 102 waits for the second switch (button) to be pressed (S201). When the second switch (button) is pressed, an interrupt signal is input and wireless setting is started (S202).
At this time, two waiting states occur simultaneously: a wireless setting completion waiting state (S211) and a peripheral device attachment waiting state (S221). These two waiting states (S211, S221) shift to the next state when the wireless setting is completed and the wireless setting completion waiting state is canceled first.

すなわち、無線設定の完了信号が、周辺機器とデバイスサーバ102との取付完了の信号よりも早く生じるならば、周辺機器の取付をバイパスして次の処理である「接続された周辺機器があるか?」の判断処理(S241)が行われる。反対に、周辺機器とデバイスサーバ102との取付完了の信号が、無線設定の完了信号より早く生じるならば、次の処理である「取付られた周辺機器を検出したか?」の判断処理(S222)が行われ、検出した場合、周辺機器情報を記憶する処理(S223)が行われ、「接続された周辺機器があるか?」の判断処理(S241)に移る。また、取付られた周辺機器を検出しなかった場合、バイパスして「接続された周辺機器があるか?」(S241)に移る。   In other words, if the wireless setting completion signal is generated earlier than the signal indicating completion of attachment between the peripheral device and the device server 102, bypassing the attachment of the peripheral device is the next process, “is there a connected peripheral device? Is determined (S241). On the other hand, if the signal indicating completion of attachment between the peripheral device and the device server 102 is generated earlier than the signal indicating completion of wireless setting, the next processing, “Did you detect the attached peripheral device?” (S222) ) Is performed and processing for storing peripheral device information (S223) is performed, and the process proceeds to determination processing (S241) of “is there a connected peripheral device?”. If the attached peripheral device is not detected, the process bypasses to “Is there a connected peripheral device?” (S241).

判断処理(S241)で、デバイスサーバ102に接続された周辺機器が存在する場合、周辺機器情報を同報通信する(S242)。同報通信は、所定の時間間隔を空けて(S244)、繰り返し実施する。
そして、クライアント101側の仮想接続装置100から接続応答があれば(S243)、通信設定を終了する。
In the determination process (S241), if there is a peripheral device connected to the device server 102, the peripheral device information is broadcast (S242). The broadcast communication is repeatedly performed with a predetermined time interval (S244).
If there is a connection response from the virtual connection device 100 on the client 101 side (S243), the communication setting is terminated.

一方、図6に示すようにクライアント101側の仮想接続装置100は、クライアント101のUSBポートに仮想接続装置100の接続口が挿し込まれて通電すると、第1スイッチ(ボタン)押下待ちの状態になる(S101)。第1スイッチ(ボタン)が押下されると、割り込み信号が入り、無線設定を開始する(S102)。
そして、無線設定が完了し、無線設定の完了待ちの状態(S103)が解消すると、デバイスサーバ102から周辺機器情報の受信待ちの状態(S104)に移る。所定時間内に周辺機器情報を受信するか否かを判断し(S105)、所定時間内に周辺機器情報を受信できた場合、その周辺機器103と接続する(S106)。所定時間内に周辺機器情報を受信できなかった場合、周辺機器103と接続しないで通信設定を終了する。
On the other hand, as shown in FIG. 6, the virtual connection device 100 on the client 101 side waits for the first switch (button) to be pressed when the connection port of the virtual connection device 100 is inserted into the USB port of the client 101 and energized. (S101). When the first switch (button) is pressed, an interrupt signal is input and wireless setting is started (S102).
When the wireless setting is completed and the wireless setting completion waiting state (S103) is canceled, the device server 102 shifts to a state waiting for receiving peripheral device information (S104). It is determined whether or not the peripheral device information is received within a predetermined time (S105). When the peripheral device information is received within the predetermined time, the peripheral device 103 is connected (S106). If the peripheral device information cannot be received within a predetermined time, the communication setting is terminated without connecting to the peripheral device 103.

図12、図13は、それぞれ周辺機器103の接続解除する際の動作のイメージ、クライアント側の仮想接続装置100の通信設定解除処理フロー図を示している。仮想接続装置100は通信設定解除を行う場合、デバイスサーバ102を介して周辺機器103と接続中に、再び第1スイッチ(ボタン)を押下する(S121)。これにより、仮想接続装置100は周辺機器103との接続を解除する(S122)。   FIG. 12 and FIG. 13 show an image of the operation when the peripheral device 103 is disconnected, and a communication setting cancellation processing flowchart of the client-side virtual connection device 100, respectively. When canceling the communication setting, the virtual connection device 100 presses the first switch (button) again while connected to the peripheral device 103 via the device server 102 (S121). Thereby, the virtual connection device 100 releases the connection with the peripheral device 103 (S122).

本発明における第1スイッチは、通信ケーブルを接続口に挿し込んだタイミングをトリガーとするスイッチであってもよい。この場合の通信設定処理フローを図14により説明する。まず、仮想接続装置100に設けられた通信ケーブル接続口に通信ケーブルを挿し込んだタイミング(S301)で割り込み信号が入り、有線通信設定を開始する(S302)。
そして、有線通信の設定完了待ちの状態(S303)が解消すると、デバイスサーバ102から周辺機器情報の受信待ちの状態(S304)に移る。所定時間内に周辺機器情報を受信するか否かを判断し(S305)、所定時間内に周辺機器情報を受信できた場合、その周辺機器103と接続する(S306)。所定時間内に周辺機器情報を受信できなかった場合、周辺機器103と接続しないで通信設定を終了する。
The first switch in the present invention may be a switch triggered by the timing at which the communication cable is inserted into the connection port. The communication setting process flow in this case will be described with reference to FIG. First, an interrupt signal is input at the timing when a communication cable is inserted into the communication cable connection port provided in the virtual connection device 100 (S301), and wired communication setting is started (S302).
When the state of waiting for completion of setting of wired communication (S303) is resolved, the device server 102 moves to a state of waiting for reception of peripheral device information (S304). It is determined whether or not the peripheral device information is received within a predetermined time (S305). When the peripheral device information is received within the predetermined time, the peripheral device 103 is connected (S306). If the peripheral device information cannot be received within a predetermined time, the communication setting is terminated without connecting to the peripheral device 103.

また、図15では、仮想接続装置100は通信設定解除を行う場合、デバイスサーバ102を介して周辺機器103と接続中に、接続口に挿し込まれている通信ケーブルを抜くことをトリガーとして(S321)周辺機器103との接続設定を解除する(S322)。   In FIG. 15, when the virtual connection apparatus 100 cancels the communication setting, the connection is disconnected from the peripheral device 103 via the device server 102 and the communication cable inserted into the connection port is disconnected (S321). The connection setting with the peripheral device 103 is canceled (S322).

100 仮想接続装置
101 クライアント(POS端末)
102 デバイスサーバ
103 周辺機器(プリンタ)
105 周辺機器接続用ケーブル


100 Virtual connection device 101 Client (POS terminal)
102 device server 103 peripheral device (printer)
105 Peripheral device connection cable


Claims (5)

クライアントと、周辺機器が接続されたデバイスサーバとが、仮想接続装置を介してネットワーク接続され、デバイスサーバ及び仮想接続装置がクライアントと周辺機器との通信を相互に変換することにより、クライアントと周辺機器との間においてネットワークを経由した通信が可能であるデバイスサーバシステムにおけるデバイスサーバ接続設定方法であって、
前記仮想接続装置は、
第1スイッチ動作により、接続が認識された周辺機器の情報を前記デバイスサーバから受信できる状態に遷移し、
前記デバイスサーバは、
第2スイッチ動作により、周辺機器の接続待ち状態に所定時間だけ遷移し、
接続が認識された場合、接続された周辺機器の情報を同報通信することを所定の時間間隔を空けて繰り返し、
同報通信を受けた当該仮想接続装置は、
クライアントと当該デバイスサーバに接続された周辺機器とをネットワーク経由で通信させることを決定する、
ステップを含むことを特徴とするデバイスサーバ接続設定方法。
The client and the device server to which the peripheral device is connected are connected to the network via the virtual connection device, and the device server and the virtual connection device mutually convert communication between the client and the peripheral device, so that the client and the peripheral device are connected. A device server connection setting method in a device server system capable of communication via a network with
The virtual connection device is:
The first switch operation makes a transition to a state in which information on the peripheral device whose connection is recognized can be received from the device server,
The device server is
The second switch operation makes a transition to the peripheral device connection waiting state for a predetermined time,
If the connection is recognized, the information of the connected peripheral devices to repeatedly at a predetermined time interval that broadcasts,
The virtual connection device that received the broadcast communication
Decide to communicate the client and peripheral devices connected to the device server via the network.
A device server connection setting method comprising steps.
前記デバイスサーバは、
前記第2スイッチ動作により、周辺機器の接続待ち状態に所定時間だけ遷移し、
接続が認識されない場合、ネットワーク接続だけ行われる、或いは、前記第2スイッチ動作以前の状態を維持する、
ステップを更に含むことを特徴とする請求項に記載のデバイスサーバ接続設定方法。
The device server is
By the second switch operation, a transition predetermined time waiting for a connection peripherals,
If the connection is not recognized, only the network connection is made, or to maintain the second switch actuating previous state,
The device server connection setting method according to claim 1 , further comprising a step.
前記ネットワーク接続が無線通信による接続であり、
前記第1スイッチ動作および第2スイッチ動作は、前記クライアントと前記周辺機器とをネットワーク経由で通信させるための動作であると共に、前記仮想接続装置と前記デバイスサーバの無線設定をさせるための動作である
ことを特徴とする請求項1又は2に記載のデバイスサーバ接続設定方法。
The network connection is a wireless communication connection;
The first switch operation and the second switch operation are operations for causing the client and the peripheral device to communicate with each other via a network, and for performing wireless settings of the virtual connection device and the device server. ,
3. The device server connection setting method according to claim 1, wherein the device server connection is set.
前記ネットワーク接続が通信ケーブルによる接続であり、
前記第1スイッチ動作は、通信ケーブルを接続口に差し込んだタイミングをトリガーとするスイッチ動作である、
ことを特徴とする請求項1又は2に記載のデバイスサーバ接続設定方法。
The network connection is a communication cable connection;
The first switch operation, a switching operation of the timing for inserting the communication cable to the connection port and the trigger,
3. The device server connection setting method according to claim 1, wherein the device server connection is set.
前記仮想接続装置は、前記デバイスサーバを介して前記周辺機器と接続中に、前記第1スイッチ動作により、または、自身の接続口に差し込まれている通信ケーブルが抜かれたことをトリガーに前記周辺機器と接続を解除する、
ステップを更に含むことを特徴とする請求項1〜のいずれかに記載のデバイスサーバ接続設定方法。
It said virtual connection device, while connected to the peripheral device via the device server, by the first switch operation, or a trigger that the communication cable is plugged into its own connection opening is unplugged, the peripheral Disconnect from the device,
Device server connection setting method according to any one of claims 1 to 4, further comprising a step.
JP2013115946A 2013-05-31 2013-05-31 Device server connection setting method Active JP6118969B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013115946A JP6118969B2 (en) 2013-05-31 2013-05-31 Device server connection setting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013115946A JP6118969B2 (en) 2013-05-31 2013-05-31 Device server connection setting method

Publications (3)

Publication Number Publication Date
JP2014236326A JP2014236326A (en) 2014-12-15
JP2014236326A5 JP2014236326A5 (en) 2016-07-14
JP6118969B2 true JP6118969B2 (en) 2017-04-26

Family

ID=52138748

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013115946A Active JP6118969B2 (en) 2013-05-31 2013-05-31 Device server connection setting method

Country Status (1)

Country Link
JP (1) JP6118969B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017208299A1 (en) 2016-05-30 2017-12-07 三菱電機株式会社 Communication system and communication system control method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006174383A (en) * 2004-12-20 2006-06-29 Matsushita Electric Ind Co Ltd Radio information terminal
JP2009017252A (en) * 2007-07-05 2009-01-22 Toshiba Corp Connection system for wireless network household electric appliance
JP2010245680A (en) * 2009-04-02 2010-10-28 Seiko Epson Corp Image output system, image output device, and setting information sharing method
JP5135445B2 (en) * 2011-01-11 2013-02-06 株式会社バッファロー Wireless LAN system, communication apparatus, and method for sharing setting information

Also Published As

Publication number Publication date
JP2014236326A (en) 2014-12-15

Similar Documents

Publication Publication Date Title
US9658748B2 (en) System and method of managing states of computer screen and controlling mobile communication terminal
EP3397018B1 (en) Information processing method, program, and information processing system
JP4552075B2 (en) Image sharing system
JP6122320B2 (en) COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP6151913B2 (en) Information processing apparatus and control method thereof
JP7028117B2 (en) Information processing system, information processing device, information processing method and program
JP2010218347A (en) Thin client server system and method of managing driver of usb device
JP5700013B2 (en) Image forming system, method of returning image forming apparatus from power saving state in the system, and external terminal
EP3343352B1 (en) Method, apparatus and device for instructing operations on terminal device
US10855857B2 (en) Information processing system to register a service to a target device
EP3156961B1 (en) Virtual media device
US10496344B2 (en) Printing apparatus capable of performing near field wireless communication, method for controlling printing apparatus, and storage medium
EP3217596B1 (en) Communication terminal, communication system, and data transmission method
CN107948565B (en) Method and device for realizing wired screen transmission
JP2009016967A (en) Information processor, control method and display system of information processor
EP3369236A1 (en) Information system
JP6118969B2 (en) Device server connection setting method
JP2022515702A (en) Providing virtual desktops within a computing environment
JP6383973B2 (en) Relay device for communication bandwidth control
JP5890648B2 (en) Information processing apparatus, control method therefor, and device control system
JP2008299694A (en) Peripheral device driver installation system
JP2014127121A (en) Portable terminal, control method of portable terminal, and device control system
US20150222782A1 (en) Device control apparatus and control method thereof
KR20230010744A (en) Wi-Fi control methods, devices and electronic facilities
JP2019089336A (en) Image forming device, terminal device, error screen providing method and computer program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160524

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160524

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20160524

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20160901

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160908

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20161107

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170220

R150 Certificate of patent or registration of utility model

Ref document number: 6118969

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250