搜索资源列表
IARUSB
- IAR5.0+LPC2148+ZLG_USB固件+jlink调试 将设备枚举成一个鼠标或键盘等HID设备,适合USB初学者使用-The IAR5.0+LPC2148+ZLG_USB the firmware+jlink debugging device enumeration into a mouse or keyboard HID devices for USB beginners
STM32_USB_HID
- 1,将STM32的USB枚举为HID设备。 2,STM32使用3个端点,端点0用于枚举用,端点1和2用于数据的发送和接收。 3,端点长度为64,也就是单次最多可以传输64个字节数据。 4,STM32获取上位机下发的数据并将该数据通过USB原样返回,同时将数据打印输出。 5,上位机程序通过调用windows的API实现对HID设备的读写控制。 -1, the STM32 USB enumeration HID devices. 2, STM32 three endpoints,
Custom_HID
- usb hid 例程,对初学USB者 很有帮助。很详细的介绍了USB的枚举。-usb hid routines for beginners USB helpful. Very detailed descr iption of the USB enumeration.
HID-Device-enum
- USB设备枚举详细资料,内包含了USB设备枚举过程详细介绍,以及目前市门上触控两点标准描述符说明文档,对做触控USB设备这个块有很大的帮助- USB device enumeration details contained within the USB device enumeration process in detail, as well as the touch points on the current market standard door descr iptor document
STM32_HID
- 1,将STM32的USB枚举为HID设备。 2,STM32使用3个端点,端点0用于枚举用,端点1和2用于数据的发送和接收。 3,端点长度为64,也就是单次最多可以传输64个字节数据。 4,STM32获取上位机下发的数据并将该数据通过USB原样返回,同时将数据打印输出。 5,上位机程序通过调用windows的API实现对HID设备的读写控制。(1, the STM32's USB is enumerated as a HID device. 2, STM32 uses 3 endpo
