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

搜索资源列表

  1. PS2KeyBordDriver

    0下载:
  2. 基于MEGA16的PS2键盘驱动程序,利用单片机的外部中断检测是否有键被按下,若有则检测出键值并显示在LCD1602上-MEGA16 based on the PS2 keyboard driver, using SCM detect external interrupt key is pressed, if it is detected and displayed in key LCD1602 on
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:2895
    • 提供者:陈晓涛
  1. MSP430PS2

    0下载:
  2. MSP430269 实现PS2键盘解码 包括shfit组合键 -PS2 keyboard decoder MSP430269 including the achievement of key combinations shfit
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:31663
    • 提供者:李成龙
  1. PS2_Keyboard_library

    0下载:
  2. 使用说明: 1、该头文件还处在更新中,已经可以从PS2键盘中提取所需的键盘扫描码,并能单独存储最后一次的通码和断码。 2、该头文件提供一个Scan_Key_Board_PS2()函数,该函数将PS2键盘的输出模拟成普通的 n*m 键盘扫描的输出模式,即当有键按下时,通过该函数将获得对应的键盘扫描码,当没有键按下时,将获得一个KEY_NULL的返回。 3、该头文件需要的硬件支持为: 一个下降沿触发的外中断,并将.h中的宏KEY_BOARD_PS2_INSERT_INT_I
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4123
    • 提供者:yy
  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. 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. 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. 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. 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. 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. INT-PS2-1602

    0下载:
  2. PIC16F877A RB0引发外部中断的使用方法,学习PS/2接口键盘解码的方法 按下PS/2键盘按键后,将引发外部中断,进入中断后,对键盘数据线进行判断,以判断出是哪个按键 按下,并利用1602液晶,将该键显示出来。-PIC16F877A RB0 interrupt caused by the use of external methods, learning PS/2 keyboard interface method of decoding press PS/2 keyboard
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:47102
    • 提供者:zhiyongwang
  1. PS2-keyboard

    0下载:
  2. 这是用单片机作为控制器,驱动PS2接口的键盘,读取PS2键盘的按键值。-It is used as a single-chip controller, drive PS2 keyboard interface, read PS2 keyboard key value.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:27951
    • 提供者:黄燕
  1. MCU-IO-simulate-the-PS2-protocol

    0下载:
  2. 用单片机普通的I/O脚(非中断)模拟PS2协议,通过引脚的的拉高和拉低来读取按键的时序,从而读出键值并且把读出的键值显示到1602液晶显示屏上,并且按键时蜂鸣器会响-Ordinary MCU I/O foot (not interrupt) to simulate the PS2 protocol, through the pins of the sequence of up and down to read the buttons, to read out the key value and
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:112161
    • 提供者:无情公子
  1. _PS2

    0下载:
  2. atmega16的PS2键盘程序-PS2 key program of atmega16
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:45759
    • 提供者:Imbs
  1. 51-MCU-PS2-keyboard-program-based-on

    0下载:
  2. 基于51单片机的PS2键盘程序,用数码管显示按键数值-Based on 51 MCU PS2 keyboard program, using digital tube display key value
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:23924
    • 提供者:唐强
  1. Atmega16_PS2-KEY

    0下载:
  2. Atmega16单片机与PS2键盘通信源码-Atmega16 PS2 keyboard communication source
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:74169
    • 提供者:王能
  1. PS2

    1下载:
  2. PS/2键盘的键值解码源代码,开发环境keil 4,单片机STM32F103ZET6.代码已经过测试无误。- PS/2 keyboard key decoder source code, development environment keil 4, SCM STM32F103ZET6. Code has been tested correctly.
  3. 所属分类:SCM

    • 发布日期:2015-07-22
    • 文件大小:1377280
    • 提供者:李龙委
  1. pp

    0下载:
  2. ps2驱动 实现将按键通码转译成字符 适用于stm32单片机(PS2 driver implementation, the key code to translate into characters, suitable for STM32 microcontroller)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-11
    • 文件大小:2703
    • 提供者:小橙
« 1 23 »
搜珍网 www.dssz.com