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

搜索资源列表

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

    0下载:
  2. 这是采用台系单片机开发的一款支持多按键的鼠标,支持USB和ps2。带一键上网功能。-This is a Taiwan-based microcontroller to support the development of a multi-button mouse support USB and PS2. With a key Internet functions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:70590
    • 提供者:lq
  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. myKeyboard

    0下载:
  2. 自己实现的ps2键盘驱动代码,实现了按键的部分功能,需要的请下载-Realize their own ps2 keyboard driver code to achieve some key features need to download
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-14
    • 文件大小:41683
    • 提供者:kuku
  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 5»
搜珍网 www.dssz.com