搜索资源列表
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
USB
- 低成本USB转PS/2接口的设计,压缩包包括原理图、芯片资料、源代码和叙述性文档。并以USB接口的鼠标的操作和数据转换为例,说明整个设计的原理,并通过多个LED表示各个操作的执行。文档描述详细,深入浅出,并附有图片说明、时续分析和通信协议,初学者很所以上手,并可以深入研究。
JM60-HID-Mouse 飞思卡尔单片机JM60利用usb接口模拟出一个鼠标的程序
- 飞思卡尔单片机JM60利用usb接口模拟出一个鼠标的程序-the code example of mouse using freescale s 8 bit mcu of mc9s08jm60cld
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
JoyStickMouse
- keil对Arm单片机(stm32),实现通过USB协议来与PC机通信,可以通过摇杆按键的上下左右来控制屏幕上鼠标的位置,很有意思-keil arm microcontroller for (stm32), to achieve through the USB protocol to communicate with the PC, you can stick up and down buttons to control the position of the mouse on the scre
UsbMouse
- HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
USBMouse
- 这是我大学同学今年的毕业设计项目:基于USB的红外鼠标。红外遥控器模拟鼠标的左右键,还有滚动条。红外接收用HS0038A接收,在这设计中红外处理部分用一块51单片机处理。USB信号处理部分(即USB设备)用51单片机和PDIUSBD12芯片构成-This is my university students graduating this year' s design project: Based on the infrared USB mouse. Infrared remote cont
USBMOUSE_sch
- USB鼠标的设计资料之二:原理图。PDF和DSN格式-USB mouse design data 2: Schematic diagram. PDF and DSN format
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
USB-Device-HID-Keyboard
- 用带USB模块的PIC单片机做的USB鼠标-USB module with a PIC microcontroller with a USB mouse to do
Usb-Mouse-
- 单片机 Usb Mouse 鼠标设计实例资料包之一-SCM Usb Mouse mouse design is one instance of information package
USB-mouse
- 在C8051F320平台上实现鼠标功能的例程,适合USB入门。-C8051F320 platform to achieve the function of the mouse routines for USB entry.
USB鼠标键盘复合设备
- 自己做的基于STM32的鼠标键盘符合设备,可以用于熟悉USB编程(Do their own STM32 based keyboard and mouse in line with the equipment, can be used to familiar with USB programming)
STM32F1的USB复合键盘+鼠标程序
- 基于MDK5.23,使用STM32CUBEMX生成模板修改而成,usb报告描述符使用REPORT ID方式使得在1个interface下实现2个设备(键盘+鼠标),便于usb初学者参考学习