搜索资源列表
kb_sniff_src
- 通过驱动直接读取Intel 82093AA I/O的*器
MyUsbHidDemo
- USB设备的读取测试以及一些简单的键盘功能的测试-usb data test programme
PS2
- 这是用中断方式读取PS2键盘,之后通过串口发送给电脑,相对于用循环方式,有更快的优点。-It is used to read PS2 keyboard interrupt, then sent to a computer via serial port, compared with the cycle way, a faster advantages.
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 d
Keypad-interfacing
- 使用1758读取4*4键盘读数,在电脑屏幕上显示键盘按下的按键数-interfacing with 1758 and keypad,and display the number pressed in the computer screem
COM
- C语言通过底层API访问串口的程序。 非常简单的一个例子! 读取串口,然后进行相应的操作(鼠标、键盘控制)-C language API to access the serial port through the underlying program. A very simple example! Reads the serial port, then the appropriate action (mouse, keyboard control)