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

搜索资源列表

  1. CAN

    0下载:
  2. STM32F407芯片,CAN通信代码,其中数据发送通过外部按钮触发,数据通过接收中断接收-STM32F407 chip, CAN communication code, in which data is sent via an external trigger button, the data is received by the receive interrupt
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-22
    • 文件大小:6489713
    • 提供者:保密
  1. USART

    0下载:
  2. 关于STM32的串口通信,有错误判断功能,主要是在中断中接收发送-about STM32 usart trans
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-04
    • 文件大小:1508688
    • 提供者:yaw lee
  1. jieshou

    0下载:
  2. 通过NRF24L01模块接收发送端发出的温度信息,当数据接收完成后产生接收完成中断信号,单片机确认有中断信息后读取NRF24L01接收缓冲区中的数据,根据数据包协议将接收到的信息通过数码管动态扫描方式显示当前温度,同时也将温度信息通过 RS232 串口上传给PC机, 并对温度信息进行数据统计和数据存储。 -Transmitting and receiving information through NRF24L01 module temperature side issue, when the
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:27987
    • 提供者:君子色
  1. STM8L151

    0下载:
  2. 对STM8L151各个功能模块测试程序,十分方便初学STM8L151各个功能有IO中断,中断唤醒,定时中断,串口接收发送,AD转换程序,SLEEP模式-STM8L151 each function module test program, very convenient beginners STM8L151 each function is IO interruption, interrupt, timer interrupt, serial port receive send, AD conv
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:216628
    • 提供者:姚茂松
  1. 1114zhongduankongzhifasong

    0下载:
  2. 利用m0的中断功能,通过串口发送回传在m0上, 利用m0的中断功能,通过串口发送回传在m0上-M0 use interrupt function, through the serial port to send the return on m0, m0 use interrupt function, through the serial port is sent back to pass on m0
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:190952
    • 提供者:Larry
  1. STC_UART_GPS_OK

    1下载:
  2. 芯片:STC12C5A60S2 晶振:16MHz 波特率:4800bps 引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0 串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2 功能描述:STC12双串口通信(中断方式) 当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去 当串行口2接收数据后,将此数据由串行口1发送出去-Chip: STC12C5A60S2 Crystal:
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:93744
    • 提供者:wcm_e
  1. SPI

    0下载:
  2. 基于NXP1765的SPI中断接受数据,主机发送数据,从机接收数据-NXP1765 based SPI Interrupt accept data, the host sends the data received the machine data
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:635797
    • 提供者:XQL
  1. MSP430-Updata-App-From-Bootloader

    1下载:
  2. MSP430通过bootloader实现本地串口程序升级应用程序 分两部分程序:bootloader和APP应用层程序。 功能实现: 1、bootloader程序中检测是否需要升级app程序,需要升级则执行串口程序接收串口发来的应用程序烧录文件。接收成功后执行APP程序。 2、bootloader中断映射到app的虚拟中断地址。 3、APP程序主要用于测试本地升级是否正确,实现串口中断接收数据,主循环发送数据的功能。 4、bootloader和app各自的配置文件修
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1697719
    • 提供者:acaho
  1. uart

    0下载:
  2. 单片机UART配置,封装成了.c文件和.h文件。包含串口发送函数与串口中断-About MCU uart configuration
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:sheldencn
  1. LLRF

    0下载:
  2. STC单片机+2.4G低功耗发送程序,全中断换醒,USB直接编程-STC microcontroller+ 2.4G low power transmission program
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:89478
    • 提供者:乐鸿熙
  1. UART_REC

    0下载:
  2. STM8 串口单线接收(只接收,不发送,中断方式),希望对初学者有用-STM8 serial single received (receive only, do not send, interrupt mode), I hope useful for beginners
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:28293
    • 提供者:田文
  1. F28335_SCI_Example

    0下载:
  2. 基于F28335的SCI串口通信程序。本程序的特点是代码简单、高效。本代码共包含三个工程文件:1、基本通信(实现了最基本的通过SCI协议通讯的功能。上位机下发一个字符或字符串,下位机原样返回该字符或字符串);2、SCI通信FIFO版(在1的基础之上启用了FIFO缓存接收或发送的数据);3、SCI通信FIFO与中断版(通过启用FIFO功能减少对CPU资源的占用,且数据的发送与接收处理均在中断中完成)。此三个程序基本验证了F28335的SCI模块所有功能。-F28335 of SCI-based s
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:370158
    • 提供者:杨杨
  1. Poutage

    1下载:
  2. 单用户安全通信使用发送天线选择,窃听者选用最大合并比,得到中断概率-Performance of Transmit Antenna Selection Physical Layer Security Schemes
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:16036
    • 提供者:lai
  1. M3_207_CAN1CAN2_T_R

    0下载:
  2. stm32f207两路can发送和接收,以及接收中断的实现代码-stm32f207 two cans transmit, receive and receive interrupt
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1656
    • 提供者:Catherine_wcx
  1. M3_usart

    0下载:
  2. stm32f207串口发送和接收,以及接收中断-stm32f207 usart transmit, receive and receive interrupt
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1236
    • 提供者:Catherine_wcx
  1. 24l01

    0下载:
  2. NRF24L01基于stm32发送与接收,中断判断发送与接收状态,无丢码。-NRF24L01 based stm32 send and receive, send and receive status interrupt judgment, no missing codes.
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:684567
    • 提供者:张瑶
  1. interrupt

    0下载:
  2. 编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。 -Compile a program that is displayed on the monitor, minutes,
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3524
    • 提供者:林金金
  1. RS232

    0下载:
  2. 单片机串口RS232使用中断方式接收和发送数据-Use of Serial RS232 interrupt receiving and sending data
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2154
    • 提供者:guoer
  1. MPC5634M-FlexCAN-SimpleTX

    1下载:
  2. MPC5634的CAN发送程序,接收通过中断,与之类似-MPC5634 CAN-sending program, received by an interrupt, with similar
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-03-04
    • 文件大小:152576
    • 提供者:台述鹏
  1. STM32F401NUCLEO_USART1

    0下载:
  2. STM32F401NUCLEO的板子,实现功能为USART1(串口发送、中断接收、蓝牙串口控制点亮熄灭LED、TIM2定时中断)-STM32F401NUCLEO of the board, to achieve the function of USART1 (serial send, receive interrupt, Bluetooth serial port control, LED lights off TIM2 timer interrupt)
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2521528
    • 提供者:张玉虎
« 1 2 ... 24 25 26 27 28 2930 31 32 33 »
搜珍网 www.dssz.com