USB Device Server comes with a command-line utility, called ususbc, that allows you to share and connect to USB devices without having to open the graphical interface.

How to unshare a local device

1. List all shared USB ports using the “ls share” command:

As you can see in the output, here we have three USB devices attached. Let’s say we want to share the second one.

2. Run the “unshare” command to unshare the port:

where ",,12345,usb2,2-2.2,,Ultra USB 3.0,,,,127.0.0.1," is the shared USB device.

or you can run the "unshare all" command to unshare all the device.

How to disconnect to a remote device

1. Find connected USB ports using the “ls remote” command:

2. Disconnect by running the “disconnect” command:

where "localhost,,29095,usb2,port2.2,,Ultra USB 3.0,,,,," is the remote USB device.

For the full list of available commands and information on their usage, use ususbc help and ussbc help [command]

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework