搜索资源列表
Read_Write_Hid_Device_Sample1_Source
- Easy USB 51 Programer 源自百合电子工作室一个USB开源项目,这是其中一个读写USB HID设备的源代码,非常有参考价值。-Easy USB 51 Programer Lily electronic studio from a USB open source project, which is one of the read and write USB HID device source code, is a valuable reference.
STM32_USB_HID
- 在keil环境下编写,使用STM32单片机,STM32_USB_HID人机交互设备HID实验-Keil environment to write, use the STM32 MCU, STM32_USB_HID human-computer interaction devices HID experiment
36_UsbHid
- stm32f103的HID功能,增加了EDP2 可以和PC进行读写操作-stm32f103 the HID function, read and write operations increased EDP2 and PC
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,
STM32_USB_HID_dev
- STM32 HID USB开发例程(文档),包括下位机 上位机驱动以及VC6上位机编写, 整个过程都有详细的分析,图文并茂,非常好的参考例子。-STM32 HID USB develop routines (document), including lower machine PC-driven and VC6 host computer to write, The whole process has a detailed analysis, with the aid of d
stm32-USB-HID-ucos-ucgui
- 奋斗开发板的例程,采用ucOS结合ucGUI的方式,写USB的程序。-Struggle development board routines, using a combination ucGUI ucOS way to write USB program.
STM8S-USB-master
- 这是一个stm8S003模拟USB键盘HID的程序,首先,通过中断来接收USB数据,接收完后,调用 void usb_rx_ok(void) 来应答或不应答,并识别数据包,把相应的状态写usb这个结构体里面。 然后,在主循环中不断的调用 void usb_process(void) 来根据 usb 里面的状态来做相应的动作。 设备描述符的发送是这样的:调用 void usb_send_data(uint8_t * buffer, uint8_t lenght), 将描述符打包,放到 us
stm32-usb-u-disk-
- stm32 u 盘读取和写入,USBHID实验- 显示以下内容的翻译: stm32 u 盘读取和写入,USB HID实验 仍然翻译: stm32 u 盘读取和写入,USBHID实验 stm32 u disk read and write, USB HID experiment
Sensors HID sample driver
- The HID sample driver for sensors demonstrates how an OEM or IHV could write a UMDF driver to support sensors that are compliant with the HID Sensor Class Driver specification. This driver is also helpful for IHVs who must design and test firmware fo
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
