搜索资源列表
UART
- 基于stm32f103的usart发送和接受-stm32 usart
STM32F103
- ET-STM32F103 is ARM Cortex-M3 Board Microcontroller that uses 32-Bit 64PIN (LQFP) Microcontroller No.STM32F103RBT6 from STMicroelectronics. Resource systems internal STM32F103RBT6 are quite perfect and suitable for learning or applying to man
UARTDemo2(8M-2-uart)
- ek-stm32f103上的 uart演示程序-ek-stm32f103 uart on the demo
uart-DMA---USART1---simple-HTTPSERVER-with-a-bug.
- DMA, Wizfi WIFI via serial, STM32F103
UART
- STM32F103 UART 使用配置KEIL-STM32F103 UART configuration KEIL
STM32F103
- 在STM32F103移植UCOS,通过LWS-UM-BTM430蓝牙模块发送两路UART数据-In the transplantation of STM32F103 UCOS, through the LWS-UM-BTM430 Bluetooth module to send two UART data
STM32F103_UART_DEMO
- STM32F103 UART EXAMPLE
usart1
- stm32f103测试通过的串口初始化程序-design for stm32f103 uart init
Uart
- 关于stm32f103c8t6的串口初始化,应该适用于stm32f103系列的片子。-how to use usart in stm32
uart
- 战舰开发板串口验,stm32f103,串口参考实验例程-Battleship board serial experiments, stm32f103, serial reference test routine
BSP_UART
- stm32F103 uart 2fifo接收通道,发送缓存大小自我修改-stm32F103 uart 2fifo Sending and receiving channel to set the size of the cache
STM32-UART
- STM32F103 uart 串口通信程序 基于MDK平台完整工程-STM32F103 uart MDK
UART
- STM32 UART串口通信工程模板,适用于STM32F103系列-STM32 UART serial port communication engineering template, suitable for STM32F103 series
STM32F103-DualCDC
- STM32F103 USB转双串口。使用CDC类。插上电脑后,会出来两个虚拟串口,如果提示找不到驱动,指定驱动路径到inf文件夹即可。 相比ST官方提供的只有1路串口的例程,方便了很多 用到的IO定义如下: 串口1:PA9和PA10 const GPIO_InitTypeDef TX1_pin { GPIO_Pin_9, GPIO_Speed_50MHz, GPIO_Mode_AF_PP } const GPIO_InitTypeDef RX1_pin { GPIO_Pin
PC机 采用主从方式 采集总线上的多块MINI板
- 主从方式,主机通过CAN读取从机的单片机温度数据,主机收到的数据在PC端串口助手显示。 单片机stm32f103c8t6(Master/Slave Master read temper data from Slave through Can-bus. The temperature data Master received will print to PC through UART&USB transmitter. MCU is stm32f103c8t6.)
USART1
- 基于 stm32f103 的 uart通信代码 亲测好用(UART communication code based on STM32F103 pro test easy to use)
user_code
- STM32F103单片机程序,使用了其3组串口,对数据进行处理转发(STM32F103 microcontroller program, using its 3 serial ports, the data processing, forwarding)
pixy摄像头stm32f103源码
- pixy摄像头与stm32f103源码,pixy摄像头是卡耐基梅隆大学推出的第五代视觉传感器。可以连接Arduino,树莓派以及Beagle Bone等多种控制系统,并且提供相应的库文件,方便应用和二次开发。 可以简单的通过按键设置需要跟踪的物体。 帧输出速率高达每秒50次。 可同时记录多达7种不同颜色和100多个目标。 图像通过USB可以实时传输。 通信方式包括USB, SPI, UART, I2C以及数字或者模拟信号等多种通信接口。
uart
- 和大彩串口屏串口通讯的接收程序,HAL库提供的接收程序不是中断方式。程序为任意字节长度数据包中断接收,利用串口空闲中断实现(The receiving program that communicates with the serial port screen of the big color serial port, the receiving program provided by the HAL library is not an interrupt mode. The program in