文件名称:PS2-keyboard-drive-
介绍说明--下载内容均来自于网络,请自行研究使用
//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