約38,600件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 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

    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/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/2/1 -Get the USB configuration descriptor for the currently active configuration. ... Get a USB configuration descriptor based on its index. More... int ...

    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/12/26 -Now, what i want to find/match USB descriptors of these USB CCID devices. I want to do this by only using CCID Device names. Later i'll get serialNumbers of ...

    2024/5/18 -Description. The USB client driver uses this function to get access to certain common USB descriptors and strings. Upon return from the call, a pointer to a ...

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