当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - keyboard ps2 to lcd
搜索资源列表
-
0下载:
使用1602液晶显示和PS2键盘的示例,单片机接收PS2键盘键号显示到LCD上-use LCD and keyboard PS2 example, SCM receive PS2 keyboard, display to the LCD
-
-
0下载:
这是自己写的关于PS2键盘接口的程序,和单片机的接口,用汇编写的,测试成功,与图形点阵液晶联合使用,不过液晶程序没有上传-This is his writing on the PS2 keyboard interface procedures, and the microcontroller interface, with a compilation of written test successfully, and graphics dot-matrix LCD joint use, but
-
-
0下载:
采用STC89C51RC单片机,实现PS2键盘,128*64液晶屏,串口通信,内部FLASH读写功能,已测试通过,STC89C51RC Singlechip used to achieve PS2 keyboard, 128* 64 LCD screen, serial communications, internal FLASH to read and write functions, have been tested
-
-
0下载:
用Verilog语言实现的PS2小键盘输入和1602 LCD显示的功能。无需修改,已经调试通过了。直接可以当成一个模块用于FPGA/CPLD系统开发过程。
这个代码是我在Libra环境下开发Actel FPGA时写的。,Verilog language using the PS2 keyboard and a small 1602 LCD display features. No changes have been adopted debugging. Directly as a module
-
-
1下载:
基于Xilinx Spartan3E的ps/2键盘接口,能够把键值传送到FPGA上并在LCD上显示-Xilinx Spartan3E based on the ps/2 keyboard interface, be able to send to the FPGA on the keys and LCD display
-
-
0下载:
键盘输入液晶模块显示字符,在液晶显示屏上显示从PS2键盘输入的字符-Keyboard input LCD display module characters displayed in the LCD screen from the PS2 keyboard input characters
-
-
0下载:
使用PS2接口的键盘的小键盘输入,在12864液晶上显示出来,使用平台为CPLD或FPGA-PS2 keyboard interface to use a small keyboard input, in the 12864 liquid crystal display, use the platform for the CPLD or FPGA
-
-
0下载:
单片机与PS2键盘的连接程序,单片机与液晶LCD1602的连接程序,为单片机开发者提供了通用应用程序。-Single-chip with the PS2 keyboard connection procedures, single-chip LCD LCD1602 connection with procedures for the single-chip developers to provide a common application.
-
-
0下载:
基于AT89S52驱动PS2键盘,键盘输入,然后采用12864 LCD来显示-AT89S52-based driver PS2 keyboard, keyboard input, and then used to display 12864 LCD
-
-
0下载:
说明:此程序使用标准PS2键盘输入,LCD1602液晶屏输出显示。此样例仅作测试使用
晶振使用12M或者11.0592M,本键盘使用部分字母和数字测试,其他按键不能使用,用
户可以自行扩展。由于开发板和程序的各种参数,程序中没有使用奇偶校验,不保证没有
误码,校验程序请自行添加。-Descr iption: This program uses the standard PS2 keyboard input, LCD1602 LCD output display. This sampl
-
-
0下载:
51单片机通过外部中断读取标准的PS2串行键盘,并在1602液晶上显示-51 MCU via an external interrupt to read a standard PS2 keyboard, serial, and in 1602 LCD display
-
-
0下载:
PS2 接收并解码来自标准键盘的基本按键的扫描码然后在1602液晶上显示。按Back Space键可以前向删除显示字符,按Space键可以后向删除显示字符。-Receive and decode standard PS2 keyboard from the basic scan code and then displayed on LCD in 1602. Press Back Space key can be removed prior to the show characters, pres
-
-
0下载:
:PS2键盘、DS1302的工作原理和程序的编写
1、 AVR单片机外部中断的介绍
2、 PS2键盘的工作原理
3、 编写程序读取PS2键盘的按键值并在1602液晶上显示
4、 DS1302的工作原理
5、 编写程序控制1302工作并在1602液晶上显示时间
-: PS2 Keyboard, DS1302 works and procedures of the preparation of 1, AVR MCU external interrupt presentatio
-
-
0下载:
实现了PS2接口的主键盘和小键盘的识别,采用第二套键盘译码表,如果你想使用第一套或者第二套键盘译码,只需做少量的修改就可以实现。只要稍加修改就可以实现你所希望的功能,此程序只实现了LCD灯的控制。-PS2 interface implements the main keyboard and keypad recognition, using the second set of keyboard decoding table, if you want to use the first set or
-
-
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 d
-
-
0下载:
PS2键盘与1602液晶显示。基于stc89c52单片机,通过操作键盘,实现液晶屏幕显示-1602 PS2 keyboard and LCD. Based stc89c52 microcontroller, by operating the keyboard, to achieve LCD display
-
-
0下载:
此程序是用单片机实现拼音输入,整个程序包括了PS2键盘输入程序、液晶显示程序、拼音输入程序。可以方便用户移植到任何嵌入式产品中-This procedure is used MCU pinyin input, the entire process including the PS2 keyboard input program, LCD display program, Pinyin input program. Users can easily ported to any embedded p
-
-
0下载:
此程序使用标准PS2键盘输入,LCD1602液晶屏输出显示。此样例仅作测试使用
晶振使用12M或者11.0592M,本键盘使用部分字母和数字测试,其他按键不能使用,用
户可以自行扩展。由于开发板和程序的各种参数,程序中没有使用奇偶校验,不保证没有
误码,校验程序请自行添加。-This program uses the standard PS2 keyboard input, LCD1602 LCD output display. This sample is only for tes
-
-
0下载:
ps2键盘,按键实现 在LCD上显示字符,字母大小写,数字,标点符号都可以显示-ps2 keyboard, the keys to achieve display characters, capitalization, numbers, punctuation marks can be displayed on the LCD
-
-
0下载:
本系统以直流电压源为供电系统,采用增强型8051单片机即STC12C5A60S2单片机为主控制器,我们特别使用此单片机的NOKIA5110液晶显示部分和串口数据传输部分。通过键盘把所需要的字母和数字显示在液晶上,实际测试结果说明,本系统实现单片机与PS2标准键盘通信,读取键盘按键精确度高。-This system is a DC voltage source for the power supply system, with enhanced 8051 microcontroller-based
-