搜索资源列表
单片机C51串口中断接收和发送测试例程
- 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
中断接收EV1527的程序
- 中断接收EV1527的程序,单片机选用89C2051
单片机C51串口中断接收和发送测试例程(含通信协议的实现
- 单片机C51串口中断接收和发送测试例程(含通信协议的实现)
lpc2138/2148 spi从机中断接收程序
- lpc2138/48的spi中断接收程序
isr
- 51单片击串口中断接收程序-51 single blow interrupt reception procedures
atmega16串口收发程序
- AVR单片机atmega16串口中断接收和发送程序。接收到字符后再发送出去。-AVR atmega16 interrupt receive and transmit procedures. After receiving characters sent.
单片机C51串口中断接收和发送测试例程
- 单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -80C51 Serial reception (suspended) and send routines can be used to test 51 SCM interrupt reception
红外遥控接收
- 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以下为进入P3.2脚外部中断子程序,也就是解码程序 IR: MOV R6,#9 SB: ACALL DELAY882 调用882微秒延时子程序 JB P2.2,EXIT 延时882
GPRS_Q2403
- arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!-arm driving under Enfora Flash Card module source code, including telephone calls and send text messages, send interrupt reception so!
Serial_at_DOS
- DOS下采用中断接收数据的串口通讯的例子,很难找到的好东西!-DOS interrupt receiving serial data communications example, it is difficult to find the good stuff!
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
C51_Serial
- 单片机C51串口中断接收和发送测试例程,一个小的测试程序-80C51 Serial interrupted receive and send test routines, a small test procedures
AVR_USART
- 介绍AVR单片机对串口的简单中断发送和中断接收-introduced AVR to the serial port and send interrupted briefly interrupted reception
C51
- 串口中断接收和发送 单片机C51串口中断接收和发送测试例程(含通信协议的实现).c-Serial port receive and transmit interrupt C51 single-chip serial port receive and transmit interrupt routine test (including the realization of communication protocols). C
c51
- 单片机C51串口中断接收和发送测试例程(含通信协议的实现),这是我自己写的一个程序,觉得挺好用,发出来大家参考一下-C51 single-chip serial port receive and transmit interrupt routine test (including the Communication Protocol), which I wrote it myself a process, feel good, and
RS485DRI
- 这是一个MODBUS协议的串口接收和发送程序,其特点在于采用了中断接收方式,边接收边进行MODBUS协议常用功能的检查(如其3、5、6、16号),并根据MODBUS协议,设置了后门,可以方便厂家在维护时的便利-This is a MODBUS protocol serial port receive and transmit procedure is characterized by the use of the interrupt r
chuankoufasonghejeishou
- C51串口中断接收和发送程序,采用数码管显示串口发送过来的代码,只能显示发送的数字代码-C51 serial port receive and transmit interrupt procedures, the use of digital tube display serial port to send over the code, can only display the numeric code to send
STM8 串口1 中断接收例程
- STM8 串口1 中断接收例程,有需要的下载
CAN_recv_send_good
- 基于dsp28335的CAN通信 实测可用 中断接收(CAN send recv iSR good)
STM32中断接发
- STM32源程序,对于USART1中断接收和发送数据例程,对初学者很有帮助(STM32_USART1 interrupt receiving)