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

搜索资源列表

  1. 3Line

    0下载:
  2. 使用3根普通IO通讯 不使用中断 双方都可以主动发起数据通讯,也都可以被动接收数据,即可以对等传输. 有发送和接收的检查等待机制,发送方知道对方什么时候收了数据,接收方知道发送方什么时候发了数据. 无需进行数据延时,最大可能地加快了通讯速度. CPU闲的时候通讯速率可以最快.忙的时候又可以无限等待.保证绝对同步,不会出错. 双方CPU工作速度可以任意,即使是51和P4通讯,也能保证正确无误.-3 IO communication does not use interrup
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:29208
    • 提供者:徐阳
  1. single-board

    0下载:
  2. 单片机C51串口接收(中断)和发送例程,简单实用,适合初学者-C51 microcontroller serial port receiver (interrupt), and send routine
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:12681
    • 提供者:chen
  1. UART

    0下载:
  2. //DMAVR-128的USART串口发送与接收数据示例程序,采用串口1,发送和接收都是中断的方式 //先发送200个FF,然后单片机处于接收状态,接收数据显示在数码管上,电脑发送的数据格式如09,16进制形式-//DMAVR-128 USART serial port to send and receive data sample program using the serial port to send and receive are interrupted// 200 sends th
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2030
    • 提供者:周舟
  1. spi

    0下载:
  2. STC12的SPI通信,SPI主机程序,无中断串口接收并用SPI发送-The STC12 the SPI communication, SPI host program, no SPI transmit interrupt the serial port to receive and use
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2615
    • 提供者:韩昆
  1. uart

    0下载:
  2. 如果使用查询的方式发送和接收数据 则不需要使用串口的中断-If the way to send and receive data using the query you do not need to use the serial port interrupt
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:10367
    • 提供者:lihuideng
  1. E语言登陆器

    3下载:
  2. 文件说明: 1、网关服务端 就是网关服务的源代码了,主要用来向登陆器以及游戏客户端DLL下发运行参数等工作。 2、服务端解密DLL 注入游戏服务端进程HOOK RECV对封包解密。 3、客户端加密DLL 注入游戏客户端进程HOOK SEND对游戏封包进行加密。配合服务端加密DLL完成对游戏封包的重新加解密过程。 作用原理: 通过HOOK方式拦截游戏客户端的封包发送和游戏
  3. 所属分类:汇编语言

    • 发布日期:2013-03-01
    • 文件大小:39921
    • 提供者:刘振
  1. HS0038

    0下载:
  2. 通过外部中断来控制红外线的接收,再通过串口发送数据-External interrupt to control infrared receiver, and then send data through the serial port
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:16877
    • 提供者:张立
  1. Stm32pwm

    3下载:
  2. 中断里记录发送脉冲的个数,可以用于步进电机的位置控制和角度控制。-Interrupt to send the number of pulses where records can be used for the stepper motor position control and angle control.
  3. 所属分类:SCM

    • 发布日期:2015-11-17
    • 文件大小:693248
    • 提供者:李江峰
  1. TWI

    0下载:
  2. 汇编写的m8的twi中断(主机发送模式)-Written in assembler m8' s twi interrupt (host transmit mode)
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1464
    • 提供者:wumuqing
  1. Com232

    0下载:
  2. 在系统时钟为11.059MHZ时,设定串口波特率为9600bit/s 串口接收中断允许,发送中断禁止-At system clock is 11.059MHZ, set the serial port baud rate for 9600bit/s serial port interrupt enable, sending interrupt inhibit
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1362
    • 提供者:h
  1. RS-485-UART

    0下载:
  2. RS485串口收发源码,中断接收与发送 查询接收与发送,很全面的程序源码-RS485 UART test
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:6513
    • 提供者:云飞
  1. C8051

    0下载:
  2. C8051F020与上位机通过zigbee与上位机通讯,平时处于空闲状态,当串口收到上位机发送的命令时,开始工作。程序包括AD采样,串口中断,发送。-C8051F020 and the host computer through the zigbee communication with the host computer, usually idle, when the serial port received from the host computer to send commands to
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:51705
    • 提供者:tangzilin
  1. sll

    0下载:
  2. 一开始碰到在中断中调用发送signal函数 isr_evt_set() 就死机, 后来将c/c++默认优化等级改为 level-0, 就解决了-unsigned char i2cSlaveAddress
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-09
    • 文件大小:595348
    • 提供者:sl
  1. linux-tty_GPRS

    0下载:
  2. linux系统下的串口编程,驱动SIM300 GPRS通信的程序。包括串口通信,串口中断,GPRS无线通信数据的接收与发送源代码。-linux gprs
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:6247
    • 提供者:superkm110
  1. msp430f5438-_24L01

    0下载:
  2. 这是msp5438+24L01的源代码,里面有中断方式的接收和发送,也有查询方式的接收和发送-This is msp5438+24L01 the source code, which receive and transmit interrupt, query the way to receive and send
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:191272
    • 提供者:she
  1. usart

    0下载:
  2. 通过设置stm32的usart nvic 实现串口的中断接收发送-By the set of stm32 usart nvic achieve serial interrupt reception
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:1781029
    • 提供者:wb
  1. UART

    0下载:
  2. UART发送数据 中断接受数据 UART发送数据 中断接受数据-UART interrupt receive UART transmit data
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1050
    • 提供者:万工
  1. spc3

    0下载:
  2. 1.USERSPC3.C主程序,这部分主要完成SPC3初始化、启动、发送数据和接收数据以及诊断等功能 2.INTSPC3.C中断模块,主要处理从站参数、组态数据检查和从站地址设定等功能 3.DPS2SPC3.C模块,主要功能是根据组态数据计算输入输出数据长度,辅助缓冲区分配,缓冲区初始化,设置IO数据长度,各缓冲区数据更新等 4.DPS2USER.H模块。用来定义变量和宏接口,宏接口使用户可以方便的访问SPC3的寄存器-C51 code for profibus-dp develpm
  3. 所属分类:SCM

    • 发布日期:2014-04-22
    • 文件大小:22528
    • 提供者:NieKefu
  1. UART0-interrupt--DMA

    0下载:
  2. LPC1700系列,uart0串口中断接收数据,DMA发送数据,结合中断和DMA配合使用-LPC1700 series, uart0 serial interrupt receiving data, DMA to send data with the use of combined interrupt and DMA
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:188408
    • 提供者:su
  1. MicrosystemSP2339

    0下载:
  2. SP2339的源代码,实现1个串口扩为3个串口的功能,代码实现数据的接收和发送功能,并可移植到其它环境中使用,修改时注意是否发送完数据后,还会一直处在发送中断里。-SP2239 s source code, a serial expansion of the functions of three serial code data receive and transmit functions, and can be ported to other environments to use.
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:3120
    • 提供者:123
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 32 »
搜珍网 www.dssz.com