Support

Description

Support for VirtualHere hardware and software

QNAP Troubles

Forums

Just purchased. Server is on QNAP TS659 Pro. 4.1.4 firmware. Installing latest version results in can't connect (its not listening on port 7575. ) If I install the latest version on the qnap app store (I think its 2.0.6) it works. And the client can connect. As soon as I install the license the server crashes and I get the following error logged on the qnap: "virtual here caught signal 11 - segmentation fault)

Help?

Thanks,
Mark

Virtualhere on Win 10

Forums

Anyone get Virturalhere to work on win 10. I am using it with a 3D printer, which is using serial communications. It looks like the port connector and shows up in device manager. But will not connect in the spooler ( just shows connecting). I have tried it on 2 win 10 computers. It works fine on win 7 and OSX fine.

Thanks for any help.

Control Server for Matrix Switching

Forums

Hello,
I would like to create a server application that could remotely manage all of my VirtualHere servers. The intent would be to create a NxN matrix to connect servers to clients.

Ideally I would like to do this by changing the ReverseClients table on the server without editing the config.ini file and rebooting the server. Is this possible?

Thanks,
ES

Feature Request: Uninstall Drivers

Forums

For the client, I'd like to request a feature to uninstall the drivers (the complement to -d option).

Thanks.
-Casey

Site Licenese

Forums

Is it possible to get a "site" license of the virtualhere server software?

I'm using it for a few projects, and purchasing a new license each time is becoming cumbersome. I didn't see anything about this, so perhaps it's not possible, but thought I'd check.

usb client crash

Forums

Hello,

I updated de usb client software to the latest version, (3.06) at the start of the software its generates an error:

Unfortunaly V has crashed after you klik OK a report wil be writen to C, please sent to M

i found an crash report with the follwing info:

Crash Report...

Time: 2015-08-16-16:37:30
Executable: C
Version: 3
Error: 0xC0000005 (A)
Location: 004001CD
Backtrace:

4001CD (C)
7718DBF1 (C)
77124D23 (C)
771738F4 (C)
77173921 (C)

please look at it i hope you find an solution.

OSX client - connection drops

Forums

Hi,

I have an intel NUC at home running Ubuntu x64 with a couple Arduinos attached to it. I tried using a combination of openvpn and VirtualHere to push code to those Arduinos remotely. I don't mind the one device limitation however, there's a problem ...

The first time i started the client on my laptop (OS X 10.10.4) it worked like a charm. I could see the USB devices, i could connect to them with a serial monitor, etc. The first time i uploaded code to one of the Arduinos the operation succeeded but the virtual USB device became unusable.

Redirect output to pipe

Forums

Exist any way to redirect the "-r" output to pipe on Windows?
I want to do something similar to (on UNIX by convention '-' is redirection to STDOUT):

vhusbd -t "LIST" -r - | grep "In-use by you" | other_program

PS: I want to use this output on NAGIOS.