日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/1/17 -A string descriptor contains one or more Unicode strings; each string is a translation of the others into another language. Client drivers use ...

    2023/11/10 -String descriptor. Every USB device must have one device descriptor and at least one each of the configuration, interface, and endpoint descriptors. A full ...

    2023/11/28 -So, if your iProduct string is at the index 3, then the host may request a string descriptor with index 3 and a language ID A and index 3 and a language ID B.

    2024/1/12 -... iProduct string descriptor) over the description in the INF. The "USBDevice" class defined in Windows 8 sets this property. In other words, when a device is ...

    2024/2/1 -Index of string descriptor describing product. uint8_t, iSerialNumber. Index of string descriptor containing device serial number. uint8_t, bNumConfigurations.

    2024/3/6 -uint8_t iProduct; // Index of String Descriptor describing the product. uint8_t iSerialNumber; // Index of String Descriptor with the device's serial number.

    2024/3/24 -iProduct, 1, 0x02, Index of string descriptor ... Index of string descriptor describing configuration - set to 0 if no string ... Set Address Get Device Descriptor: ...

    2024/3/16 -Default string descriptors will use the value set by corresponding menuconfig options (e.g., manufacturer, product, and serial string descriptor options).

    2024/3/13 -Introduction. This module guide will enable you to effectively use a module in your own design. Upon completion of this guide, you will be able to add this ...

    2024/2/2 -Hi, I am attempting to use tinyusb to create a virtual USB COM port with STM32 and running into some issues. I am using the STM32u585, basing my work on ...