Develop an application for controlling USB devices

Develop an application for controlling USB devices

BY 24 Apr 2024 Native Application Development
I want to develop an application for controlling USB devices, but it keeps failing when calling the “usb_host_device_open(usb_host_device_h dev);” API. After searching the documentation, I found that this API requires the application of platform privilege level. I would like to know if there are other ways for third-party applications to control USB devices.
Written by