約50,400件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2024/1/17 -The host obtains the device descriptor through a control transfer. In the transfer, the request type is GET DESCRIPTOR and the recipient is the device. The ...

    2024/1/16 -This article describes how to get descriptors from the device at the endpoint, interface, configuration, and device level.

    Important APIs-USB descriptors

    2023/11/10 -The purpose of the device descriptor is to let the host know what specification of USB the device complies with and how many possible configurations are ...

    2024/2/1 -Get the USB configuration descriptor for the currently active configuration. More... int, libusb_get_config_descriptor (libusb_device *dev, uint8_t config_index ...

    2024/3/6 -Use USB Tree Viewer on Windows. ... You may have to run it as administrator to get HID Report descriptor. Just select your USB device in tree view, the tool shows ...

    2024/3/15 -Receiving Descriptors from USB. These examples iterate through all the descriptors in a USB device. The example iterates through all of the USB Interfaces and ...

    2024/4/19 -I am trying to identify the USB version of the attached devices (such as 1.0, 2.0, 3.0, etc), but without needing to install extra drivers. That is to say, I ...

    2024/4/27 -The host sends a GET_DESCRIPTOR command to the device to get a device descriptor from the device, from which it determines the maximum packet size supported ...

    2023/8/18 -Get Unknown USB device (Device Descriptor Request Failed) error? This article provides 9 solutions to fix USB device_descriptor_failure and make the device ...

    2024/1/24 -I am trying to read USB device descriptor information such as Manufacturer and Product string when USB device attached event occurs .