Reputation: 12613
I am using Hyper-V Manager on my Windows 8.1 device to host a virtual machine. As it turns out, there is no way to enable your COM ports through the user interface, instead you must use Windows PowerShell (as described here and shown below).
I have followed the directions provided in the link above, and I can see the VM COM ports (1 & 2) listed in the device manager of the VM. I can point at the VM COM ports with the kernel debugger in WinDbg (running on the VM). Finally, I am trying to kernel debug a peripheral device physically plugged into the USB port of the HOST machine (COM4).
How do I map the VM COM ports to the HOST machine?
Upvotes: 1
Views: 11908
Reputation: 12613
You need to access the VM via the "Remote Desktop Connection" application.
Now you can access the resources of your local machine in your VM.
Upvotes: 2