CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - serial To Keyboard

搜索资源列表

  1. transport

    0下载:
  2. 设计目的:对PC机的8250串行通讯接口(COM1、COM2)进行接口编程,通过使用RS232标准的串行通信线实现两机间的串行通信 基本是求:实现两机间远程键盘(字符即时传送)功能和普通文本的复制(文本传送)功能 高级要求:1、使用中断实现两机间的通信;2、能够传送计算机上一般的二进制文件;3、传送速度达到38Kbps以上。-designed : PC 8250 serial communication interface (COM1, COM2) interface programmi
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:759.88kb
    • 提供者:snail
  1. xuni.rar

    0下载:
  2. 虚拟终端程序,可以将键盘输入传送到串口,再显示在屏幕,Virtual terminal program, keyboard input can be sent to the serial port, and then displayed on the screen
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1.9mb
    • 提供者:章伟
  1. com

    0下载:
  2. 1、用RS-232C的零MODEM的连接法连好两机的连线; 2、用DEBUG的O命令将一数发送到串行口(2F8H/3F8H),然后在另一台机上用 I命令读入串行口的内容。如果发送的的内容与接受的内容一直,说明两机已经连好线,否则必须检查连线,直到两机可通讯为止; 3、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机,并在CRT上显示键值; 4、编一程序,通过RS-232C口进行一台机到另一台机的文件复制。 -1, with RS-232C connection
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:17kb
    • 提供者:Dante
  1. BandyMIDlet

    0下载:
  2. 一个简单的小游戏,基本功能: 1、不停的在手机屏幕随机位置上产生序号为1-9的一个圆,在圆中标有序号。 2、按键盘上的数字键,如果该数字键与某圆的序号相同,则该圆消失,然后继续以上步骤 3、圆消失一次,分数增加,增加的分数为圆中的数字 4、如果数字键与圆的序号不相同,或者分数加了10次后,显示结束画面-A simple game, the basic functions: 1, non-stop mobile phone screen in random locations to
  3. 所属分类:J2ME

    • 发布日期:2017-03-30
    • 文件大小:87.1kb
    • 提供者:吕树涛
  1. Programchuangkou

    0下载:
  2. 基于8051通过串口测试4*4矩阵键盘,通过键盘按键发送A-F字符到串口调试助手。本程序可通过加LCD1602接受串口发送过来的数据。-Based on 8051 through the serial port test 4* 4 matrix keyboard, the keyboard keys send characters to the serial debug AF assistant. This program can be sent by Canada LCD1602 receiv
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:758byte
    • 提供者:天雨
  1. RS232_to_Keyboard

    0下载:
  2. A simple application to redirect a RS-232 barcode reader data to the keyboard
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:313.38kb
    • 提供者:iMan Biglari
  1. USB_mouse

    0下载:
  2. CY7C63722/23 CY7C63742/43 enCoRe™ USB Combination Low-Speed USB & PS/2 Peripheral Controller-Designing A Low Cost USB-PS/2 Combination Interface Mouse with the Cypress Semiconductor CY7C63723 enCoRe USB Microcontroller Intr
  3. 所属分类:USB develop

    • 发布日期:2017-03-30
    • 文件大小:594.19kb
    • 提供者:月买双
  1. 6

    0下载:
  2. 串口通讯实验: 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
  3. 所属分类:Com Port

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

    0下载:
  2. 既昨天的430串口程序后又添加了几个程序模块。3*4的矩阵键盘扫描以及通过锁存器IO口复用来驱动数码管。功能是这样:先对按键进行消抖,然后判断键值通过数码管显示通过串口发送出去。-Both procedures after yesterday' s 430 serial port to add a few program modules. 3* 4 matrix keyboard scanning and recovery through the latch to drive the di
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:21.87kb
    • 提供者:小贾
  1. chuankotongxin

    0下载:
  2. mfc编写实现串口通信。掌握计算机通信标准接口RS-232C的使用方法,构建两台微机直连的双机通信系统,实现双机键盘通信和文件传输。-mfc write serial communication. Master computer interface, RS-232C communication standard to use to build two computer directly connected to the two-machine communication system, impl
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:148.27kb
    • 提供者:郭天
  1. Vccomkey

    0下载:
  2. 用VC++6.0编写的串口助手兼串口键盘程序,多功能实现-Written with VC++6.0 the serial Assistant Chief the serial keyboard program, to achieve multi-functional
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:3.66mb
    • 提供者:周林
  1. zyc2

    0下载:
  2. 平台ATmega16 编程软件CodeVisionAV 实现功能:单片机与PC机(电脑)之间的串口通信。具体就是单片机最小系统上的AD键盘按键按下后发送键值到串口助手上显示,串口助手发送一串字符到最小系统上的lcd1602显示。 -The platform ATmega16 programming software CodeVisionAV function: serial communication between the MCU and PC (computer). Specif
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:779byte
    • 提供者:lhs
  1. computer-and-single-chip

    1下载:
  2. 计算机与单片机通信。结合了银行使用的密码输入键盘,介绍如何使用单片机控制键盘设备与计算机串行通信-Communication between computer and single chip microcomputer. Combined with the password input keyboard used by banks, describes how to use microcontroller serial communication with the computer keyboa
  3. 所属分类:串口编程

    • 发布日期:2017-02-20
    • 文件大小:1.83mb
    • 提供者:易诚
  1. COMPKEYBORD

    0下载:
  2. 串口虚拟键盘,通过串口接收单片机数据,然后根据串口接收的数据来操作虚拟键盘-A serial port virtual keyboard, receive the single-chip microcomputer data via a serial port, and then according to the serial port the received data to operate the virtual keyboard
  3. 所属分类:Com Port

    • 发布日期:2017-05-04
    • 文件大小:1.17mb
    • 提供者:myw
搜珍网 www.dssz.com