搜索资源列表
STM32chuankoulicheng(DMA)
- 利用纯软件仿真的功能调试STM32的DMA串口收发的步骤【文件】STM32串口例程(DMA接收发送)-Function using pure software simulation of the DMA serial transceiver STM32 debug steps】 【file STM32 serial routines (DMA receive messages)
STM32F103_USART
- stm32 串口的中断收发 内有详细介绍-stm32 usart riq! riq! riq! riq! riq!
USART1_COM1
- STM32的串口通信例程,下载即可收发信息-STM32 serial communication routines, download you can send and receive information
stm32-chuankou232
- STM32 串口1 采用中断方式 收发一个字节后回显到PC终端-STM32 serial port 1 receive interrupt mode using a byte to the PC terminal echo
STM32-USART
- STM32USART通讯:通过配置串口参数,使能串口时钟,配置串口接收中断,以实现串口收发-Configure the serial port parameters, enable the serial clock, configure the serial port receive interrupt serial transceiver
STM32-Template
- STM32快速开发模板,可直接添加程序,开发环境MDK,里面集成了串口收发和LED灯闪烁,自己编译开发,原创代码,亲测可用。-a template to develop STM32 software program.
STM32-USART-send-and-receive-data-
- 本程序目的是提供使用stm32串口收发一帧数据的一种方法,采用中断方式接受和发送,每进一次中断接收或发送一字节,可以实现pc机与板子通信或板子与板子间通信。注意本程序中外接高速晶振为12M赫兹,而大部分板子为8M赫兹,本程序所用芯片是stm32RBT6-The purpose of this procedure is to provide a method of using STM32 serial port to send and receive a data, using interrupt
串口操作:一个收两个发
- 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)
USART1接发
- 串口控制数组的发送,代码主要写在中断里,通过了(Serial control array sent, the code is mainly written in the interrupt)
STM32串口实验
- STM32单片机串口初始化配置,实现STM32串口收发(STM32 microcontroller serial initialization configuration, to achieve STM32 serial transceiver)
STM32F103RC 串口实验UART4
- 进行串口收发,及匹配两个串口手机做出处理(Serial transceiver, and matching two serial phones to handle)
USART—USART2指令控制RGB彩灯
- 基于STM32平台实现串口收发功能,帮助构建新的项目(Realizing the function of serial port and sending)
串口5库函数模板-寄存器编程
- STM32串口5的收发程序代码,程序用的是寄存器写的,有一定的参考价值。(STM32 serial 5 of the transceiver code, the program is written in register, and has a certain reference value)
STM32UARST
- 配置STM32串口并接收和播发数据,需自己注意STM32的引脚连接(Configuring STM32 serial port and receiving and transmitting data)
探索者 串口实验USART3收发
- 使用STM32 F4板子配置串口,并实现串口收发功能(Configuring STM32 serial port and receiving and transmitting data)
14. USART串口通信实验
- 实现串口收发功能,单片机为STM32,串口通信实验(Serial transceiver function, MCU STM32, serial communication experiment.)
qt5.9.2 串口
- qt串口助手的编译,可以实现与stm32 ,c51等单片机的16进制收发,亲测可用(The compilation of qt serial port assistant can realize the hexadecimal sending and receiving of single chip microcomputer such as stm32,c51 and so on)
STM32单片机串口收发程序
- 基于STM32F103的hc-05蓝牙串口收发程序(Hc-05 Bluetooth serial transceiver based on STM32F103)
串口实验
- STM32F103串口收发中断实现,STM32 通过串口和上位机的对话,STM32 在收到上位机发过来的字符串后,原原本本的返回给上位机。(STM32F103 serial port transceiver interrupt realization, STM32 through the serial port and the upper computer dialogue, STM32 after receiving the string from the upper computer, th
stm32串口DMA收发示例
- 通过开启STM32dma,自动收发串口数据,不用内核处理,增加mcu处理效率