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

搜索资源列表

  1. 单片机C51串口中断接收和发送测试例程

    0下载:
  2. 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11.79kb
    • 提供者:王胜
  1. moder

    0下载:
  2. moder 51汇编程序框架 D4为串口发送中断指示灯; D5为外部中断1指示灯; D6为外部中断0指示灯; D7为串口接收中断指示灯; D8为定时器指示灯;-moder 51 D4 Series procedural framework for the serial interrupt this light; D5 for external interrupt a lamp; D6 for external interrupt 0 lamp; D7 for the se
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9.65kb
    • 提供者:liping
  1. C51test

    0下载:
  2. 单片机C51串口中断接收和发送测试例程可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -80C51 Serial interrupted receive and send test routines can be used to test 51 MCU interrupt reception / / Send inquiries and, I also think that this is not necessary for d
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7.27kb
    • 提供者:yanyan
  1. serial_program_for_51

    0下载:
  2. 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putb
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:eacho
  1. C51

    1下载:
  2. MCS-51单片机有5个中断源,其中两个是由-INT0、-INT1引脚输入的外部中断源;另外三个是内部中断源即由T0、T1的溢出引起中断和串行口发送完一个字节或接收到一个字节数据引起中断。触发外部中断有两种方式,即下降沿引起中断或低电平引起中断。当编程TCON中的ITi(i=0、1)为1时,则引起触发的方式为边沿触发方式,反之(ITi=0)为低电平触发方式。每个中断源的中断请求能否得到响应要受两级“开关”的控制,即一个总“开关”
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:张理
  1. uart

    0下载:
  2. 51单片机 串口接收发送 都用到中断 全双工 采用C语言-51 MCU serial port receive interrupt is used to send both full-duplex using C language
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:35.55kb
    • 提供者:juck
  1. 51uart

    0下载:
  2. C51的串口中断接收,查询发送实例。(以销量30K产品的代码)-C51' s serial port interrupt reception, the query sent instance. (By volume 30K product code)
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:18.05kb
    • 提供者:DaglesHoll
  1. 0555

    0下载:
  2. 51单片机串口通讯设计代码公开, //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -51 design code serial communication open,// ??this is a C51 microcontroller serial receiver (interrupt) and send routine can be used to test the mi
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:8.32kb
    • 提供者:
  1. 51MCU-RS232

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

    • 发布日期:2017-03-24
    • 文件大小:1.31kb
    • 提供者:李建峰
  1. 51zhongduan

    0下载:
  2. 51单片机串口中断按下按钮,单片机发送数据"Come On!\r\n"给主机-at89_51
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:mml
  1. 51uart

    0下载:
  2. 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1.38kb
    • 提供者:liangliang
  1. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657byte
    • 提供者:虾虾
  1. AT89S51GSM

    0下载:
  2. 用单片机C51串口来接收和发送GPS数据到指定服务器,可以用来测试51单片机的中断接收 --80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6.5kb
    • 提供者:付生
  1. 51singlechipserialportprogram

    0下载:
  2. 51单片机的串口中断演示程序,发送的字符可以在液晶屏上显示出来,同时可以接收单片机回送的字符,程序编译后,会出现警告提示,是由于有未调用的函数和有被多个程序调用的函数,在此不影响实验 结果,暂可不用去理会。(可以通过屏蔽未调用的函数和把被多个程序调用的函数设为再入函数来解决)-51 single-chip serial port interrupt demo program, sending the characters can be displayed on the LCD screen,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-23
    • 文件大小:27.08kb
    • 提供者:
  1. microcontroller

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

    • 发布日期:2017-04-14
    • 文件大小:4.03kb
    • 提供者:王冰
  1. 51_mcu_examples

    3下载:
  2. 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832 19 RS485通讯 20 直流电机 21 定时器0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-06-07
    • 文件大小:1.05mb
    • 提供者:郑道宝
  1. 51MCUsendsaninterrupttoreceiveandcheck

    0下载:
  2. 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收和查询发送。-51 MCU sends an interrupt to receive and check
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:mdcao
  1. 51send

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

    • 发布日期:2017-04-08
    • 文件大小:1.19kb
    • 提供者:李海洋
  1. moder

    0下载:
  2. moder51汇编程序框架D4为串口发送中断指示灯;D5为外部中断1指示灯;D6为外部中断0指示灯;D7为串口接收中断指示灯;D8为定时器指示灯;-moder 51 D4 Series procedural framework for the serial interrupt this light D5 for external interrupt a lamp D6 for external interrupt 0 lamp D7 for the serial receiver inte
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:9.7kb
    • 提供者:trysfi
  1. 下位机程序111

    0下载:
  2. 进行串口读取数据,中断服务,完成一定的脉冲发送(Serial read data, interrupt service, to complete a certain pulse to send)
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com