搜索资源列表
Armfly-STM32-SCH-SoftDemo
- 非常不错的一款STM32开发板资料。 含原理图、用户手册、各类例程:USB虚拟串口、TFT显示例程、U盘例程、TCP通信、uCOS例程、MP3解码、步进电机例程等。有KEIL和IAR两套例程。 -A very good STM32 development board. Including schematics, user manual, all kinds of routines: USB virtual serial ports, TFT display routines, U d
USART
- 实现芯片STM32与电脑之间的串口数据通信-STM32 chip and computer realization of serial data communication between
ALIENTEK-MINISTM32-3
- ALIENTEK MINI STM32 串口通信程序-ALIENTEK MINI STM32 serial communication program
Dual-serial-communication
- stm32 双串口通信 串口1对串口2的异步通信-stm32 Dual serial communication
DMAtest
- 基于STM32单片机的DAM串口通信实验,传输成功后将会有提示信息-STM32 MCU the DAM serial communication experiment, the transmission success will be followed by message
STM32_USART~
- STM32的UART串口通信程序及协议设计-STM32 the UART serial communication program and protocol design
stm32_uart
- STM32 ARM芯片的串口通信源代码,查询方式-stm32 ARM chip communicate with uart under the way requst
STM32cktx
- STM32 串口通信的程序 C语言开发-STM32 serial communication procedures C language development
USART
- STM32串口通信协议,可根据需求更改协议,简单已改-STM32 serial communication protocol, according to the demand to change the protocol, a simple
Stm32Usartyuanma
- STM32开发板上调试好的串口通信 已经通过测试好使!-STM32 development board debugging good serial communication has passed the test so that!
STM32_USART
- stm32的串口通信,采用中断方式,协议响应事件采用结构体方式存储或发送。-stm32 serial communication, interrupt, agreements structured body responds to events stored or transmitted.
STM32_Demo
- 自己实现的STM32 cortex-m3在keil环境下的基础工程,有完整的git版本管理和清晰的代码目录结构,实现了轮询方式的串口通信。可以作为工程开发的基础代码工程使用。-Their implementation STM32 cortex-m3 in keil environment infrastructure projects, a complete git version control and clear code directory structure, to achieve th
STM32-usart
- stm32串口通信 该程序中将串口1和串口的驱动进行了测试。-stm32 serial port codes testing
stm32
- stm32实现串口通信,与上位机串口通信-stm32 serial communications
USART
- 关于STM32的串口通信,有错误判断功能,主要是在中断中接收发送-about STM32 usart trans
STM32-fre-measuring
- stm32测频程序,带有串口通信功能,利用stm32的测频端口,自动测频。-stm32 frequency measuring
chuangko
- 串口通信,使用寄存器编写,入门容易懂,直接使用C语言编写,没有使用官方的库文件(Serial communication, using register writing, easy to understand, directly written in C language, without the use of official library files)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。
STM32_USART_LED_CAN500K
- 用stm32f10x实现can和串口通信功能(use stm32 can to usart)
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。