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

搜索资源列表

  1. PS2standardkeyboard

    0下载:
  2. PS2 Standared key board C source code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:24478
    • 提供者:ayalew
  1. daima

    0下载:
  2. 时钟 lcd12864显示 步进电机转动 PS2键盘+数码管显示 LCD12864图片滚动显示 P13键控制继电器吸合LCD1602显示-Stepper motor turning the clock lcd12864 Show PS2 keyboard+ digital display LCD12864 picture scroll P13 key control and relay LCD1602 display
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:9264
    • 提供者:朱君
  1. P1

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:35886
    • 提供者:lisipan
  1. ps2_transl

    0下载:
  2. PS2多功能小键盘C语言编程,由freescale单片机控制,能实现在LCD上显示的同时在PC机上显示所按下的键。-PS2 multi-function keyboard C language programming, from freescale MCU, LCD display can be realized in the same time, PC, display the pressed key.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:909575
    • 提供者:小倩
  1. PS2KEYBOARD

    0下载:
  2. 通过PS2键盘接口,实现简单的键盘到FPGA通信,将按键ASC码显示在LED上。-this is a design of PS2keyboard based on PS2 protocol, realizing the display of the ASC code of each key on the led.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:397432
    • 提供者:guocan
  1. PS^2

    1下载:
  2. PS2键盘检测C语言程序, 说明 :通过中断方式接收按键信息,程序中没有做数据的奇偶校验 -PS2 keyboard detection of C language program, note: to receive key information through the break, the program does not do parity data
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:12340
    • 提供者:侯勇
  1. ps2verilog

    0下载:
  2. ps2的verilog程序,按键通过串口在串口终端上显示相应的按键-ps2 the verilog program, key in the serial console via the serial port to display the corresponding button
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:340286
    • 提供者:zhangjian
  1. C51

    0下载:
  2. ME500单片机开发系统演示程序 - 控制PC键盘上三个LED灯 有定义键按下,对应的LED灯亮与灭 描述: PS2键盘发送数据到ME500,ME500接收到数据后 再发送数据到PS2键盘,控制PS2键盘上的3个LED亮与灭 P0口的8个LED还可以显示PS2的其它按键编码 -ME500 microcontroller development system demo- control three LED lights on the PC keyboard is defi
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:18323
    • 提供者:quyinlong
  1. FPGAshiyan(17)

    0下载:
  2. FPGA入门系列实验教程——实验十七.LCD1602显示PS2键盘的键值-Getting Started with FPGA tutorial series of experiments- experiments seventh. LCD1602 display key PS2 keyboard
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:483064
    • 提供者:lutangshi
  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. PS2jianpan

    0下载:
  2. 通过程序实现从PS2口向电脑发送按键指令,不需要接键盘,简单的一个P键,其他自己修改。-Through the process from a PS2 port to send key commands to the computer without a keyboard, a simple P key, the other their own modifications.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:14636
    • 提供者:xcl
  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_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. 589s51keybroa1

    0下载:
  2. 51单片机SCM的PS2键盘程序,这个程序可以成为写键键盘和计算机PS2通信的一个例子,已通过测试。 -51 SCM SCM PS2 keyboard program, this program can become an example of a write-key keyboard and computer PS2 communication has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:62571
    • 提供者:权力
  1. ps2_ise7_bak

    0下载:
  2. THIS CODE VERY GOD FOR DRIVE PS2 THISE CODE IS TESTED CRYSTAL 40MHZ RESET VERY IMPORTANT KEY IN THIS PROGRAM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:745994
    • 提供者:mehdi
  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. 22-PS_2

    0下载:
  2. 用外部中断读取PS2键盘的数据 并在数码管上显示,此程序只处理数字键盘。 其余按键功能用户可以自行扩展,为了程序简单便于阅读和学习,程序中没有使用奇偶校验,校验程序请自行添加。-External interrupt data read PS2 keyboard and digital display , this program only deals with the numeric keypad . The rest of the key functions users can exp
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:155364
    • 提供者:ljx
  1. ps2_lcd

    0下载:
  2. FPGA入门系列实验教程——LCD1602显示屏显示PS2键盘的键值-FPGA Starter series of experiments tutorial- LCD1602 display shows the the PS2 keyboard s key
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:261263
    • 提供者:周舟
« 1 2 3 45 »
搜珍网 www.dssz.com