CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ps2 keyboard code

搜索资源列表

  1. ps2_key

    0下载:
  2. 使用Verilog完成的电脑键盘PS2协议的驱动。代码中标注了较详细的注释。-Done using the Verilog PS2 keyboard protocol driver. Code marked more detailed comments.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:598
    • 提供者:yinxiong
  1. PS_2_KEY

    0下载:
  2. 对PS2接口键盘的简单操作,利用VHDL语言编写,在Quartus 8.1环境下测试通过,可以建立波形文件做仿真实验-source code for PS2 keyboard
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:58212
    • 提供者:youungsky
  1. cpld-PS_2-vhdl

    0下载:
  2. 此源码为cpld驱动PS2 键盘的vhdl程序-The source code for the driver PS2 keyboard cpld vhdl program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:60985
    • 提供者:刘丽超
  1. PS2

    0下载:
  2. 基于FPGA的ps/2接口的键盘解码实验代码-FPGA-based ps/2 keyboard interface experimental code decoding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:318363
    • 提供者:宋小柒
  1. ps2verilog

    0下载:
  2. 本程序实现了基于FPGA的PS2键盘控制器,主机即FPGA读取键盘的键码然后解码输出到上位机(串口调试助手)显示,用户友好,调试方便,-This program implements the PS2 keyboard controller based on FPGA, the FPGA reads the keyboard master key code and then decode the output to the host computer (serial debugging assis
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:310933
    • 提供者:张扬
  1. EXP28-PS2_LCD1602

    0下载:
  2. 单片机C8051f020系列的ps2键盘和LCD1602液晶显示的源程序代码。-SCM C8051f020 series ps2 keyboard and LCD1602 LCD source code.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:30283
    • 提供者:Wang Zhoubin
  1. 1131642ps2key

    0下载:
  2. ps2键盘的一些仿真和源代码,能够实现单片机识别-ps2 keyboard emulation and some source code to identify the MCU
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:12736
    • 提供者:hj
  1. ps2jianpan

    0下载:
  2. ps2键盘在1602上的实时显示程序,按键选择,码值不全-ps2 keyboard in real-time display on the 1602 program, key selection code value of failure
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:30502
    • 提供者:许巍
  1. PS2keyboard

    0下载:
  2. 基于C的PS2键盘解码实验源码,属于51单片机的范畴,注意:如SHIFT+G为12H 34H F0H 34H F0H 12H,也就是说shift的通码+G的通码+shift的断码+G的断码,当中断10次后表示一帧数据收完,清变量准备下一次接收,当键松开时不处理判码,如G 34H F0H 34H 那么第二个34H不会被处理,再次注意:若晶振速度太高可以在这后加小的延时。-C-based PS2 keyboard decoding experimental source, are 51 areas
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:23390
    • 提供者:snake
  1. ps2

    0下载:
  2. 基于VHDL的ps/2键盘接口的设计与实现。代码简单易懂。-Based on VHDL ps/2 keyboard interface of design and implementation. Code simple and understandable.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:231509
    • 提供者:郑海波
  1. PS2-VGA-lcd1602

    1下载:
  2. 通过PS/2的键盘输入,在VGA(800×600)上显示输入的字符,其显示具有空格、回车、退格,一频显示完后滚动显示的功能。并且也能在LCD1602上显示键值和对应的扫描码。对于初学者具有很好的参考价值,并具有完整的工程、原理介绍、代码注释,希望能给各位朋友带来帮助 -Through PS/2 keyboard input, VGA (800 × 600) display the characters entered, the display has a space, carriage r
  3. 所属分类:VHDL编程

    • 发布日期:2013-01-25
    • 文件大小:2795360
    • 提供者:刘渝
  1. PS2_Keyboard

    0下载:
  2. 51单片机的一个基于C语言的PS2键盘扫描识别程序,添加相应的扫描码库后即可下载到板子上使用-51 single-chip a PS2 keyboard scan identification procedures based on the C language, add the appropriate scan code library can be downloaded to the board
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:22996
    • 提供者:张圣
  1. ps2_keyboard_test

    0下载:
  2. FPGA通过ps2接收键盘数据,然后把接收到的字母A到Z键值转换相应的ASII码,通过串口发送到PC机上。需要接键盘,还要用调试助手,下载程序后,在键盘上按下一个键,比如A,则在PC调试助手上可看到A-FPGA received by ps2 keyboard data, and then received the letters A through Z keys to convert the corresponding ASII code, sent through the serial po
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:708105
    • 提供者:黄远豪
  1. PS2_keyboard_driver

    0下载:
  2. verilog写的键盘按键扫描接口,并在7段数码管上显示断码和通码,在LED流水灯上实现滚动显示。想学习PS2键盘扫描这块的童鞋可以下载看看,代码写的还行。-verilog to write a keyboard key scan interface displayed on the 7-segment digital tube broken code and pass code, scrolling display on the LED light water. Want to learn a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:498280
    • 提供者:
  1. 10_ps2_keyboard_test

    0下载:
  2. ps2键盘输入测试程序,verlog代码实现-ps2 keyboard input test program, verlog code to achieve
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:3627
    • 提供者:李刚
  1. TPS2_IP_COREh

    0下载:
  2. 该IP核是一个ps2键盘的源代代码(vhdl语言)可直接使用。 -The the IP nuclear yes to the a ps2-keyboard of the source on behalf of code (vhdl language) can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:27083
    • 提供者:
  1. 89C51_PS2KeyBoard_LCD1602

    0下载:
  2. 89C51单片机驱动PS2键盘,并通过1602液晶显示按键码. 内含源码,以及 PS2协议文档, 1602液晶文档.-89C51 microcontroller to drive PS2 keyboard and liquid crystal display 1602 key code containing source code, as well as the PS2 protocol document, the 1602 document.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:834419
    • 提供者:愚人陈
  1. mage8-PS2

    0下载:
  2. mage8单片机实现功能PS2接口键盘解码显示C语言源程序-mage8 MCU feature PS2 port keyboard decoding the C language source code
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:60552
    • 提供者:秦林柱
  1. sKeyyboardPS2t

    0下载:
  2. 标准PS2键盘源程序源码(S3C44B0X) ****** 没办法,要的到就先要付出,无奈之下共享此苦心开发的代码,绝对原创!绝对稳定!注:本程序源码是为uCGUI而开发的,占有444B0的UART1,使用第三三套扫描码,最终与uCGUI的接口函数结合,程序源码有详细的解析。记的当时开发PS2键盘程序源码时,感觉网上资料太少或者不全,希望能带来帮助! 可直接使用。 -Standard PS2 keyboard source code (S3C44B0X)****** not want to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5714
    • 提供者:xpntt
  1. PS2_KB

    1下载:
  2. 功能:驱动开发板上的PS2接口,实现PS2键盘(支持第2套扫描码)-Function: drive the development board PS2 port, PS2 keyboard (support for two sets of scan code)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-01-09
    • 文件大小:2454
    • 提供者:liusir
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com