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

搜索资源列表

  1. Infrared-remote-control-actuator

    0下载:
  2. 红外线遥控执行机构,并用串口发回给电脑显示按键值-Infrared remote control actuator, the key value is sent back to the computer display and use the serial
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:27310
    • 提供者:linwei
  1. Intelligent-temperature-recorder

    0下载:
  2. 全串口操作,也可用3个按键操作,适用于51单片机,用1602做显示,DS18B20做传感器,定时记录温度,可上传温度-Full serial operation, timing and record the temperature, uploading temperature
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:74384
    • 提供者:NT MUSIC
  1. UART_RS232(verilog)

    1下载:
  2. /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:600285
    • 提供者:饕餮小宇
  1. UART_RS232(VHDL)

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:607493
    • 提供者:饕餮小宇
  1. project40

    2下载:
  2. 甲机的K1按键可通过串口控制乙机的LED1点亮,LED2灭,甲机的K2按键控制乙机的LED1灭,LED2亮,甲机的K3按键控制乙机的LED1和LED2全亮。乙机的K2按键可控制串口向甲机发送按下的次数,按下的次数通过串口显示在甲机P0口的数码管上。(哈工大单片机大作业内附proteus原理图)-A machine K1 keys can be lit through serial control acetic machine LED1, LED2 off, A machine K2 keys t
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:77836
    • 提供者:邹sir
  1. VB

    0下载:
  2. 通过串口来控制小车,同时有钩子函数。可以模拟按键。-Through the serial port to control the car, while the hook function. Can simulate keystrokes.
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:1656689
    • 提供者:平艳
  1. key_led

    0下载:
  2. p89v51rd2 51单片机 键盘按键 向串口发数字,内含键盘扫描代码-p89v51rd2 51 microcontroller keyboard keys sent to the serial number, containing keyboard scan code
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:11905
    • 提供者:johnson
  1. uart_int

    0下载:
  2. p89v51rd2 。利用外部中断0 (键盘按键),没按一次,向串口发送一次字符-p89v51rd2. External interrupt 0 (keyboard keys), did not press once the character to the serial port to send time
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:11580
    • 提供者:johnson
  1. AVR-PROTEUS

    0下载:
  2. mega16的基本程序(跑马灯、AD转换、外部按键中断、定时中断、范围选择、串口通信、驱动数码管、LCD1602),适合初学者的简单程序,附有proteus仿真图-mega16 the basic program (Marquee, AD conversion, external key interrupt, timer interrupt, range selection, serial communications, drive digital tube LCD1602), suitable
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:154624
    • 提供者:刘犇
  1. jieshoufasong

    0下载:
  2. 实现FPGA和PC机之间的通信。PC机发送的数据可以通过FPGA显示在数码管上;FPGA通过按键发送的数据可以显示在PC机的串口调试助手上。-Communication between the FPGA and the PC. PC sends the data can be displayed through the FPGA digital tube FPGA through the button to send the data can be displayed on a PC seri
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:706898
    • 提供者:xiaotian
  1. SPI-keyboard-example

    0下载:
  2. 该示范项目的目标是展示如何配置SPI和中断的的AT91RM9200DK PS2控制器驱动。 此应用程序检测PS2控制器并通过DBGU串口打印键盘的按键和鼠标事件的事件。 此应用程序,连接到运行在SDRAM的地址为0x20000000 ,可以下载使用引导在AT91RM9200芯片ROMed的程序。 -The goal of this demonstration project is to show how to configure the SPI and interrupt
  3. 所属分类:VxWorks

    • 发布日期:2017-11-13
    • 文件大小:408939
    • 提供者:makaveli
  1. 51danpianji-xuexi-jiaocheng

    0下载:
  2. 51单片机实例应用,包括47个小实验。流水灯,跑马灯,按键点亮,数码管,串口通信等等。-The 51 microcontroller instance of the application, including 47 small experimental. Water lights, marquees, the button is lit, digital control, serial communication, and so on.
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:1616230
    • 提供者:房亮
  1. AD_key_DMA_V0.2

    0下载:
  2. LPC1766中的AD转换采用软件启动,AD0.0 和AD0.1可以通过按键切换通道,通过DMA传输给串口显示转换结果。按键1和2控制通道0的电压采集和停止,按键3和4控制通道1的电压采集和停止。-LPC1766 AD converter software startup, AD0.0 AD0.1 key switch channel DMA transfer to serial conversion results. Buttons 1 and 2 voltage control channe
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:466099
    • 提供者:liuyun
  1. uart_stdio

    0下载:
  2. Tiny6410裸机CPU初始化,DDR初始化,Nand启动,按键中断,串口中断-This is a program about tiny6410 without operator system.It has pll init,ddr init,nand init,key interrupt,uart interrupt and so on
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:41986
    • 提供者:BruceLee
  1. ATmegal128

    0下载:
  2. 次程序主用是针对ATMEGAL128单片机进行外部中断 双串口通信 4*4按键的操作程序 本程序主要是应用在超市智能购物系统的设计中的各个部分程序设计应用时的程序,程序是通过ICCAVR软件进行编译链接的,通过AVRstudio软件下载到单片机中的-Main program used for ATMEGAL128 microcontroller external interrupt 4* 4 buttons Two serial communication operating procedure
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:26364
    • 提供者:孙一博
  1. designFINAL

    0下载:
  2. 一个单片机交通灯控制实验示例 通过按键改变通行方式 也可以用串口调试助手在PC上改变-A microcontroller traffic light control experimental example of change through the key passage way can also be changed on a PC with a serial debugging assistant
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:3435497
    • 提供者:shiva
  1. stm32-ps2-mouse-test

    0下载:
  2. stm32鼠标试验,ps2接口,可以串口打印出鼠标移动和按键信息,在开发板例程的基础上做了修改移植到了自己的板子上-stm32-ps2 mouse test,it can print the information of mouse s movement and key using usart.
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:586100
    • 提供者:王宏
  1. 51-microcontroller-sample-code

    0下载:
  2. 51单片机示例代码,包含LED、数码管、矩阵按键、串口、温度测量等。-51 microcontroller sample code contains LED digital tube, matrix keys, serial port, the temperature measurement.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-12-06
    • 文件大小:414703
    • 提供者:乔康琪
  1. KeyBorad

    0下载:
  2. 扫描4X4键盘,并将键值在数码管和8个LED上显示,同时将键值通过串口或RS232端口或USB发送给PC机接收并解码来自标准键盘的基本按键的扫描码。-4X4 keypad scanning, and key in the digital tube and eight LED display, while the key through the serial port or RS232 port or a USB send the PC to receive and decode the scan
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:190603
    • 提供者:程耀庆
  1. WebSerial

    0下载:
  2. 通单击网页上在按键,从串口发送数据至单片机以控制开关.-Click Web button from the serial port to send data to the microcontroller to control switch.
  3. 所属分类:.net

    • 发布日期:2017-11-07
    • 文件大小:5643
    • 提供者:chjxjiang
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com