文件名称:PS2-keyboard-drive-
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.13kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
//DMAVR-128的PS2键盘驱动程序,并在1602液晶上显示键值
//PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码
//按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1)
//并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is displayed on the LCD keys// PS2 keyboard 1 out of 33 clock pulses, so a way to interrupt read 33 times, only to extract the last byte in the data bit to do key code// button 1, the actual output 3 bytes of data, 11 bits per byte, a start bit (0), 8 data bits, a parity bit, one stop bit ( 1)// and the first 1 byte and 3 bytes of the same data, this program to extract the data byte 3 bit key data
//PS2键盘按键1次输出33个时钟脉冲,因此采用中断的方式读取33次,只提取最后一个字节中的数据位做键码
//按键1次,实际输出3个字节数据,每个字节为11位,一个起始位(0),8个数据位,一个奇偶校验位,一个停止位(1)
//并且第1个字节与第3个字节数据相同,此程序提取第3个字节的数据位键值数据-//DMAVR-128 of the PS2 keyboard driver, and in 1602 is displayed on the LCD keys// PS2 keyboard 1 out of 33 clock pulses, so a way to interrupt read 33 times, only to extract the last byte in the data bit to do key code// button 1, the actual output 3 bytes of data, 11 bits per byte, a start bit (0), 8 data bits, a parity bit, one stop bit ( 1)// and the first 1 byte and 3 bytes of the same data, this program to extract the data byte 3 bit key data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PS2 keyboard drive .c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.