Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
delphi usb
4.0
//Descriptors for WinUSB demo for the VS1000B const u_int32 mySerialNumber = 0x0000001; const u_int16 myDeviceDescriptor [] = "\p" //Descriptor as Packed String "\x12" // Length "\x01" // Descriptor type: Device "\x10\x01" //USB Specification Release Number "\x00" // Class: Undefined "\x00" // Subclass: Undefined "\x00" // Protocol: Undefined "\x40" // Endpoint 0 Packet Max Size: 64 bytes (good arbitrary value) "\xfb\x19" // Vendor Id 0x19fb = VLSI Solution Oy "\xe0\xee" // Product Id 0xffe0 (eee0-eeef = VLSI Customer Testing) "\x00\x00" // Release 0x0000 "\x01" // Manufacturer String Index "\x02" // Model String Index "\x03" // Serial Number String Index "\x01" // Number of configurations
hamidshali
2016-08-23
1
1
No more~