搜索资源列表
EBDSAM7S64-Basick-ADS
- at91sam7s应用 代码说明: 1)完成基本的初始化 2)初始化PIO等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等-at91sam7s application code : 1) completion of the basic initialization 2) initialization three PIO) driver board the four
USART1-
- USART1串口通信程序,使用查询方式,使用通用232串行线(3线制,使用DB9接口的2、3和5好端脚)将系统板的232口(J2)与PC机的232口相连。-USART1 serial communication program, use the query method, using a common 232 serial cable (3-wire, DB9 interface with a good side and 5 feet 2, 3) the system board 232 (J2
STM32_usart1-5
- STM32 串口usart1-usart5,发送什么,就接受什么,STM32 串口usart1-usart5,发送什么,就接受什么-STM32 usart1-usart5,Accept what you sended,STM32 usart1-usart5,Accept what you sended
DMX512
- void DMX_SendPacket(void) //发送DMX512数据 { //配置为普通IO pDMX_buf = 0 发送起始码 00 GPIO_Tx_Config(0) //设置发送的引脚为普通IO PA2 = 0 //输出低电平 delay_us(150) //延时150us PA2 = 1 //输出高电平 delay_us(13) //延时13us GPIO_Tx_Config(1) //设置发送的引脚为复用IO //USAR
usart1
- AVR USART1 example of use
usart1
- 初始化STM32-SDK开发板上的RS232接口,串口1中断服务程序-Initialization STM32-SDK development board on the RS232 interface, serial port 1 interrupt service program
USART1
- PC控制端与stm32f4vgt6 USART1通讯(pc and stm32f4vgt6 usart1 connect)
USART1—USART1接发
- 串口1收发,测试成功,stm32f407zgt6(stm32f407zgt6 usart1)
uart
- The devices embed four universal synchronous/asynchronous receiver transmitters (USART1, USART2, USART3 and USART6) and four universal asynchronous receiver transmitters (UART4, UART5, UART7, and UART8). These six interfaces provide asynchronous c
3.USART串口测试
- 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、N
USART1接发
- 单片机stm32f103串口通信,使用usart1.(usart,stm32f103usart1.)
2.STM32F105_串口USART1
- 使用stm32f105单片机开发串口,适合stm32初步开发者使用(Using stm32f105 MCU to develop serial port is suitable for STM32 preliminary developers.)
mlx90614
- stm32驱动mlx90614红外测温,串口一输出(stm32,mlx90614,print via usart1)