搜索资源列表
ARM9(s3c2410)USB_mouse
- 三星ARM9 s3c2410 usb device开发 ,实现HID鼠标功能 USB_device_lib.c: usb设备库函数 USB_device_config.c usb设备鼠标配置,配置描述符,接口描述符,类描述等,接USB控制传输。 USB_device.c usb设备鼠标主代码 。-Samsung ARM9 s3c2410 usb device development, HID achieve USB_device_lib.c mouse functions : us
USB-Device-HID-Mouse
- 用带USB模块的PIC单片机做的USB鼠标程序源代码-USB module with a PIC microcontroller with a USB mouse to do source code
stm32_usb_spk_mouse
- This sample code is that usb composite device. It s sample usb speaker and mouse funciton.
usb-device-hid-mouse-project-at91sam7s-ek-gnu
- configure HID devices like USB mouse with A91SAM7SE CPU. Inlcude initilization for necessary peripherials. Developer can modify this piece code to do their development on HID devices. This is speically for GNU-AT91SAM7SE test code for interfacing HID
USBHID
- 基于LPC2146的USB-HID设备程序,一个简易鼠标。-LPC2146 based on the USB-HID device procedures, a simple mouse.
UsbMouse
- HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
USB_Mouse_DD
- Source Code USB mouse Device Driver
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
MouseExample
- C8051F340单片机USB鼠标例子.USB HID 设备-C8051F340 mcu USB mouse code example.USB HID device
STM32-H103
- STM32-H103 board is entry level development board for the new ARM Cortex M3 family of devices produced by ST Microelectronics Inc. With STM32-H103 you can explore the features of STM32 family on budged, the board have everything necessary to bu
USB-Device-HID-Keyboard
- 用带USB模块的PIC单片机做的USB鼠标-USB module with a PIC microcontroller with a USB mouse to do
UsbMouse
- USB鼠标的 设备端代码 基于AT89C51 和D12芯片-USB mouse device-side code, and the D12 based on AT89C51 chips
USB_MOUSE
- 自制的USB鼠标驱动,用于单片机,插入后Windows可识别为HID设备-Self-made USB mouse driver for the SCM, insert after the Windows HID device can be identified as
C8051f320_MOUSE_IR_PPT_Flip
- PPT翻页器的USB端口硬件的底层代码。 代码通过测试,可以用红外遥控器控制PPT翻页;修改自C8051F320_USB_mouse范例程序。 -PPT flip device ,the underlying code in USB port hardware. You can flip with the remote control PPT Code from the C8051F320-USB mouse.
USB
- 程序演示了一个USB鼠标的应用,运行时用USB线连接开发板与PC机,PC将自动识别出设备类型并准备驱动。-Demo for a USB application of the mouse,Run time with the USB development board and PC line connection,PC will automatically identify the type of device and driver ready.
usb_dev_mouse
- TI公司的LM3S系列ARM作为一个USB鼠标设备的源码,包含源码以及多种编译环境下的工程文件。-TI s ARM LM3S series as the source of a USB mouse device, including the source and a variety of project files compilation environment.
usb-interrupt-transfer
- usb鼠标device部分功能的实现,里面有原理图。包括usb插到HOST主机上后,device相应HOST发过来的枚举传输命令,解析,相应过程。有对USB编程感兴趣的朋友可以通过该代码了解USB控制传输和中断传输的详细过程。-USB mouse device function, contain control & interrupt transfer process.
CH375-mouse
- 利用CH375芯片的外部设备模式和C51单片机配合,模拟USB鼠标设备,可以实现鼠标移动,鼠标左右键和翻页的简单鼠标功能-The CH375 chip external device mode and C51 microcontroller with analog USB mouse device, you can simple mouse movement, mouse button and flip the mouse
stm32-usb-mouse
- stm32f103 usb模块作为设备端,模拟成鼠标,可以实现模拟成鼠标移动以及点击功能-stm32f103 usb module as a terminal device, modeled as a mouse, you can simulate mouse movement and click function
Host test
- 开机的时候先显示一些提示信息,然后初始化USB HOST,并不断轮询。当检测到USB鼠标 /键盘的插入后,显示设备类型,并显示设备输入数据: 如果是USB鼠标:将显示鼠标移动的坐标(X,Y坐标),滚轮滚动数值(Z坐标)以及按键(左中右)。 如果是USB键盘:将显示键盘输入的数字/字母等内容(不是所有按键都支持,部分按键没有做解码支 持,比如F1~F12)。(When you start, display some prompt information first, the