Command Line Control

I am currently trying to create a program in Visual Studio, where users are able to use the VirtualHere Client through this program.

Now, I know that there is information regarding the VirtualHere USB Client being controlled by another program or command line, but I am still unsure about some things.

Users will have the option to connect to several different VirtualHere Servers, all have USB devices connected to them. Is there a way to change the Device Name of the components that are connected to each VirtualHere Server?

If not that is not possible, is there a way that I can pull the Device Address from the command line and use it in the script for connecting?

Thank you for your time

#2

Yes to rename a device just use

"DEVICE RENAME,<address>,New name"

to find the device address you can do

LIST

then parse the output.

If you have ideas on how to make this easier for yourself let me know and ill try to accommodate.