搜索资源列表
USB-Device-HID-Mouse
- 用带USB模块的PIC单片机做的USB鼠标程序源代码-USB module with a PIC microcontroller with a USB mouse to do source code
UsbMouse
- HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
Hybrid_HID_mIF
- 基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码基于CY3684开发板,使用多个interface实现复合设备。与之相对的另一种方案是使用多个报表描述符,该方案另行上传。-This project focuses on building a mouse+ keyboard hybrid USB device with the popular Cypress CY7C68013A chip. Implementation is based on a multi
Hybrid_HID_mRPT
- 基于CY7C68013A的mouse+keyboard混合USB外设应用范例。本套代码使用多个报表描述符实现复合设备。与之相对的另一种方案是使用多个interface,该方案另行上传。-This project focuses on building a mouse+ keyboard hybrid USB device with the popular Cypress CY7C68013A chip. Implementation is based on a multiple ReportDe
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-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
C8051F344_MouseExample
- 項目介紹: 這個應用程序將通過與 PC通信的USB接口。 該裝置將顯示為一個鼠標,並操縱光標 2010年screen.Copyright Silicon Laboratories公司 http://www.silabs.com- Program Descr iption: This application will communicate with a PC across the USB interface. The device will app
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.
usbDevHID
- USB HID设备开发,MDK, NXP ARM, 模拟鼠标-USB HID device development, MDK, NXP ARM simulate a mouse
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
UsbKeyboard
- USB键盘终于搞了一回USB HID设备,做了一个USB键盘来玩玩~~~~ 其中的报告描述符让我晕了几天~~~~~几份HID相关的协议还是蛮长的~~~~~~ 明天再弄个USB鼠标设备玩玩~~~~~~~有空的话再搞个红外遥控器-USB keyboard finally engage in a back USB HID device, a USB keyboard to play ~ ~ ~ ~ the report descr iptor makes me dizzy days ~ ~ ~
USB-Device---HID---Mouse
- pic18f利用usb读取sd卡。用c语言编写。C18编译-pic18f using usb sd card reader. Using c language. C18 compiler
USB_HID_1.00
- USB HID示例代码,通信类设备,非鼠标、键盘设备,芯片为CCM3301S的。-USB HID sample code, communications equipment, non-mouse, keyboard device, the chip CCM3301S.
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