USB over Ethernet v.2.0 - Help |
General command-line format is:
USBOE.EXE <action> <device> [<server>] [-silent]
<action> parameter defines the action you'd like to perform. Only one action can be specified in one application call. Possible values for this parameter are:
| Action | Description |
| -share | Share a specified device |
| -unshare | Unshare a specified device |
| -connect | Connect a specified device from a specified server |
| -disconnect | Disconnect a specified device from a specified server |
<device> specifies the device on which you'd like to perform an action. Device can be identified by hardware id (vendor id, product id and revision), serial number and/or a USB port number it is plugged to. It is possible to combine these identifiers.
| Identifier | Description |
| -vid <vendorid> | USB device Vendor ID |
| -pid <productid> | USB device Product ID |
| -rev <revision> | USB device Revision |
| -usbport <port number> | USB port number, as displayed in USB device list. |
| -serial <serial number> | USB device serial number |
<server> specifies the server where the device is located. The server should be already added via configuration utility. This parameter is not required for local devices sharing and unsharing. Parameter format:
<address>:<tcp port>
-silent specify this parameter to enable silent mode. In this mode, USB over Ethernet won't display any error messages . You can check process exit code to determine if the operation was successful.