Welcome![Sign In][Sign Up]
Location:
Search - serial mouse

Search list

[Driver Developmouser

Description: This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the various routines is documented in the source code files.
Platform: | Size: 50097 | Author: Liangjq | Hits:

[Technology ManagementAvoidMouse

Description: 采用Visual C++来禁止串口鼠标(实践通过)-to prohibit serial mouse (through practice)
Platform: | Size: 63357 | Author: ljp | Hits:

[Other resourcemouse.linux2.6.23

Description: Serial mouse driver for Linux
Platform: | Size: 54949 | Author: 程式 | Hits:

[Driver Developmouser

Description: This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the various routines is documented in the source code files.
Platform: | Size: 50176 | Author: Liangjq | Hits:

[Technology ManagementAvoidMouse

Description: 采用Visual C++来禁止串口鼠标(实践通过)-to prohibit serial mouse (through practice)
Platform: | Size: 63488 | Author: ljp | Hits:

[SCMMouseCtrl

Description: 单片机控制串口鼠标芯片范例,实现方向判断和数值计算功能-SCM serial mouse chip sample, judge and realize the direction of numerical functions
Platform: | Size: 21504 | Author: L.J.B | Hits:

[Internet-NetworkC++B

Description: 包括串口设计 鼠标控件 等电子设计大赛常用的功能-Including the serial mouse controls and other electronic design Design Competition commonly used functions
Platform: | Size: 565248 | Author: 王雄辉 | Hits:

[ARM-PowerPC-ColdFire-MIPSDosTouchDrv

Description: DOS下的串口触摸屏控制器驱动程序,驻留内存,把触摸屏当作普通PS2鼠标操作-Under DOS serial touch screen controller driver, the presence of memory, the touch screen as an ordinary mouse PS2
Platform: | Size: 79872 | Author: 林剑福 | Hits:

[Embeded Linuxmouse.linux2.6.23

Description: Serial mouse driver for Linux
Platform: | Size: 54272 | Author: 程式 | Hits:

[Com PortUart_Mouse

Description: 单片机通过串口协议控制电脑鼠标移动 A program that communicate with MCU through RS232 to let the MCU control the mouse of the PC-Single-chip microcomputer to control the computer through the serial mouse protocol A program that communicate with MCU through RS232 to let the MCU control the mouse of the PC
Platform: | Size: 25600 | Author: 邹博引 | Hits:

[ARM-PowerPC-ColdFire-MIPSrs232

Description: RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models. - RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1- 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
Platform: | Size: 29696 | Author: 朱桦 | Hits:

[Embeded-SCM Developmouse

Description: 模拟电脑鼠走迷宫,并可通过串口连接电脑鼠-Rat Maze analog computer, and through the serial port to connect a computer mouse
Platform: | Size: 372736 | Author: boat | Hits:

[Embeded-SCM DevelopPS2MouseAnd51MCU

Description: 用51单片机实现PS2鼠标的数据读取,并通过串口发送移动时返回的数据。内附做实验时鼠标的主控芯片资料和那篇经典的PS2协议资料。已经把相关的函数放在不同的文件里了,加了头文件可以直接用。-PS2 with 51 single-chip realization of the mouse to read the data and move through the serial port to send data to return. Containing the mouse experiments, when the host chip information and came across information on the classic PS2 agreement. Has on different functions related to the document, and added a header file can be directly used.
Platform: | Size: 1251328 | Author: youzuo | Hits:

[ARM-PowerPC-ColdFire-MIPSat91sam9263-ek-usb-all

Description: at91sam9263-ek板usb开发全套资料(包括iar、keil、gun工程)同时拥有ac97、ccid、cdc-serial、cdchid、cdcmsd、hidmsd、core、hid-keyboard、hid-mouse、hid-transfer、massstorage工程-at91sam9263-ek board usb develop a full set of data (including iar, keil, gun works) have both ac97, ccid, cdc-serial, cdchid, cdcmsd, hidmsd, core, hid-keyboard, hid-mouse, hid-transfer, massstorage Engineering
Platform: | Size: 11843584 | Author: 文建祥 | Hits:

[SCMCodes

Description: 《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)" with USB CD-ROM in the circuit board and all learn the complete source code package test (C/C++ language). Through U disk, USB mouse, USB keyboard, USBMIDI keyboard, USB to serial port, USBHID custom USB device and custom USB device, and several other specific examples, step by step and explain the USB device driver and application development of detailed process and steps. The last two chapters introduce USBWDM driven development, and gives a simple USB drive and USB upper filter driver instance.
Platform: | Size: 35291136 | Author: kevin | Hits:

[Com PortreadMOUSE

Description: 基于安捷伦公司的鼠标芯片ADNS-2620实现了串口鼠标和扫描成像的功能,上位机用VB开发,下位机用普通51单片机开发。-Based on Agilent s ADNS-2620 mouse chip to achieve a serial mouse and scanning and imaging capabilities, the PC using VB development, under the ordinary 51-bit MCU development machine.
Platform: | Size: 20480 | Author: 马涛 | Hits:

[VHDL-FPGA-VerilogUART_Mouse2

Description: 模仿串口鼠标功能通信例子.给出了基于微软鼠标通信协议的串口鼠标例子.能够作为鼠标开发的模板-Examples of serial communication mimic mouse functionality. Given communication protocol based on Microsoft serial mouse Mouse example the development of the mouse can be used as a template
Platform: | Size: 51200 | Author: 高达 | Hits:

[SCMInfrared-mouse

Description: 用普通遥控器做的电脑鼠标,遥控器发送数据,51单片机解码,通过串口发送到上位机上,在上位机上运行程序,实现鼠标控制-Do with an ordinary remote control computer mouse, the remote control to send data, 51 single-chip decoder, sent through the serial port to the PC, run the program on the host computer, mouse control
Platform: | Size: 9699328 | Author: yumingzhu | Hits:

[Com PortVccomMouse

Description: 串口鼠标源代码,VC++6.0编写的程序,可实现串口通信 -The serial mouse source code of a program written in VC++6.0, serial communication
Platform: | Size: 3855360 | Author: 周林 | Hits:

[Com Port51-MCU-serial-mouse

Description: 51单片机实现的串口鼠标,可以上下左右移动。-51 MCU serial mouse, you can move around.
Platform: | Size: 59392 | Author: zhangwei | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net