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 share a local device

1. List all locally available USB ports using the “ls local” 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 “share” command to share the port:

where 12345 can be any unused TCP port.

How to connect to a remote device

1. Find all USB ports shared on a remote server with the “explore” command:

where instead of 127.0.0.1 you should specify the IP address or network name of your server.

2. Establish a connection by running the “connect” command:

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

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