LabVIEW调用DLL文件实现USB HID双向通信
2020-02-01 03:17:17 224KB LabVIEW DLL USB HID
1
HID类键盘的报告描述符的理解
2020-01-23 03:11:05 135KB HID USB
1
芯片型号STM32F429 模块 USB HID 协议实现双向通信功能
2020-01-12 03:01:59 1.41MB STM32F429 USB HID 双向通信
1
STM32(F072) USB复合设备, 双游戏摇杆, (可方便改成双键盘双鼠标或键盘加鼠标), 通过NRF24L01接受2个摇杆发送过来的数据上传给PC, 摇杆端是STM32F103检测摇杆和按键动作发送给USB接收端, 无按键60秒后进入休眠状态, 电流小于15uA,使用2节5号电池供电。按摇杆1建唤醒。 附件包含USB端源代码,摇杆端源代码 和2端的PCB文件和原理图。
2020-01-09 03:06:04 4.89MB STM32 USB复合设备 USB HID
1
stm32F4平台USB HID上位机升级助手,usb传输APP生成的bin文件,没有握手协议
2020-01-03 11:38:19 30.78MB stm32 usb hid iap
1
MCU:STM32F407; IDE:IAR7.2; 时钟晶振:12M; SYSCLK=HCLK=168MHz; 注意:USB时钟一定要为48MHz
2020-01-03 11:33:35 13.53MB USB STM32 例程
1
HID USB通信的动态库,根据ProductID和VendorID来识别设备,可以直接调用使用; 压缩包包含源代码,VC++开发,应用于Window系统中程序和HID设备通信;
2020-01-03 11:33:29 1.78MB HID USB
1
USB开发,hid.h,hid.lib,读写USB时所需要的库文件和头文件
2020-01-03 11:28:05 36KB hid.lib
1
Example description =================== This Demo provides a description of how to use the USB-FS-Device on the STM32F10xxx, STM32F37xxx, STM32F30xxx and STM32L15xxx devices. The STM32 device is enumerated as HID compliant device, that uses the native PC Host USB-FS-Device HID driver. To test the example, you need to: 1)- Start the "USB HID Demonstrator" PC applet and connect STM32 USB to PC 2)- The device should be detected and shown in the USB HID target box 3)- Press Graphic View button 4)- You can Select "use SET_FEATURE" or "use SET_REPORT" in order to use SET_REPORT request to send HID Report for LED control 5)- Make sure that following report ID are configured: LED1 ID (0x1) , LED2 ID(0x2), LED3 ID(0x3), LED4 ID(0x4), and BUTTON1_ID(0x5) 6)- Select Leds to switch on/off on the EVAL board => a SET_REPORT request will be sent More details about this Demo implementation is given in the User manual "UM0424 STM32F10xxx USB development kit", available for download from the ST microcontrollers website: www.st.com/stm32
2020-01-03 11:21:05 224KB STM32 KEIL USB HID
1
本方法采用的基本原理是在WMI的基础上对计算机上的注册表进行扫描查找USB设备,确保能找到所有计算机能识别出来的USB设备,然后加入过滤掉重复部分,最终本软件实现了可以监控设备插拔事件,判定USB设备的连接状态 参考博文http://blog.csdn.net/ericwuhk/article/details/79226505
2020-01-03 11:19:56 585KB usb ; hid ;pid;
1