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

搜索资源列表

  1. hwb13W 硬件实用手册

    1下载:
  2. 硬件手册中收集了几乎一切与计算机有关的接插件的引脚说明,例如: 各种总线:ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ...... 串行接口:RS232, PC9, PC25, Printer, PS/2, RS422 ...... 并行接口:PC, Amiga, ECP, MSX ...... 视频接口:VGA, EGA, CGA, PGA, Macintosh Video ...... 其他接口:USB, BeBox Gee
  3. 所属分类:文档资料

    • 发布日期:2012-11-01
    • 文件大小:644.03kb
    • 提供者:连永兴
  1. PC_KEYBOARD_INFORMATION

    0下载:
  2. === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t ap
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6.93kb
    • 提供者:vinci
  1. PS2-protocal

    0下载:
  2. 文中详细介绍了PS/2接口协议的内容、电气特性和标准键盘的第二套键盘扫描码集。给出了基于嵌入式系统的PS/2接口的软、硬件实现方法,并介绍了工控PC外接双键盘的解决方案。通过使用模拟开关CD4052巧妙地解决了工控PC外接双键盘的冲突问题-This paper details the PS/2 interface protocol content, electrical properties and the second set of standard keyboard keyboard sca
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:112.71kb
    • 提供者:wkr
  1. dpji

    0下载:
  2. 利用单片机及pc机串口实现接收发字符,通过串口调试助手能看到键盘上发出的字符。利用keilc编写的单片机与pc机的通信程序。-And the use of single-chip receiver implementation pc machine serial hair characters, through the serial debug aide sent to see the characters on the keyboard. Keilc prepared using single
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:652byte
    • 提供者:lidejjj
  1. keyboard1.906

    0下载:
  2. 利用8XC751单片机I2C总线接口实现与PC键盘的连接-I2C bus interface using 8XC751 SCM Implementation and PC keyboard connection
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:16.64kb
    • 提供者:wangbo
  1. CPLD_KEYBOARD

    0下载:
  2. 本设计是用VHDL语言来实现的基于RS232按位串行通信总线的行列式矩阵键盘接口电路,具有复位和串行数据的接收与发送功能,根据发光二极管led0—led2的显示状态可判断芯片的工作情况;实现所有电路功能的程序均是在美国 ALTERA公司生产的具有现场可编程功能的芯片EPM7128SLC84-15上调试通过的。该电路的设计贴近生活,实用性强,制成芯片后可作为一般的PC机键盘与主机的接口使用。 -The design is based on VHDL language to achieve
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:65.87kb
    • 提供者:jalon
  1. USB_PS2_-UsbMouse628

    0下载:
  2. PS2鼠标和键盘和PC通信过程处理的中文资料-PS2 mouse and keyboard and the PC communication process Chinese information processing
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:92.98kb
    • 提供者:wangkai
  1. Based-on-the-PS--2-interface-of-wireless-data-tra

    0下载:
  2. This paper designs a PS / 2 interface based on wireless data transmission system. Keyboard input data through the PS / 2 interface to rf launch module. In the 100 metres of rf receive send and receive data module, and displayed on the LCD screen. MAX
  3. 所属分类:Project Design

    • 发布日期:2017-05-22
    • 文件大小:6.79mb
    • 提供者:susan
  1. The-PCs-keyboard.

    0下载:
  2. How to make PC s Keyboard using 68HC705J1A
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:43.96kb
    • 提供者:duc
  1. Programming-and-Customizing-the-PIC-Microcontroll

    0下载:
  2. In the introduction to the first edition of this book, I explained my fascination with the Intel 8048 microcontroller. I first discovered this device when I was looking at the first IBM Personal Computer’s schematics. While the PC’s schematic its
  3. 所属分类:Development Research

    • 发布日期:2017-05-26
    • 文件大小:8.95mb
    • 提供者:diana
  1. 123

    0下载:
  2. 本文设计了以AT89S52单片机作为控制器,LCD液晶和矩阵键盘为互动模块,射频技术基础,应用飞利浦公司MF-RC500芯片作为读写IC的载体,并可以与上位机进行串口通信的非接触式IC卡读写器。-Designed microcontroller AT89S52 as the controller, LCD LCD and matrix keyboard interactive modules, RF technology base, application of the Philips MF-R
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:415.27kb
    • 提供者:文涛
  1. ps2

    0下载:
  2. verilog PS2键盘解码程序, 之前探讨过PS/2键盘编解码以及数据传输协议,这次自己动手实现了利用FPGA接收键盘编码,然后通过串口传输到PC。做的比较简单,只是通过FPGA把大写字母A-Z转换成相应的ASCII码,只要字母按键被按下,就能在串口调试助手里显示相应大写字母。下面就共享代码吧!   除了顶层模块,三个底层模块分别为PS/2传输处理模块、串口传输模块以及串口波特率选择模块(下面只给出顶层模块和PS/2传输处理模块的verilog代码)。-verilog PS2 Ke
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:1.46kb
    • 提供者:刘晓青
  1. Interfacing-PCs-keyboard

    0下载:
  2. Interfacing PC s keyboard
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:103.27kb
    • 提供者:Saravanan
  1. organ_keyboard_clip_art_12503

    0下载:
  2. make the keyboard of the PC as piano
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:41.85kb
    • 提供者:moh
  1. 使用HT82K95E 实现与PC 的数据传输

    2下载:
  2. HT82K95E 是盛群推出的USB Keyboard OTP MCU,符合USB HID 1.1 规格相容产品,具备 4K×15 ROM Size 、160 Bytes RAM 、3 个端点(FIFO Size 为8 Bytes)可定义为Boot Device Keyboard 、Mouse 产品,具有USB 、PS/2 硬件自动判断辅助接口,适用于USB,USB+PS/2 产品开发。 本范例将介绍HT82K95E 与PC 的数据传输,将端点1 配置为IN,端点2 配置为OUT,通
  3. 所属分类:编程文档

    • 发布日期:2018-04-10
    • 文件大小:1.48mb
    • 提供者:andrawloo
搜珍网 www.dssz.com