搜索资源列表
USBHID
- VB HID类通讯源码。具有中断通道读写数据。VID,PID需要自已手动添加。-VB HID CODE,and read or send data by Interrupt。but VID and PID s value by youself.thank you.
usb_hid_led
- Hid Led Tester is a simple USB(interrupt mode)device tester package. There are firmware and software in it. Hid Led tester follows USB HID protocol, we don’t need to install driver for the device, and Windows (Win 2000 and later) will install the dev
USBHID
- USB 中断读取 非常好的USB HID API通信协议-USB interrupt read very good USB HID API communication protocol
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
fw
- Stm32F4 HID游戏双摇杆,支持控制通道和中断通道传输双向传输数据-Stm32F4 HID double game joystick, support and interrupt channel and Fer channel to transmit data
HID_TEST
- 实现USB的HID数据传输,用单向的中断传输,速度在64kb/s(To achieve the USB HID data transmission, one-way interrupt transmission, speed at 64kb/s)