搜索资源列表
80C51键盘驱动代码
- 一个对4X4数字键盘进行行&列扫描,获取扫描码的程序,支持符合键,串键,软件去抖.-one pair of 4x4 digital keyboard ranks scanning, access code scanning procedures, with key support and collaborate keys, software to tremble.
dm642_key_nohookv1.2
- 430单片机键盘扫描源码,可供参考-430 SCM keyboard scan source code for reference!
key447
- EMC78P447捕捉PC键盘按键程序,第三套扫描码-EMC78P447 capture PC keyboard keys procedures, the third set of scan code
keyboad
- 一个简单实用的单片机键盘扫描程序。键盘为4*4扫描的键盘,通过行列扫描进行键码判断,并通过串行口或者485信号输出键码。应用于银行系统。
ps2+lcm1602
- WINAVR编写的PS2键盘驱动,跟1602显示键盘扫描码的程序
key_code
- 一份键盘扫描码,上面有各键值的通码和断码,和PS2键盘通讯的协议
key_b
- 本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用标点符号 硬件描述:PS2键盘的时钟线(clk)接89S51的INT0(P3.2),数据线data接(P3.3) LCD的控制端口分别为: RS = P2^7,RW = P2^6,EP = P2^5,数据端口为P0,液晶显示偏压VL必须接 -This procedure mainly through external int
alarm
- 十六路无线报警器 源代码,有很复杂的功能 如LCD显示时间,状态,键盘扫描,红外线控制中断等等 本源码对于有单片机编程基础的很有用处 比如你单片机有一定的基础了,想做一个简单的系统试试,那下载这个参考是再合适不过了 这个相当于一个小的系统-16 Wireless Road, alarm source code, there are very complicated functions such as LCD display time, status, keyboard sca
PS2_implementation_methods
- 详细介绍PS/2接口协议的内容、电气特性和标准键盘的第二套键盘扫描码集。给出了基于嵌入式系统的PS/2接口的软、硬件实现方法,并介绍了工控PC外接双键盘的解决方案。-Details PS/2 interface protocol content, electrical properties and the standard keyboard of the second set of keyboard scan code set. Give embedded systems based on th
EmuPS2Kb
- 通过8x16键盘扫描模拟Ps2键盘通过测试成功 硬件:P1P2接16跟列扫描线 P0接8跟行线 P3.6=PS2_data P3.7=CLK INT0接DATA 修改扫描码就可用 绝对好用~~~ 不能用告我-MCU EMU PS2 KeyBoard Hv test ok
1
- 4×4矩阵式键盘识别技术 (1.4×4矩阵键盘识别处理 (2.每个按键有它的行值和列值 ,行值和列值的组合就是识别这个按键的编码。矩阵的行线和列线分别通过两并行接口和CPU通信。每个按键的状态同样需变成数字量“0”和“1”,开关的一端(列线)通过电阻接VCC,而接地是通过程序输出数字“0”实现的。键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由
key
- 使用单片机keilc51编程,利用单片机定时功能读取键盘扫描码,从而利用数码管显示.-Keilc51 the use of single-chip programming, the use of single-chip timing to read the keyboard scan code, thus the use of digital display.
keyscan
- 4*4键盘扫描程序,C51程序,编写很规范,可输出特征字节码和按键编号,并提供proteus仿真。-4* 4 keypad scanner, C51 process, the preparation is standardized output characteristics can be byte code and number keys, and provide proteus simulation.
PS2_Keyboard_library
- 使用说明: 1、该头文件还处在更新中,已经可以从PS2键盘中提取所需的键盘扫描码,并能单独存储最后一次的通码和断码。 2、该头文件提供一个Scan_Key_Board_PS2()函数,该函数将PS2键盘的输出模拟成普通的 n*m 键盘扫描的输出模式,即当有键按下时,通过该函数将获得对应的键盘扫描码,当没有键按下时,将获得一个KEY_NULL的返回。 3、该头文件需要的硬件支持为: 一个下降沿触发的外中断,并将.h中的宏KEY_BOARD_PS2_INSERT_INT_I
SaoMiaoMa
- 这是我用win-tc编写的测试键盘扫描码程序的源代码,turbo c3.0上能编译。-This is a win-tc I use the keyboard scan code test preparation program' s source code, turbo c3.0 on to compile.
keyboarscancode
- 附件内容为现今笔记本内置键盘,在按键按下去时EC所接收并能够识别出的键盘扫描码-Content of today' s notebook accessories built-in keyboard, the keys press down and when the EC to identify the received keyboard scan code
ASCIIscancode
- 键盘扫描码,键盘上所有按钮都有,全是我做实验是出来的。注意,可不是ASCII码,是扫描码-ASCII scan code
LCDxianshi
- 本设计主要是接收由键盘Data线发送过来的11位串行数据。用的是11位移位寄存器的基本原理。实现将由键盘发送过来的键盘扫描码转换成ASCII码,并在LCD1602液晶上显示出来。 -This design is to receive 11 serial data sent from the Keyboard Data line. Is the basic principle of the 11-bit shift register. Will be over the keyboard to se
PS2stc15
- 通过STC单片机助手测试PS2键盘扫描码-Test PS2 keyboard scan codes by STC microcontroller assistant
51单片机按键扫描程序
- 51单片机加外设,利用实验板提供的键盘扫描电路和显示电路,做一个扫描键盘和数码显示实验,把按键输入的键码在六位数码管上显示出来。(51 SCM plus peripherals, the use of the experimental board keyboard scanning circuit and display circuit, do a scan keyboard and digital display experiment, the key input code in six di