Welcome![Sign In][Sign Up]
Location:
Search - keyboard in keil

Search list

[Other resourceqweqdqwdqdqdqd

Description: 键盘测试的源文件 是一个简单的C语言程序,在KEIL C中已经成功仿真了-keyboard test the source document is a simple C language program in KEIL C has successfully simulated
Platform: | Size: 2156 | Author: xhw | Hits:

[Other resourceSmallRTOS51key

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 9476 | Author: 李强 | Hits:

[ARM-PowerPC-ColdFire-MIPSkeyINT

Description: 44B0的测试程序。此程序为44B0的4*4键盘的应用程序,基于中断0触发,当按下其中一个键时,会把0-F的相应键值显示在8段LED上。-44B0 testing procedures. This procedure for the 44B0 4* 4 keyboard applications, based on the interruption 0 trigger, which when pressed a button, will be 0-F to the corresponding keys shown in the last eight of the LED.
Platform: | Size: 96256 | Author: 王现运 | Hits:

[SCMledkey

Description: 拷拷贝到你的Keil安装目录下的c51\bin文件夹中。 工程文件中需设置一下: project->Option for Target Target1 选Debug页 左侧最下面 Dialog Dll 一般是DP51.DLL,不用修改 Parameter 中是 -P51 在其后加入 -dledkey 即该行看起来应该是这样的: -p51 -dledkey 保存即可 进入调试后,点击:Peripherals,其中多出一个“键盘LED实验仿真板”选择该项即可。-emboss your copy of the Keil installation directory under the decoder \ bin folder. The project document to be provided as follows : project-gt; Option for Target Target1 election Debug bottom of the left page is generally Dialog Dll DP51.DLL, need not be amended Parameter is- P51 add after-dledkey that the bank should look like this :-p51-can be preserved into dledkey to debug and click : Peripherals, in which more than a "keyboard LED simulation board," which can be chosen.
Platform: | Size: 56320 | Author: | Hits:

[SCMMCU_Key

Description: 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4* 4 keyboard driver. The drive included two documents, the use of paper will be linked into C, the call of documents containing H documents. The keyboard driver has two interface functions provide two scan mode (blocking and non-blocking), it will return to arbitrary custom keys with innovative and handling, the use of specific methods can be found in Notes. (This procedure Keil C51 development environment to test successful, and after several practice application).
Platform: | Size: 4096 | Author: LENG | Hits:

[SCMqweqdqwdqdqdqd

Description: 键盘测试的源文件 是一个简单的C语言程序,在KEIL C中已经成功仿真了-keyboard test the source document is a simple C language program in KEIL C has successfully simulated
Platform: | Size: 2048 | Author: xhw | Hits:

[SCMlks

Description: 给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验(ledkey,simboard) 使用说明: 1. 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \Keil\C51\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll ("ledkey") AGSI2=simboard.dll ("simboard") 3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项 分别是键盘LED仿真板,51实验仿真板。 这样使用时就不用每次设置了,任何时候打开都可以用。-for everyone- 2 Keil plug-in, the average studios do and outstanding, Keil which can simulate experimental plates, which can be made many experiments (ledkey. simboard) use : 1. Please download the plug-in two kernels to copy the contents of the installation directory \ Keil \ C51 \ BIN 2. Tool.ini changes, this document kernels at the installation directory \ under Keil. Please add the following line to the Department of [C51] the points behind. AGSI1 = ledkey.dll ( "ledkey") = sim AGSI2 board.dll ( "simboard") 3. uVsion resume. enter Debug mode- open menu Peripheral and found an increase of 2 respectively LED keyboard simulation board, 51 simulation board. Such use would not have to set up every time, any time you can use open.
Platform: | Size: 129024 | Author: 李伟 | Hits:

[SCM000PS2_key

Description: Ps/2鍵盘源代码,编译工具为Keil,用此程序自己可以做鍵盘了-Ps/2 keyboard source code, build tools for Keil, with this program they can do the keyboard
Platform: | Size: 4096 | Author: 沈昌逸 | Hits:

[SCMKeilC51

Description: 本文档包括单片机系统中常用到的时钟中断、通讯及键盘扫描等模块(见所附源程序)的说明。这些模块使用前后台系统模型。为达到最大的灵活性, 需要在用户工程中定义config.h文件, 在其中定义各模块可选参数的设置,而不是直接更改源代码。-this document, including SCM system clock used to the interruption communications and keyboard scanning modules (see accompanying source code) Note. These modules use before and after the Taiwan model. To achieve maximum flexibility in user defined config.h engineering documents, in the definition module optional parameter settings, and not to directly change the source code.
Platform: | Size: 15360 | Author: yanyan | Hits:

[Other Embeded programembed

Description: LPC2106 在keil for arm 和proteus仿真的一些例子:键盘,液晶,LED等仿真,欢迎大家下载。列子的软件采用mdk305a和proteus6.9-LPC2106 in keil for arm and Proteus simulation of a few examples: keyboard, LCD, LED, such as simulation, welcomed everyone to download. Liezi software used mdk305a and proteus6.9
Platform: | Size: 796672 | Author: 潘绍明 | Hits:

[assembly languagekeyboard

Description: 实现的模拟键盘代码,模拟ps2协议,可以与计算机相连实现键盘的功能,在keil c下开发的。-89s51 achieved through keyboard simulation code, simulation ps2 agreement with the computer keyboard connected to the functions of the c Keil under development-Realize analog keyboard code, analog ps2 agreement, can realize the computer connected to the keyboard functions in keil c developed.-89s51 achieved through keyboard simulation code, simulation ps2 agreement with the computer keyboard connected to the functions of the c Keil under development
Platform: | Size: 3072 | Author: | Hits:

[SCMKeil+proteus

Description: Proteus6.7是目前最好的模拟单片机外围器件的工具,真的很不错。可以仿真51系列、AVR,PIC等常用的MCU及其外围电路(如LCD,RAM,ROM,键盘,马达,LED,AD/DA,部分SPI器件,部分IIC器件,...) 其实proteus与multisim比较类似,只不过它可以仿真MCU!-Proteus6.7 is currently the best single-chip peripheral device simulation tools, really good. Simulation Series 51 can be, AVR, PIC, such as commonly used in MCU and its peripheral circuits (such as the LCD, RAM, ROM, keyboard, motor, LED, AD/DA, some SPI devices, in fact, part of IIC devices ,...) Proteus with Multisim to compare like with like, but it can simulation MCU!
Platform: | Size: 22616064 | Author: 罗晟 | Hits:

[SCMkeyboard

Description: 矩阵键盘的控制,在keil 51 中完全可以运行的,而且很齐全。-Matrix keyboard control, completely in keil 51 can run, and makes it complete.
Platform: | Size: 17408 | Author: xueshaojie | Hits:

[SCM485

Description: 通过89s51实现的模拟键盘代码,模拟ps2协议,可以与计算机相连实现键盘的功能,在keil c下开发的-89s51 achieved through simulated keyboard code, analog ps2 agreement, can be linked to the achievement of the keyboard and computer functions in keil c developed
Platform: | Size: 123904 | Author: lzx0000 | Hits:

[SCMkeyboard

Description: 单片机的键盘扫描程序,testkey.asm文件,在keil软件上调试通过-SCM keyboard scanner, testkey.asm documents in keil software debugging through
Platform: | Size: 2048 | Author: 史乐 | Hits:

[SCMkeil

Description: 4*4的矩阵键盘,在51单片机开发板上调试成功,返回键码值,在P0口显示-4* 4 matrix keyboard, in the development of on-board single-chip debugging of 51 successful, the return of key code values, I show that in the P0
Platform: | Size: 1024 | Author: 黄哲 | Hits:

[SCMkeyboard

Description: 这是用keil编写的,用Cypress的cy68013a做一个USB键盘的程序源码-It is written in keil using Cypress' s cy68013a make a USB keyboard program source code
Platform: | Size: 87040 | Author: liu Jeams | Hits:

[SCM9

Description: 这是用于单片机驱动矩阵键盘的C程序,用于矩阵键盘的驱动,简单易用。-It is for driving the matrix keyboard in Keil C.
Platform: | Size: 38912 | Author: 刘岚 | Hits:

[uCOSKEYBOARD

Description: 基于STM32,通过ucosII实现键盘扫描功能。完整的project程序。在keil平台下运行,直接打开文件目录下user中的project文件即可。-Based STM32, to achieve the keyboard scanning functionality through ucosII. Complete project process. In keil platforms, open the file directly in the project directory under the user files.
Platform: | Size: 6806528 | Author: 刘莉莉 | Hits:

[SCMmatrix-keyboard

Description: 在keil4.0环境下,用C编程实现扫描式矩阵键盘实验-In Keil 4.0 environment, using C language programming matrix keyboard scanning experiment
Platform: | Size: 19456 | Author: 赵倩 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net