Search Unity

How to use USB driver in Unity?

Discussion in 'Documentation' started by fran748, May 17, 2022.

  1. fran748

    fran748

    Joined:
    Apr 14, 2022
    Posts:
    1
    Hello, I am developing a USB communication between the computer (Host) and a microcontroller (device). Currently, the microcontroller is HID class, but in a future it will be Vendor class. In addition, I want to develop a Window app via Unity, but I want to know how unity can access to USB driver.
    Specifically, I want to know what libraries allow to connect USB driver with the app and an example.