搜索资源列表
Kb_sniff
- 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the
kdriver
- 嵌入式linux下的4*5键盘驱动功能,键盘是以行列扫描的方式进行判断键盘码。-Linux embedded under the 4* 5 keyboard-driven features, the keyboard scan is based on the ranks of the way to judge a keyboard code.
linux_ad_da_motor_keyboard_tty
- Linux应用程序开发中的ad、da、串口、步进电机、键盘扫描的源码,希望对大家的linux系统开发有所帮助,一同学习,一同讨论。-Linux application development in the ad,da,serial port,stepper motor,keyboard scan source code,hope everyone help linux system development,with learning,to discuss them.
ASM
- 按键扫描程序 ASM。1. 键盘采用4*5矩阵键盘,含有两个组合键. 2. 硬件连接比较混乱,且各个按键的排列与面贴上的键码对应混乱.如果采用教科书上常规矩阵键盘的 扫描方式实现比较繁琐. 3. 需要识别两个双键,但这两个双键位置比较特殊K17,K18和K19,K20. 4. 基于2,3两点.这里采用列,行分别输出全零,读取行,列的引脚电平信息.综合这两组信息查表获取键值. 对于单键按下,有两个位为0.对于两个按键按下,有3或4个位为0. -Key scanne
Demo
- VC++将键盘的扫描码转换成虚拟键值,很不错的demo-VC++ to the keyboard scan code into a virtual key, very nice demo
Demo
- vc将键盘的扫描码转换成虚拟键值的程序的源码,很不错的demo-vc the keyboard scan code into a virtual key of the program source code, very good demo