搜索资源列表
使用AVR单片机模拟USB hid设备,免驱动
- 使用AVR单片机模拟USB hid设备,免驱动。进行数据双向传输。使用的单片机是mega48 12M晶振,通过修改makefile文件可以简单的移植到其它AVR单片机上。提供MinGW版和VC版的上位机软件。,The use of AVR Single Chip Analog USB hid device, driver-free. Two-way transmission of data. The use of single-chip microcomputer are mega48 12M
Custom_HID.rar
- STM32F103单片机的USB无驱程序开发的源代码,有了这个源代码轻松实现基于HID-USB协议的应用。,USB MCU STM32F103 hassel development of source code, source code with this easy to achieve an agreement based on the HID-USB applications.
UsbKeyboard
- HID USB键盘单片机固件程序,能实现键盘输入的功能-HID USB keyboard firmware single-chip, to achieve the functions of keyboard input
HID
- 此代码实现了USB自定义设备传输数据功能,在PIC32上运行,能实现64KByte/S的传输速率,可替代串行口-This code implements a custom USB device to transfer data function to run in the PIC32, to achieve 64KByte/S transfer rate, can replace the serial port
M8-RF-USB-MouseKeyboard
- 用ATMEGA8模拟USB鼠标和键盘,通过2.4G的无限传输芯片24L01接收发射端的数据,实现10米以上距离传输的无线键盘鼠标,HID方式,无需驱动。发射端也是M8与24L01配合,M8扩展出键盘。(目前只扩展8个键,可继续扩展),接收端用GUN-GCC编译,发射端用ICCAVR编译-ATMEGA8 simulation using USB mouse and keyboard, through the 2.4G chip 24L01 unlimited transmission of dat
HIDusagetables
- USB HID用途代码表,开发USB必用到的资料-Use the code table USB HID, USB will be used in the development of information
USB-Device---HID---Joystick
- pic单片机实验板 HID 游戏手柄程序-Joystick
avrusb-20090323
- AVR USB驱动程序 USB驱动实例 HID-AVR USB driver, USB driver instance HID
C8051F340-HID-USB-example
- C8051 USB测试程序HID范例,可以直接用-C8051 USB
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
UsbMouse
- HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
USBshujutongxinmokuai
- 本程序实现基于PIC18F4550的USB HID类协议的通信,内有源代码和电路图。-This procedure to achieve the USB HID class based on the PIC18F4550 protocol communication, within the source code and circuit diagrams.
hid-keyboard
- 適用USB HID的鍵盤驅動程式,使用atmal mcu編程的程序.-For USB HID keyboard driver, using atmal mcu programming procedures.
USB-Device-HID-Keyboard
- 用带USB模块的PIC单片机做的USB鼠标-USB module with a PIC microcontroller with a USB mouse to do
USB-mouse
- 在C8051F320平台上实现鼠标功能的例程,适合USB入门。-C8051F320 platform to achieve the function of the mouse routines for USB entry.
USB-Device---HID---Keyboard
- Microchip的USB device示范代码,HID的模式模拟一个键盘实现。-Microchip' s USB device model code, HID model to simulate a keyboard implementation.
USB-HID
- 在ATMEGA168上采用CH375外置固件模式实现标准HID设备,完成PC机与设备之间的数据交互-CH375 external use on the ATMEGA168 mode for standard HID device firmware, complete the PC and data exchange between devices
HID-Bootloader---PC-Software_CN
- PIC USB单片机上位机USB引导编程程序,中文界面-PIC USB Microcontroller PC USB boot programming procedures, the Chinese interface
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
USB-HID
- hid usb例子程序,实现代码升级,非常实用-hid usb