搜索资源列表
MCU驱动PS2键盘
- 51内核单片机驱动PS2接口的实现程序,可以使单片机具有接插PS2接口设备(例如鼠标,键盘)的能力,大家可以借鉴一下!-51 PS2-core microcontroller interface procedures, will enable SCM is plugged PS2 interface devices (eg mouse, keyboard), we can learn some lessons from!
ps2Protocal
- PS/2接口协议详解,其中对PS2键盘核鼠标的命令作了详细介绍,可以供广大想作单片机键盘鼠标接口的同志学习-PS / 2 interface protocol Hi, PS2 keyboard to the mouse nuclear order, was introduced in detail. to be available to all for a keyboard and mouse interface MCU comrades learning. .
51(AT89S52)
- read me.txt中有说明。 是我几年来学习单片机的所有的程序的精华,各个功能已经做成子函数,做项目时可以直接调用,外围模块非常丰富,包括红外,键盘鼠标操控,液晶显示等。-read me.txt is described. I have a few years to learn all the SCM process, the essence and the various functions of causing function, a project can be called di
PS2_keyboard_mouse_agreement
- 用于单片机键盘开发的PS2 键盘鼠标协议
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
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
PS2
- 显示及鼠标、键盘切换程序。使用STC单片机-Display and mouse, keyboard switch procedures. The use of STC Singlechip
ps2
- ps2鼠标/键盘协议详细介绍,中英文对照,内嵌相关源代码-ps2 mouse/keyboard agreement details, bilingual embedded relevant source code
keyboard-ps2-mouse-protocol
- ps2鼠标键盘协议(中文版),可供大家参考,虽然现在USB鼠标键盘比较多,但是给爱好者共享-keyboard ps2 mouse protocol (Chinese version), available for your reference, although it is now more USB mouse keyboard, but for lovers to share
usbkeymouse(2port)
- USB键盘和鼠标开发,基于D12芯片,双端点设置-USB keyboard and mouse development, based on the D12-chip, dual-end set
usb_mouser_srcode
- USB键盘鼠标程序,使用C开发,嵌入式系统使用,可以在各种cpu下-USB keyboard and mouse, the use of C development, embedded systems, under a variety of cpu
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
51-jianpan-shubiao
- 该程序用于51系列单片机控制键盘和鼠标程序,可以再320x240大屏幕上实现鼠标移动和控制。-The program for the 51 series keyboard and mouse control procedures can be implemented on a large screen 320x240 mouse movement and control
PCMouse
- PS2键盘接口程序,51单片机,PC鼠标的读取与显示-PS2 keyboard interface program, 51 SCM, PC mouse to read and display
cc2500
- cc2500中文资料,用于无线设备开发,如:无线键盘,鼠标,游戏杆-cc2500 Chinese data for wireless device development
DES1
- 关于现在主流使用USB键盘鼠标报告描述,现在将程序上传上去-Now the mainstream on the use of USB keyboard and mouse report describes
gecitongbu
- 外围设备分为输入设备,如键盘,鼠标,扫描仪等 输出设备,如打印机 输入/输出兼容设备,如显示器,键盘打印机,声音识别器等 外存设备,-Peripheral devices are divided into input devices such as keyboard, mouse, scanner, etc. output devices such as printers input/output compatible devices such as monitors, printers k
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初学者参考学习