搜索资源列表
STM32_USART1
- stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
UART
- 基于stm32f103的usart发送和接受-stm32 usart
USART
- stm32非固件库程序,通过串口4发送数据,传统ARM写法-smt32 usart
USARTmonichengxu
- pic18f芯片的USART串口通讯模块的利用,程序实现了串口的初始化、接收与发送中断及数据的解包打包和发送过程。-pic18f chip USART serial communication module to use, the program achieved a serial port initialization, receiving and sending interrupts and data packing and sending the process of unpacking.
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
USART
- Cortex-M3的usart例子,完成像串口发送数据,用于调试-Cortex-M3 usart example, the completion of sending data such as serial port for debugging
UartExample7
- 使用宏定义的某个串口发送数据,包括remap串口,可以用于测试。-stm32fxx usart tx rx for all,with remap
USART
- STM32 通过串口调试助手发送数据并实现串口数据采集 ,将数据显示出来-STM32 serial debugging aides to send data and serial data acquisition, data displayed
stm32-study2
- stm32程序 六:USART的发送和接收实验 七:RTC的时钟设置和显示-stm32 program: USART to send and receive Experiment 7: RTC clock settings and display
USART
- XMEGA串口例子,串口发送什么,就返回什么,基于AVRSTudio,xmega 系列通用。-xmega uart
usart
- 通过串口发送指令,将数据保存在EEPROM中,也可以作为中断方式接收多字节指令的例子-Send commands through the serial port, the data stored in the EEPROM can be used as interrupt receiving examples of multi-byte instruction
exp_3
- 学会使用USART和电脑的串口高度助手通信,通过设置外部中断0,由按键PD2触发向电脑发送字符,字符由一个数组储存,在串口助手上显示。 通过串口助手可以向单片机发送字符,并在LCD屏幕上显示,每次只能显示一位,设置delay函数延迟0.5秒显示-USART and learn to use the computer' s serial communications assistant height by setting the external interrupt 0, send ch
USART
- 关于STM32的串口通信,有错误判断功能,主要是在中断中接收发送-about STM32 usart trans
STM32_UART
- STM32 USART通讯,5串口全部测试发送成功-STM32 USART 5 serial port communication, all tests successfully sent
DMX512-Decoding
- STM32f10x USART dmx接收发送处理程序-STM32 Decode DMX signal
STM32_USART
- 基于ARM的USART串口收发程序,上位机向STM32f103发送数据,STM32接到数据后在发送给上位机完成通信-It is for STM32 s USART experiment
USART_communication-M3
- 基于STM32f103的USART串口通信简单实例,即PC机的串口助手发数据给STM32的板子,板子返回发送的数据给PC端-STM32f103 based on the USART serial communication simple example, that is, the PC serial port to send data to the STM32 s board, the board returned to send the data to the PC
ESP8266-USART
- ESP8266通过串口发送接收数据,使用串口调试助手查看。-ESP8266 through the serial port to send data to receive, use serial debugging assistant to view.
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用