搜索资源列表
Modbus_ASCII
- 44B0的串口接收发送程序 **** 现在共享这样的代码有些过时了,但这是我参考很多例子才编写出来的。集合了很多优点:采用环形缓冲机制;读数据时不必关接收中断(没有几个人能实现的),所以不会存在数据丢失的可能;以数据帧为单位接收发送;能够缓冲几千个数据帧(由FrameLen定义)。注:本来是为Modbus协议而编写的,后来简化了校验和Modbus规范。-44B0 receiving this procedure **** now sharing some of the outdated code
bitRingLib
- 环形缓冲库,单位是BIT,读写指针独立,测试通过
lcd1602
- 该文件包含lcd1602驱动程序,rs232串口通信,环形缓冲数组。该程序为本人学生时期的练习习作。-This file contains lcd1602 driver, rs232 serial communication, a circular buffer array. During the program as my students practice exercises.
pic18f_usart
- PIC18F 串口环形缓冲区测试,通过电脑串口调式助手向设备端发送指令字符串,设备端识别指令后,返加应答指令字符串。所有的事件由电脑端发起,设备只能响应请求!-PIC18F serial ring buffer tests through the computer serial port tuning assistant sends command strings to the device, device-side identification instruction, returning r
UART-transmission
- 建立环形缓冲区,将发送缓冲区建立成一个环形的缓冲区,在这个环形缓冲区内,通过头指针和尾指针来定位空白区和数据区-Ring buffer and send buffer created as a circular buffer in the ring buffer head and tail pointers to locate the blank area and data area
USBtoSCC_Firmware
- 基于Z85C30实现USB转双通道同异步串口的源码,本程序采用环形缓冲,多中断等方法实现了串口数据和USB数据的交换,由于单片机速度限制异步只能做到100K,同步只能做到57k。-Z85C30 based USB to dual channel asynchronous serial source code, the program uses a ring buffer, multiple interrupt other methods to achieve the serial data an
STM32_COM_queue
- 将串口的发送缓冲区建立成一个环形的缓冲区,在这个环形缓冲区内,通过头指针来定位空白区 和数据区-The establishment of the serial transmit buffer into a ring buffer in this ring buffer pointer to locate the blank through the head area and the data area
RingBuffer
- 环形缓冲FIFO,用于串行通信外设与后台处理服务的接口对接。-Ringbuffer, Be used for the connector between serial port communication peripherals and Background processing services.
STM32_usart_BSP
- 适合STM32全系列的串口应用软件包,功能丰富,包含环形缓冲区应用,中断写入缓冲,应用读取缓冲,命令帧解析根据需要自定义,包含从串口终端输入整数/字符串,极大地方便调试测试;(Suitable for the full range of STM32 serial application software package, rich features, including the application of ring buffer, interrupt write buffer, applica