搜索资源列表
TEST_USART3
- STM32 DEMO IN IAR. it s a project for usart3 of stm32.
stm32-usart-RS485-RS232
- stm32的usart1和usart3配置为串口通信,均用中断实现串口接收。-stm32 usart1 and usart3 configured for serial communication, both with the serial port receive interrupt achieve.
STM32-blue
- 用stm32的串口U3接收蓝牙模块传来的数据数据,以测试成功-STM32 BLUETOOTH , THAT SI VERY GOOD ,USART3 REDAT
stm32
- 3路串口调通了的,stm32最小系统可以使用!-usart3 worked,stm32
Stm32-USART3
- 串口3部分复用PC端口,简单例程,初次使用者可以学习学习-Part 3 PC serial port multiplexing, a simple routine, first-time users can learn
USART3
- 基于stm32 串口3 usart3 支持窗口printf打印-Based on the STM32 serial port 3 usart3 support window printf printing
STM32-485
- stm32 USART3用作RS485通信,7数据位,偶校验,1停止位。-USART3 STM32 used as RS485 communication, 7 data bits, parity check, 1 stop bit.
DMA_for_USART3
- STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
探索者 串口实验USART3收发
- 使用STM32 F4板子配置串口,并实现串口收发功能(Configuring STM32 serial port and receiving and transmitting data)
串口数据输出显示
- STM32 USART3接收数据 USART1串口助手显示(USART3 receives data USART1 serial port assistant.)
STM32串口通信
- STM32F407系列配置usart3进行简单通信例程,简单实现数据的循环发送。