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

搜索资源列表

  1. 232

    0下载:
  2. 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收-This is a single chip C51 serial receive (interrupt) and send routines, can be used to test 51 SCM interrupt reception
  3. 所属分类:Com Port

    • 发布日期:2017-11-17
    • 文件大小:878
    • 提供者:peihuizhuang
  1. 2MSP430F149USART1sendreceivewithpc

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑发送接收通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用中断形式。实现通信,当单片机接收到什么字符后,它会自动把接收的字符发送个电脑-MSP430F149 chip computer through the serial port and send and receive communication baud rate 9600 data, no parity. 32
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:22047
    • 提供者:超越
  1. USART_Interrupt

    0下载:
  2. STM32单片机串口中断例程,普通发送,串口接收,用的是STM32F103VET6。-The STM32 microcontroller serial interrupt routine, ordinary sending serial receiver, is STM32F103VET6.
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:5357249
    • 提供者:wang
  1. usart

    0下载:
  2. 一种uart通信驱动程序,基于stm32系列cpu,数据通过超时实现接收一个完整的包,发送和接收都通过中断方式。-A uart communication drivers, based on the the stm32 series cpu, data by time-out to receive a complete package, send and receive through the interrupt.
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:4530
    • 提供者:李学强
  1. AT89C51receiveandsend

    0下载:
  2. 这是一个单片机AT89C51串口接收(中断)和发送例程, 可以用来测试51单片机的中断接收和查询发送.-This is a microcontroller AT89C51 serial receiver (interrupt) and send routine, can be used to test 51 microcontroller interrupt receive and send a query.
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:100329
    • 提供者:李木
  1. chaoshengbokongzhi

    0下载:
  2. 超声波测距设计,简单的源代码,以方波的形式,从单片机中断管脚发出,经过放大电路,在发射头发送出去,接收时,经过中断处理,收到收据-Ultrasonic Ranging design, source code, in the form of a square wave from the microcontroller interrupt pin issued amplifier circuit in the transmitter head sent, received, interrupt ha
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:2781
    • 提供者:克里
  1. sci-interrupt

    0下载:
  2. DSP28 SCI - 同计算机通信,采用超级中断接受数据,间隔2秒DSP向计算机发送字符"2812-UART is fine !" -DSP28 SCI- with computer communications, super-interrupt receive data every two seconds DSP is sent to the computer characters " 2812-UART is On fine!"
  3. 所属分类:DSP program

    • 发布日期:2017-11-08
    • 文件大小:227530
    • 提供者:小欤
  1. chuankou

    0下载:
  2. 用中断法编出串行口方式1下的发送程序。设单片机主频为6MHZ,定时器T1用作波特率发生器,波特率为2400b/s,发送字符块在内部RAM的起始地址为TBLOCK单元,字符块长度为LEN。要求奇校验位在数据第8位发送,字符块长度LEN率先发送。-Send serial port interrupt method to compile the program. Let microcontroller clocked at 6MHZ, timer T1 as baud rate generator,
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:3409
    • 提供者:jingzai
  1. _8259LIGHT

    0下载:
  2. 微机接口 汇编语言 用中断的方式 发送请求 实现对小灯泡的控制-Computer interface assembly language interrupt sends a request to achieve control of the small bulbs
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:103353
    • 提供者:puppyandbunny
  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. chuankou3

    0下载:
  2. 单片机的串口通讯 ,采用中断方式接受和发送数据-the communication of mcu through 232
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:22992
    • 提供者:sulliqi
  1. an0008_usart

    0下载:
  2. EFM32 uart 驱动 实现了 中断接收 循环发送的功能。-Transmitting data*Transmitting data*/ /* Reception is interrupt driven*/ /* Transmission is polled*/
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-19
    • 文件大小:410385
    • 提供者:lichen
  1. msp430_iic_master

    1下载:
  2. 在msp430单片机上实现硬件iic和从机发送接收的功能,接收和发送都在中断函数中处理,有发送buf,同时串口可以打印信息。-Msp430 microcontroller hardware iic send received and slave, to receive and send in the interrupt handling function, sending buf and serial can print information.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-12
    • 文件大小:45628
    • 提供者:chenshao136
  1. UART2

    0下载:
  2. c8051f206 uart 串口中断接收和发送测试例程(含通信协议的实现)-c8051f206 uart
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:24996
    • 提供者:佧将
  1. stm32_UART

    0下载:
  2. stm32串口中断收发例程_查询发送中断接收,采用3.5库-stm32 serial interrupt transceiver routines _ query sent interrupt reception, with 3.5 library
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:369861
    • 提供者:大兵
  1. Abnormal-waveform-generator

    0下载:
  2. 能够产生电压中断、电压凸起、凹陷、以及谐波的波形,并将波形的采样数组通过串口发送-Able to generate a voltage is interrupted, the voltage projections, recesses, and harmonics of the waveform, and waveform sampling array is transmitted through the serial
  3. 所属分类:LabView

    • 发布日期:2017-11-28
    • 文件大小:60306
    • 提供者:Yang
  1. stm32-serial_port_communication

    0下载:
  2. 在stm32f103处理器基础上实现中断方式的串口通讯(发送与接收) 适合新手学习掌握串口-The program based on stm32f103 which belong to arm cotex m3 series,in order to realize serial port communication by interrupt
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:2131693
    • 提供者:张扬
  1. sci

    0下载:
  2. DSP程序,F2812的sci中断通讯,发送和接收-sci of 2812
  3. 所属分类:DSP program

    • 发布日期:2017-12-03
    • 文件大小:316026
    • 提供者:娟娟
  1. serial-testing-

    0下载:
  2. 51单片机串口测试程序,可以定时发送,中断接收-51 microcontroller serial testing procedures, can be sent periodically interrupt reception
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:38947
    • 提供者:poly
  1. DSP-X_INT

    0下载:
  2. DSP28335外部中断测试程序,通过INT3口输入0到5V的方波信号,由定时器中断和外部中断计算方波的频率,同时通过串口发送到电脑端显示-DSP28335 external interrupt testing procedures, including complete engineering documents
  3. 所属分类:DSP program

    • 发布日期:2017-11-27
    • 文件大小:1253
    • 提供者:付媛璧
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 32 »
搜珍网 www.dssz.com