Hi, you’re not seeing the board in your AVD session because the Windows App client doesn’t support USB redirection, only drive redirection. To get USB working (like for a TI XDS110), you need to:
-Use the MSI Remote Desktop client (or the Store UWP app), not Windows App or the web client.
-Run Windows Pro/Enterprise/Education locally, Home doesn’t support USB redirection.
-On your local PC, set these registry keys:
-EnableUsbDeviceRedirection = 1
-Whitelist the device with:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Terminal Server Client\USB]
-Reconnect with the MSI client, it’ll prompt you to pick USB devices before login. Tick both XDS110 entries.
-Inside the VM, open Device Manager, you should now see the board as a working USB RDP device and redirected COM ports.
The yellow “Code 10” error happened before because the Windows App installed the driver, but never passed through the actual device. With the right client and config, USB redirection works and CCS (or any serial tool) can talk to the board over the redirected COM port.
Switch to the MSI Remote Desktop client, set the right registry keys, whitelist the USB device, and enable redirection in the VM. That’s how to get hardware like XDS110 working over AVD.