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

搜索资源列表

  1. 3

    0下载:
  2. 单片机C51串口中断接收和发送测试例程(含通信协议的实现)-C51 microcontroller serial port interrupt to send and receive test routines (including Communication Protocol)
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1548
    • 提供者:xiang
  1. slac123d

    0下载:
  2. map430f2274单片机各种例程包含串口 中断 时钟-map430f2274 microcontroller serial port interrupt clock contains a variety of routines, etc.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:338803
    • 提供者:wanghua
  1. serialrecieveandview

    0下载:
  2. 简单实用的单片机51系列串口中断接收显示的C程序。接收串口发过来的一个字符,并以16进制形式显示在led数码管上-Simple and practical single chip 51 shown in C serial port interrupt reception process. Send over the serial port to receive a character, and displayed in 16-band digital tube led
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:11380
    • 提供者:
  1. DSP_inter

    0下载:
  2. DSP 的串口中断程序,大家可以再次基础上进行个性化更改。写的不好多多原谅。改程序已经在ccs3.1下调试通过了-DSP sci
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:319697
    • 提供者:李寅
  1. nxp(done)

    1下载:
  2. 飞利浦NXP P89LPC936单片机的程序,使用了该单片机的大部分资源:使用了3个AD,1个DA,定时器,串口中断等等。本人严格测试通过。程序内容是控制光纤直放站的功率放大模块控制器。-Philips NXP P89LPC936 microcontroller program, use most of the resources of the MCU: Using the 3 AD, 1 个 DA, serial port interrupts, and most of the memory
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:63410
    • 提供者:张堪
  1. 51

    0下载:
  2. 两片51单片机,通过串口中断通信,发送程序,接收程序-2 51, interruption of communications through the serial port, sending program, to receive program
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:3695
    • 提供者:zhuaili
  1. msc1210_AD_input

    0下载:
  2. 这个程序为msc1210Y5的AD采样程序,采用串口中断接收上位机命令进行转化,并把转化结果发送回上位机显示。程序已经过调试和校正,精度可以达到0.2mV。输入信号范围是-10V-10V,通过运放转化为0.5-4.5输入差分同相端,差分反相端为2.5V基准电压。-This procedure msc1210Y5 the AD sampling procedure for the PC serial port receiver interrupt command transformation, a
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:1617
    • 提供者:ddg
  1. com

    0下载:
  2. 例子通过串口中断实验学习如何进行串口通讯,注意,本例子产生波特率是9600,使用T1定时器,因些需要使用11。0592晶振-this example is a communcation need 11.0592MHz
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2088
    • 提供者:kai
  1. Uart

    0下载:
  2. 程序功能: 1,16位定时器0,工作在方式1,定时1秒。 2,8位自动重装定时器2,工作在方式2,产生波特率为9600. 3,串口工作方式1,10位异步发送,定时一秒循环发送1,2,3,4,5. 4,使能串口中断,收到任何数据立即转发出去。-Program features: 1,16-bit timer 0, 1 working in the manner, time 1 sec. 2,8-bit auto-reload timer 2, work in the way of
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:126899
    • 提供者:Boky
  1. USART_Irq

    0下载:
  2. STM32F10C8 arm7嵌入式串口中断处理,详细介绍了中断方式下,怎样接收和发送数据。-STM32F10C8 arm7 embedded serial port interrupt handling, interrupt mode described in detail, how to send and receive data.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:25972
    • 提供者:王艾森
  1. USART

    0下载:
  2. STM32F103VBT6开发板上的串口中断程序,通过串口控制流水灯-STM32F103VBT6 development board serial port interrupt program, through the serial port flow control lamp
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1252746
    • 提供者:徐天
  1. STM32F-DMA

    0下载:
  2. * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:3358
    • 提供者:yyy
  1. DataRet_C

    0下载:
  2. ARM7上UART0串口中断方式通信的源程序,尤其适用于LPC2220 -UART0 Interrupt Communication for ARM7
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:24660
    • 提供者:许煜
  1. STM32-RTC-V2

    0下载:
  2. RTC模块的当前时间通过串口传送给PC机的超级终端显示,若RTC模块还未设置时间则通过超级终端进行设置。RTC秒中断每发生一次,发光二极管LED1闪烁一次。-RTC module to send the current time through the serial port PC-HyperTerminal shows that if RTC module is not yet set the time set by the Super Terminal. RTC seconds interr
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:323584
    • 提供者:黄传龙
  1. dual-serial

    0下载:
  2. 华邦单片机双串口中断编程,工程项目摘出来的-Winbond MCU dual serial port interrupt programming, the project out of Abstract
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:3934
    • 提供者:cz
  1. SerialportinterruptniosII

    0下载:
  2. 单片机串口中断程序每一步都有详细的注释一看就明白-Microcontroller serial interrupt program every step of the detailed comments see at
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3053
    • 提供者:songtianjun
  1. 2812scififo

    0下载:
  2. 2812 串口fifo应用初始化,8级串口中断处理,协议处理和数据处理框架。工程应用非常合适-2812 serial port fifo application initialization, 8 serial port interrupt handling, protocol processing and data processing framework. Application is very appropriate! !
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:2253
    • 提供者:dragonflyxu
  1. danpianji

    0下载:
  2. s52单片机知识,有电子钟、红外解码、串口中断-s52 SCM knowledge, electronic clock, infrared decoder, serial port interrupts, etc.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2033327
    • 提供者:邓文华
  1. c8051F040interrupu

    0下载:
  2. #include "c8051F040.h" c8051F040的串口中断例程 -# Include " c8051F040.h" c8051F040 the serial port interrupt routine
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:4955
    • 提供者:wafng
  1. Ex18

    0下载:
  2. 程序功能:电脑控制LED,电脑发送 1 ,LED1亮,数码管显示"1111";电脑发送 2 ,数码管显示"2222",LED2亮; 电脑发送 3 ,LED3亮,数码管显示"3333"。 学习重点: 1、串口中断的实现-Program features: computer-controlled LED, the computer sends ' 1 ' , LED1 light, digital display, " 1111" computer
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1565
    • 提供者:kane
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com