搜索资源列表
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
UART
- 单片机串口通信,收发数据缓冲区示例,在中断中不处理接收的数据,只是按循环队的方式将数据存起来,标示Buf中有多少个数据,在主程序中去查询.-Microcontroller serial communication, send and receive data buffer example, in the interrupt does not handle the data received, but on a revolving team approach to store data toget
UART
- 用于S3C44B0X微控制器串口与外部设备的通信,可以设置缓冲区和FIFO两种方式 -Used for the the S3C44B0X micro-controller serial communication with external devices, you can set the buffer and FIFO two ways
UART-Double-Buffer-Interrupt
- UART双数据缓冲中断读取程序,保证任何波特率下的可靠实时通信。-Dual UART interrupt reading program data buffering to ensure reliable real-time communication under any baud rate.