Accessing local USB port from a VM Player guest which is running on a remote computer

0

I am connecting to a multi core Windows XP 64 bit machine from my single core 32 bit Windows XP machine in order to access Visual Studio to build our solution. Then we test the product on several VMs all of which are running on that remote machine. The guest I am interested in runs Windows 7 32 bit.

Our software needs to access USB port but the local USB port is not available to the guest OS.

I know this is multiple redirection but is there a way to get this done?

Martin

Posted 2012-03-08T13:05:00.567

Reputation: 1

@Ramhound I think that's what the qeuestion is about: connecting a local USB device to a VM guest runnning on a distant machine. – wap26 – 2017-11-22T09:00:31.920

Have you enabled the ability for VMWare to detect USB devices. Why on earth are you using that abomination known as Windows XP x64? – Ramhound – 2012-03-08T13:17:32.423

Yes. At Virtual Machine Setting > Hardware/USB devices, I have checked all the boxes. Is there anything else that needs to be set? – Martin – 2012-03-08T13:24:59.653

I just to make sure your not trying to link local USB port to the remote machine and expect the virtual machine to see it. – Ramhound – 2012-03-08T14:37:17.033

No answers