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

搜索资源列表

  1. nRF24L01-Quick-Dev

    0下载:
  2. nRF24L01-Quick-Dev 2.4GHz nRF24L01开发系统使用手册 为了便于用户开发应用先进的2.4GHz nRF24L01高速2Mbps无线芯片开发,迅通科技提供nRF24L01快速开发系统,nRF24L01开发系统包括两个无线高速多频道模块、两个开发板(含可更换MCU及用户开发空间),详细源代码,原理图,资料光盘,开发板上有MCU、串口、按键和指示灯等,加电即可使用,可完成无线双向数据高速传输的全部功能,并可方便地进行性能以及距离评测,并迅速掌握nRF24L01的多
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:431659
    • 提供者:万奇
  1. STM32freeRTOS

    1下载:
  2. 在stm32的cpu上移植freertos操作系统,程序在freertos基础上实现了,按键扫描,led灯控制,串口收发处理,定时器中断程序等功能。使用MDK打开工程文件即可。-Stm32 on the cpu transplant freertos operating system, the program freertos based on realized, key scan, led lamp control, serial port transceiver processing, fu
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:2544176
    • 提供者:李学强
  1. examples-mini6410-20110104

    0下载:
  2. examples-mini6410-20101110.tgz Linux编程示例,包含串口编程,PWM, LED, 按键,线程,网络等 -the the examples-mini6410-20101110.tgz Linux programming examples, including the serial programming, PWM, LED, buttons, threads, network, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-15
    • 文件大小:50481
    • 提供者:李虎子
  1. TQ2440

    0下载:
  2. 基于天嵌TQ2440开发版的裸机代码源码包括点亮LED让LED闪烁还有按键程序(利用断或查询的方式),串口的源代码,可直接烧进开发板运行-The day embedded TQ2440 Developer Edition bare metal code source-based lit LED LED flashes also key program (off or query), the serial port of the source code, can be directly burne
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-14
    • 文件大小:884436
    • 提供者:王伟
  1. 51-microcontroller-project-set

    0下载:
  2. 51单片机项目集: 1.基础项目 项目1-P0口驱动LED闪烁 项目2-跑马灯 项目3-P0口驱动一个数码管显示 项目4-单片机的中断系统 项目5-定时器计数器应用 项目6-单片机的按键 项目7-数码管动态显示 项目8-电子表程序设计 项目9-串口通信 项目10-步进电机 2.提高项目 项目1-A_D转换器应用 项目2-D_A转换器应用 项目3-数字温度传感器DS18B20应用 项目4-I2C总线器件应用 项目5-字符型LCD1
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:6501514
    • 提供者:gzp
  1. test-_pro

    0下载:
  2. C8051F410 的两个测试程序:按键点灯与按键发串口数据-A C8051F410 two test procedures: button lighting with keys issued serial data
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:96504
    • 提供者:杜隆生
  1. yuyinyixianchuankou

    0下载:
  2. 语音芯片,一线串口通信方式;可通过按键、红外遥控设定播报的音频段数及声音大小-Voice chip, first-line serial communication through the buttons, IR remote control is set to broadcast the audio segment number and size of the sound
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:41749
    • 提供者:禾丫
  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 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com