搜索资源列表
COM_INT
- 串口中断程序 c and assemble-interrupt procedures and assemble c
chuankoutest1
- 利用PC串口进行通讯,调用了14号中断进行文件的传输-use PC serial port for communications, called the interruption on the 14th for document transmission
UCOSII2.83_S3C44B0_LIYUTAI
- 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3 外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,
PIC_STUDY
- 完整的PIC学习程序示例 软件功能: RT1602C驱动 UART串口输出,波特率为19200 按键扫描: 键1控制LCD的显示状态,接收状态或是发送状态 键2循环控制UART将要输出的子串口 AD转换功能 UART串口接收中断 TIME1定时器中断 具体请参考硬件连接图-integrity of the learning process software examples : RT1602C driven serial UART output. ba
SerialUART
- 实现串口通信功能。由中断程序调用,实现串口单字节读写的功能。
shujucaiji-huibian
- 数据采集的汇编程序,串口用中断,采集用0809,有用的很,都调试过了
PRO1
- 51串口中断程序,适用于波特率115200,8,1。
clock
- 液晶时钟,实现串口调时 以定时中断方式实现实现1秒的定时 以串行接受中断方式接受从PC机发送来的时 钟停止信号并向PC方发送当前的时钟数据 *使用模块: 定时模块、串行通信模块及LCD模块
200606200123547308806
- 小灯控制程序 *** *** 中断入口程序 *** ORG 0000H 程序执行开始地址 LJMP START 跳至START执行 ORG 0003H 外中断0中断入口地址 RETI 中断返回(不开中断) ORG 000BH 定时器T0中断入口地址 RETI 中断返回(不开中断) ORG 0013H 外中断1中断入口地址 RETI 中断返回(不开中断) ORG 001BH 定时器T1中断入口地址 RETI 中断返回(不开中断)
485
- 函数名称: UART_init()串口初始化函数 // 函数功能: 在系统时钟为11.059MHZ时,设定串口波特率为9600bit/s // 串口接收中断允许,发送中断禁止
基于中断的串口驱动及显示程序
- 基于中断的串口驱动及显示程序,收发缓冲区实体,收发缓冲区读写指针,串口初始化,串口缓冲区初始化,串口中断服务子程序-based on the serial interrupt-driven and show procedures, TX buffer entities, TX buffer literacy target, serial initialization, serial buffer initialization, interrupt service routines
5956471gps_source
- NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collected by the serial interrupt data show a high degree of longitude latitude speed time-use satellite-ASDFASDFASDFAS
com
- 例子通过串口中断实验学习如何进行串口通讯,注意,本例子产生波特率是9600,使用T1定时器,因些需要使用11。0592晶振-this example is a communcation need 11.0592MHz
labviewSerial-port-interrupt-for-use
- 串口中断的应用,对串口通信的控制,非常实用,还有事件反馈的vi-Serial port interrupt the application for serial communication control, very practical, as well as events vi feedback
USART-NVIC
- STM32F103ZE的串口-中断实验,神舟三号源码-STM32F103ZE serial- interruption experiments, Shenzhou III source
usart
- stm32的USART2串口中断函数,自定义的检验函数-stm32 of USART2 serial interrupt function, the custom function test
864416273
- 基于51单片机的串口中断收发c程序源代码,keil-51 microcontroller based on the serial port to send and receive C program source code, Keil
串口独立波特率发生器 T1 modbus
- 串口收发数据通讯,波特率发生器,串口中断(A serial port to send and receive)
printf(interrupt)
- STM32串口通信程序,在中断处理,适用于STM32f103zet6单片机(STM32 serial communication program, interrupt handling)
uart irq
- pyboard v1.1 利用micropython编程,串口中断接收例子