搜索资源列表
单片机C51串口中断接收和发送测试例程
- 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
moder
- 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
C51test
- 单片机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
serial_program_for_51
- 很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义最大输入字符数 putbyte(char c) 放入一个字节到发送缓冲区 putb
C51
- MCS-51单片机有5个中断源,其中两个是由-INT0、-INT1引脚输入的外部中断源;另外三个是内部中断源即由T0、T1的溢出引起中断和串行口发送完一个字节或接收到一个字节数据引起中断。触发外部中断有两种方式,即下降沿引起中断或低电平引起中断。当编程TCON中的ITi(i=0、1)为1时,则引起触发的方式为边沿触发方式,反之(ITi=0)为低电平触发方式。每个中断源的中断请求能否得到响应要受两级“开关”的控制,即一个总“开关”
C51
- 一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -C51 microcontroller serial port to receive a (break) and send routine can be used to interrupt the microcontroller 51 receives the test
uart
- 51单片机 串口接收发送 都用到中断 全双工 采用C语言-51 MCU serial port receive interrupt is used to send both full-duplex using C language
51uart
- C51的串口中断接收,查询发送实例。(以销量30K产品的代码)-C51' s serial port interrupt reception, the query sent instance. (By volume 30K product code)
0555
- 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
51MCU-RS232
- 这是一个单片机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
51zhongduan
- 51单片机串口中断按下按钮,单片机发送数据"Come On!\r\n"给主机-at89_51
51uart
- 串口调试程序 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
tx
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
AT89S51GSM
- 用单片机C51串口来接收和发送GPS数据到指定服务器,可以用来测试51单片机的中断接收 --80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
51singlechipserialportprogram
- 51单片机的串口中断演示程序,发送的字符可以在液晶屏上显示出来,同时可以接收单片机回送的字符,程序编译后,会出现警告提示,是由于有未调用的函数和有被多个程序调用的函数,在此不影响实验 结果,暂可不用去理会。(可以通过屏蔽未调用的函数和把被多个程序调用的函数设为再入函数来解决)-51 single-chip serial port interrupt demo program, sending the characters can be displayed on the LCD screen,
microcontroller
- 一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -C51 serial port to receive a microcontroller (interrupt), and send the routines can be used to test 51 microcontroller interrupt reception
51
- 两片51单片机,通过串口中断通信,发送程序,接收程序-2 51, interruption of communications through the serial port, sending program, to receive program
51_mcu_examples
- 非常经典的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
moder
- 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
下位机程序111
- 进行串口读取数据,中断服务,完成一定的脉冲发送(Serial read data, interrupt service, to complete a certain pulse to send)