CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - mouse firmware
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - mouse firmware - List
[
Other resource
]
CypressCY7C63723C-CombiMouse
DL : 0
用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants-CY7C63723 use the mouse firmware design procedures chip.c-include file that defines constants CY7C63723 - combi.c-main source file-combi.hex-Intel hex file for programming a microcontroller CY7C63723 - combi.lst-output listing from c-compiler for use with the CYDB debugger - macros.h-defines macros used in combi.c - ps2defs.h-defines PS / 2 interface constants - usb_desc.h-defines the USB descriptors - usbdefs.h-defines USB interface constants
Update
: 2008-10-13
Size
: 76.9kb
Publisher
:
江辉
[
SCM
]
Atmel-Avr-Mouse-Source
DL : 0
ATMEL 2007 Readme file to compile AT90USB162 firmware demonstration with AVRGCC (winavr 20070525 revision). Since this version, AT90USB162 is supported by AVRGCC. If you are using the WinAVR project file (.aps), your project must be placed in the C:\Atmel directory. for example, the USB MOUSE MASS STORAGE WinAVR project file must be in the following directory : --> C:\Atmel\at90usb162-2enum-mouse_ms-1_0_1\at90usb162\demo\mouse_ms_stk526\gcc
Update
: 2011-06-22
Size
: 1.84mb
Publisher
:
kinware@163.com
[
SCM
]
pic16c765
DL : 1
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB. -This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
Update
: 2025-02-17
Size
: 117kb
Publisher
:
谢
[
ARM-PowerPC-ColdFire-MIPS
]
FS44B0X_USB
DL : 0
fs44b0x_usb -- usb 测试程序 PC机部分的软件 1) LEDDEMO -- 控制 FS44B0X板上三个LED的程序 2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序 3) D12_DRIVER_FOR_WINXP -- USB芯片WINXP的驱动程序 FS44B0X板的USB固件程序--源代码 USB_DEMO 使用方法: 1)在SDT2.51里调入usb_demo.axf, 运行。 2)接上usb电缆,安装win98的d12驱动程序(或者winxp的d12驱动程序) 3) 运行 LEDDEMO ,用鼠标点击led1, led2, led3,可以看到FS44B0X板上三个LED亮灭。 -fs44b0x_usb-- usb test procedure part of the PC software 1) LEDDEM O-- FS44B0X control board three LED procedures 2) D12_DRIVER_FOR_W IN98-- USB chip Win98 driver 3) D12_DRIVER_FOR_WI NXP-- USB chip WINXP driver FS44B0X board USB firmware-- the source of generation code USB_DEMO Use : 1) In SDT2.51 Lane transferred usb_demo.axf running. 2) connected to the USB cable, win98 installation of the D12 driver (or the D12 winxp drivers) 3) Operation LEDD EMO with mouse clicks led1, led2, led3. FS44B0X can see three LED board-eliminate.
Update
: 2025-02-17
Size
: 214kb
Publisher
:
张淼林
[
SCM
]
CypressCY7C63723C-CombiMouse
DL : 0
用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants-CY7C63723 use the mouse firmware design procedures chip.c-include file that defines constants CY7C63723- combi.c-main source file-combi.hex-Intel hex file for programming a microcontroller CY7C63723- combi.lst-output listing from c-compiler for use with the CYDB debugger- macros.h-defines macros used in combi.c- ps2defs.h-defines PS/2 interface constants- usb_desc.h-defines the USB descriptors- usbdefs.h-defines USB interface constants
Update
: 2025-02-17
Size
: 77kb
Publisher
:
江辉
[
Embeded-SCM Develop
]
USBMouse2
DL : 0
This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants-This design package includes reference ma terials for creating a USB-PS/2 combination mo use that auto-detects the interface and config ures itself to operate on the appropriate bus. D ocumentation docs- Designing a low cost CY7C63 723 combination mouse.pdf-application note f or this design-schematic.pdf-mouse schemati c Firmware Source Files src- chip.c-fi include le that defines constants CY7C63723- combi.c- main source file-combi.hex-Intel hex file for programming a microcontroller CY7C63723-com bi.lst-output listing from c-compiler for use with the CYDB debugger- macros.h-defines macr os used in combi.c- ps2defs.h-defines PS/2 int erface constants- usb_desc.h-defines the USB descriptors- usbdefs.h-defines USB interfac e constants
Update
: 2025-02-17
Size
: 584kb
Publisher
:
zxh
[
SCM
]
USB_Mouse_Example
DL : 0
基于单片机的USB鼠标的实现,源码为C8051F340单片机的固件(firmware)-Based on single-chip USB mouse realize, source code for the C8051F340 MCU firmware (firmware)
Update
: 2025-02-17
Size
: 112kb
Publisher
:
whqxue
[
SCM
]
cypress
DL : 0
Cypress公司Cy7c6xxxx芯片的USB键盘及USB鼠标的firmware代码以及一些example代码。-Cypress Corporation Cy7c6xxxx chip USB keyboard and USB mouse firmware code and some example code.
Update
: 2025-02-17
Size
: 33kb
Publisher
:
cyz
[
SCM
]
usb_Mouse
DL : 0
用c8051做的usb鼠标(HID类)Firmware works with the Silicon Labs IDE v1.71 or later and the Keil C51 tool chain. Project and code modifications will be necessary for use with different tool chains.-C8051 do with usb mouse (HID Class) Firmware works with the Silicon Labs IDE v1.71 or later and the Keil C51 tool chain. Project and code modifications will be necessary for use with different tool chains.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
fly
[
USB develop
]
HT82M
DL : 0
Holteck HT82M9XX的USB Mouse的Firmware汇编代码-USB Mouse of Holteck HT82M9XX the Firmware assembly code
Update
: 2025-02-17
Size
: 35kb
Publisher
:
cyz
[
SCM
]
UsbMouse
DL : 0
HID usb设备的单片机固件程序,能自己用单片机控制鼠标。-HID usb device microcontroller firmware to control their mouse using single-chip microcomputer.
Update
: 2025-02-17
Size
: 101kb
Publisher
:
柏兆来
[
Other
]
pic16c765_HID_mouse
DL : 0
USB HID mouse device firmware source code using PIC s MCU
Update
: 2025-02-17
Size
: 118kb
Publisher
:
richman
[
Communication
]
UsbMouse
DL : 0
USB鼠标固件程序,通过改程序,可以学HID类的固件程序的写法,了解,usb固件程序的流程,帮助您很快的进入usb固件的殿堂。-USB mouse firmware, through the reform process, can learn HID Class firmware written, understanding, usb firmware process, to help you quickly enter the temple of usb firmware.
Update
: 2025-02-17
Size
: 103kb
Publisher
:
zhangcs
[
USB develop
]
usbcombo
DL : 0
This example firmware is based on Microchip s USB Support Firmware. The purpose of this example is to provide a model for making a USB combination device. This mainly entails having the USB descriptors set up correctly. File usb_ch9.c contains the mouse and keyboard descriptors in the correct configuration. The main routine of this example moves the cursor in a circle and sends keyboard keycodes for the message "Microchip USB" over and over again. Some advice: Before running this firmware open a blank text document. Make sure that when you run the device/emulator that you are able to give focus to the document. The cursor will be moving in a circle so make sure you have plenty of room to click on the editor window. This will allow you to see the message "Microchip USB" without inadvertently having the message type over an existing document.-This example firmware is based on Microchip s USB Support Firmware. The purpose of this example is to provide a model for making a USB combination device. This mainly entails having the USB descriptors set up correctly. File usb_ch9.c contains the mouse and keyboard descriptors in the correct configuration. The main routine of this example moves the cursor in a circle and sends keyboard keycodes for the message "Microchip USB" over and over again. Some advice: Before running this firmware open a blank text document. Make sure that when you run the device/emulator that you are able to give focus to the document. The cursor will be moving in a circle so make sure you have plenty of room to click on the editor window. This will allow you to see the message "Microchip USB" without inadvertently having the message type over an existing document.
Update
: 2025-02-17
Size
: 15kb
Publisher
:
chane
[
Other Embeded program
]
UsbMouse
DL : 0
一个关于USB鼠标固件的代码,初学USB的朋友拿来看看很不错:)-One on the USB mouse firmware code, beginner USB, very good friend to borrow it:)
Update
: 2025-02-17
Size
: 109kb
Publisher
:
上官福德
[
SCM
]
UsbMouse
DL : 0
USB鼠标固件代码 使用D12USB接口芯片 C51单片机 keil51平台开发 -USB mouse firmware code using D12USB interface chip microcontroller keil51 platform C51
Update
: 2025-02-17
Size
: 103kb
Publisher
:
v2fv2f
[
ARM-PowerPC-ColdFire-MIPS
]
src
DL : 0
使用cypress芯片CY7C63723开发的的鼠标固件程序,主要是针对光电鼠标开发,可以作为usb I/O设备的参考-The use of cypress chip CY7C63723 development of the mouse firmware is targeted mainly at optical mouse development, can serve as a usb I/O devices reference
Update
: 2025-02-17
Size
: 77kb
Publisher
:
aqie
[
USB develop
]
USB-mouse-code-for-CY7C63723
DL : 0
USB mouse firmware source code for CY7C63723
Update
: 2025-02-17
Size
: 15kb
Publisher
:
Alexey
[
USB develop
]
USB-mouse-code---logo-CY7C63723
DL : 0
USB mouse firmware - cursor draws logo for CY7C63723
Update
: 2025-02-17
Size
: 11kb
Publisher
:
Alexey
[
SCM
]
STM32-Custom_HID
DL : 0
基于STM32的hid鼠标固件编程开发,无驱动鼠标的下位机程序-Based the STM32 hid mouse firmware programming development, no drive mouse lower computer program
Update
: 2025-02-17
Size
: 1.24mb
Publisher
:
wang
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.