eclipse-threadx / usbx

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/usbx/index.md
MIT License
154 stars 89 forks source link

USBx Emulation support on Windows #61

Closed parthindia47 closed 2 years ago

parthindia47 commented 2 years ago

Hi Everyone, I wanted to know if there is USBx emulation support for windows ? Is it possible to use USBx similar to libusb ?

xiaocq2001 commented 2 years ago

ux_hcd_sim_host and ux_dcd_sim_device files are emulation on host side and device side, which works together to make demo_usbx.c work on windows/linux.

But the simulation controller driver is not linked to windows USB driver, it's not possible to use USBx similar to libusb.

xiaocq2001 commented 2 years ago

There is no driver to translate windows USB activities to USBX, it's not supported right now.