搜索资源列表
USB鼠标_设计资料_原理图_芯片资料C程序
- USB鼠标_设计资料_原理图_芯片资料C语言程序,想自己做个USB鼠标么,看看吧-USB mouse design information _ _ _ chips schematics information C Programming Language, wants to be a USB mouse Mody, let's see it
lm3s9b92-usb-mouse-keyboard 使用TI LM3S9B92驱动USB鼠标键盘功能
- 使用TI LM3S9B92驱动USB鼠标键盘功能,实现USB键盘鼠键在嵌入式系统上的使用,keil程序编写-Use TI LM3S9B92 drive USB mouse keyboard functions as a USB keyboard mouse keys used in embedded systems, keil programming
STM32-USB
- STM32F103系列芯片都自带了USB,不过STM32F103的USB都只能用来做设备,而不能用作主机。既便如此,对于一般应用来说已经足够了。本节,我们将向大家介绍如何在 MiniSTM32开发板上虚拟一个USB鼠标。-STM32F103 usb
USB-Device-HID-Mouse
- 用带USB模块的PIC单片机做的USB鼠标程序源代码-USB module with a PIC microcontroller with a USB mouse to do source code
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
CH375_AVR_USBMouse
- 使用MEGA16+CH375实现的USB鼠标。程序注释完善,方便初学者学习USB和AVR单片机。-Achieved using MEGA16+ CH375 USB mouse. Program note perfect, easy for beginners to learn USB and AVR microcontroller.
USB-wireless-mouse
- USB无线鼠标程序,主控芯片用AT89S52,USB接口芯片USD12,附件内含全部的源代码-USB wireless mouse program, the master chip with AT89S52, USB interface chip USD12, attachments containing full source code
MouseExample
- 基于344单片机的HID设备的USB鼠标代码,代码采用c编写-Based on 344 Singlechip HID devices USB mouse code, the code used to prepare c
UsbMouse
- 基于AT91SAM7S64单片机的USB鼠标的实现。-AT91SAM7S64-based single-chip implementation of the USB mouse.
USBMOUSE_sch
- USB鼠标的设计资料之二:原理图。PDF和DSN格式-USB mouse design data 2: Schematic diagram. PDF and DSN format
USBMOUSE_src
- USB鼠标的设计资料之C语言程序。可用任意C编辑器编译通过-USB mouse design data of the C language program. Can be used by any C compiler editor
Codes
- 《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)&q
USB-examples
- 5个USB例程,全部带有完整的代码和讲解: 1、USB_MIDI键盘 2、USB假U盘 3、USB键盘 4、USB鼠标 5、USB转串口-5 USB routines, all with complete code and explain: 1, USB_MIDI keyboard 2, USB false U disk 3, USB Keyboard 4, USB mouse, 5, USB to serial port
UsbMouse
- usb鼠标的实现代码,固件端的,主控器采用AT89S52。-usb mouse implementation code, firmware side, the master with AT89S52.
USB_mouse_design
- USB鼠标的设计资料,主要包括usb鼠标电路图,源码,帮助文档,doc版主文档等。-USB mouse design information, including usb mouse circuit diagram, source code, help documentation, doc Moderator documents.
USB-Device-HID-Keyboard
- 用带USB模块的PIC单片机做的USB鼠标-USB module with a PIC microcontroller with a USB mouse to do
Host test
- 开机的时候先显示一些提示信息,然后初始化USB HOST,并不断轮询。当检测到USB鼠标 /键盘的插入后,显示设备类型,并显示设备输入数据: 如果是USB鼠标:将显示鼠标移动的坐标(X,Y坐标),滚轮滚动数值(Z坐标)以及按键(左中右)。 如果是USB键盘:将显示键盘输入的数字/字母等内容(不是所有按键都支持,部分按键没有做解码支 持,比如F1~F12)。(When you start, display some prompt information first, the
USB鼠标键盘复合设备
- 自己做的基于STM32的鼠标键盘符合设备,可以用于熟悉USB编程(Do their own STM32 based keyboard and mouse in line with the equipment, can be used to familiar with USB programming)
实验49 触控USB鼠标实验
- stm32的usb鼠标程序。内有详细的注释和文档。很好的学习资料。(Stm32 usb mouse program. There are detailed notes and documentation. Good study materials.)
实验54 USB鼠标键盘(Host)实验
- 基于STM32F407的usb鼠标键盘完整程序,包裹头文件,运行文件。(USB mouse keyboard complete program)