搜索资源列表
main_asm
- PS/2 设备接口用于许多现代的鼠标和键盘它是由IBM 开发并且最初出现在IBM 技术参考手册里但 是当我知道的时候这篇文件就已经很多年没有印刷了因此关于这个内容现在没有官方的出版物我 无法访问IBM 的技术参考手册所以本网页中的所有信息都来自于我自己的经验及本页最下面列出的 参考的帮助-PS / 2 interface used in many modern mouse and keyboard it is developed by IBM and first appeared i
scancode
- 功能:windows下直接检测键盘的扫描码, 语言:asm 特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bios called a good example of ps
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
keyboard
- PS/2 keyboard atmega128
ColorBar
- 本程序用来测试开发板上所有的设备。 1、VGA输出8位色彩的条纹; 2、PS/2键盘输入字符可以传输到LCD和串口调试终端上; 4、拨码与按键开关与4位LED相连-This procedure used to test the development of all on-board equipment. 1, VGA output 8-bit color stripes 2, PS/2 keyboard input characters can be transmitted to
ps2
- ps2接口是目前最常见的鼠标接口,最初是IBM公司的专利,俗称“小口”。这是一种鼠标和键盘的专用接口,是一种6针的圆型接口。但鼠标为空脚。PS/2接口的传输速率比COM接口稍快一些,而且是ATX主板的标准接口,是目前应用最为广只使用其中的4针传输数据和供电,其余2个泛的鼠标接口之一-PS2 interface is by far the most common mouse interfaces, the original is IBM s patent, commonly known as "s
8051-microcontroller-interfacing-to-PS2-Keyboard.
- This code is assembly language code for interfacing 8051/8052 microcontroller to PS/2 keyboard. The code is very simple and display only scan codes.
KEYBOARD_PS2
- This ps/2 keyboard program used asm (assembly) code with 8051 family. i hope this tools can be implementation to other sub routine.-This is ps/2 keyboard program used asm (assembly) code with 8051 family. i hope this tools can be implementa