WinUSB reset

How can I reset a WinUSB databus connection in TinyClr?

Not sure if possible but why do you need to reset?

This is for WinUSB.
In NETMF once in a while the USB communication between server and client got lost and we had to reset the USB connection. Actually, I just realized that we can just re create and re-config the USB class, but I guess what I am looking for is on how to “stop” the USB Controller.

Blockquote
foreach (UsbController usbC in UsbController.GetControllers())
{
controller.Stop();
Thread.Sleep(500);
}
}

I suggest you add to GitHub. It doesn’t seem urgent but nice to have in the future.

winusb.Enable() ;
winusb.Disable();