CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - ps2 key

搜索资源列表

  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. 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. PS2keyboard

    0下载:
  2. ps2键盘的移植程序,添加即可使用! 这个键盘只有18个按键,其协议按照PS/2的协议发送的。这个键盘只有18个按键,其协议按照PS/2的协议发送的。对应的18个按键的通码在kb.h里边已经描述清楚,使用时候直接判断即可。-Add to the ps2 keyboard transplantation procedures! Only 18 keys, this keyboard its agreement sent in accordance with the PS/2 protocol.
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:2638
    • 提供者:leiyin
  1. stc12c5a_ps2_Uart1

    0下载:
  2. STC12c5a单片机系列PS2键盘读取键码Uart1发送给PC机或其他串口设备-STC12c5a MCU PS2 read Uart1 keyboard key code is sent to PC computer or other serial devices
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:1928
    • 提供者:夏雨
  1. PS_2

    1下载:
  2. 51单片机模拟PS2键盘,当接收到触发信号时,向PC发送特定键值,从而达到预期的目的,可以用在很多工控场合。本程序已经通过开机自检,可以在设备管理器里面看到。-51 single-chip analog PS2 keyboard, when receiving the trigger signal to the PC to send a specific key, so as to achieve the intended purpose, can be used in many industr
  3. 所属分类:SCM

    • 发布日期:2014-05-24
    • 文件大小:2048
    • 提供者:
  1. A

    0下载:
  2. 单片机按键PS2键盘,按键扫描,寄存器中断-MCU button PS2 keyboard, key scan, register interrupt
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:2434
    • 提供者:郭瑞强
  1. 10_ps2_keyboard_test

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

    • 发布日期:2017-11-27
    • 文件大小:192374
    • 提供者:珍宝
  1. brickbreak

    0下载:
  2. 自行修改后的打砖块游戏,采用Altera DE2开发板,PS2键盘输入,VGA显示输出,回车键复位,空格键开始,小键盘46键控制左右方向-Self-modified Arkanoid game, using Altera DE2 development board, PS2 keyboard input, VGA display output, reset the Enter key, space key to start, keypad 46 keys to control the left
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-22
    • 文件大小:7132942
    • 提供者:chen
  1. ps2_keyboard_test

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

    • 发布日期:2017-04-11
    • 文件大小:569
    • 提供者:jame
  1. ps2_lcd16

    0下载:
  2. verilog 编写的ps2键盘接口协议,FPGA接收到断码后确定通码,译码后显示到lcd1602上。说明:只是个按键,没有检测shift按键。只是译码了部分按键。-it is design by verilog language.the function is encode the keyboard and show on lcd. notice:the encode part is only encode one key. and only encode part of the keyboa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:817969
    • 提供者:lee
  1. ps2scan

    0下载:
  2. 采用VERILOG的CPLD编程,通过ps2接收键盘数据,然后把接收到的字母A到Z键值转换相应的ASII码,通过串口发送到PC机上。 -Using VERILOG CPLD programming, through the PS2 receive keyboard data, and then receive the letters A to Z key transformation corresponding ASII code, through the serial port to se
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:1315
    • 提供者:suzhangzhan
  1. ps2keyboard

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

    • 发布日期:2017-04-27
    • 文件大小:175388
    • 提供者:珍宝
  1. jianpan

    0下载:
  2. 51单片机的键盘设计代码 ps2接口可操作 已经验证-key sheji yuanma
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:75054
    • 提供者:谷伟民
« 1 2 3 4»
搜珍网 www.dssz.com