搜索资源列表
STM32_USART1
- stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
STM32-SST25VF016B-SPI-v3
- 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
USART1
- 基于stm32的串口开发实验例子,要通过串口实现收据的收发-Serial development of experiments on stm32 example, to send and receive a receipt via Serial Port
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
PWM_Output_Input
- 用TIM3定时器在PA6、PA7、PB0、PB1输出四种频率相同占空比分别是50 、37.5 、25 、12.5 的信号。 用TIM2的PWM_Input功能,从PA1口捕获PWM信号的频率及占空比,并用USART1输出测量信息。-At TIM3 timer with PA6, PA7, PB0, PB1 output frequency of the same four are 50 duty cycle, respectively, 37.5 , 25 , 12.5 of the
USART7.5
- stm32 USART1口配置与使用,包括收发等基本要求。-stm32 USART1 I configure and use, including the transceiver and other basic requirements.
STM32
- STM32F系列程序下载工具,通过USART1下载程序。-Series STM32F download tool download USART1.
WORM_UART_INT1
- STM32 usart 串口程序能使用的 使用USART1口进行通信-STM32usart
USART1
- sim32金牛開發板程式,USART程式-sim32 Taurus development board programs, USART program ..
STM32-USART-DEMO-V2
- 演示 USART1 当接收缓冲器满时,将接收到的数据传送出去 V6-LED1闪烁表示正在收发数据。 -When the receiver buffer demonstration USART1 full, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
USART1_COM1
- STM32的串口通信例程,下载即可收发信息-STM32 serial communication routines, download you can send and receive information
USART1
- stm32的串口程序,开发软件是keil4-Stm32 of serial program, develop software is keil4
USART
- 在万利199元开发板上实现了uCOS-II移植到STM32的操作,建立了LED闪烁任务以及USART1向计算机发送数据的任务。-Manley 199 yuan in the development board implements the STM32 uCOS-II ported to the operation, the establishment of the task and the LED flashes USART1 send data to the computer task.
STM32serial-port2DEMO-V3
- 演示 USART1 当接收缓冲器满时,将接收到的数据传送出去V6-LED1闪烁表示正在收发数据。-When the receive buffer USART1 demo full, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
stm32-USART1
- 本实验是STM32中串口的实验,掌握后就可以对此类此类芯片的串口操作有了更深入的了解-STM32 USART
stm32-usart-RS485-RS232
- stm32的usart1和usart3配置为串口通信,均用中断实现串口接收。-stm32 usart1 and usart3 configured for serial communication, both with the serial port receive interrupt achieve.
STM32中断接发
- STM32源程序,对于USART1中断接收和发送数据例程,对初学者很有帮助(STM32_USART1 interrupt receiving)
2-野火M3-USART1(interrupt)
- 使用STM32通过自身硬件USART,并使用printf函数,打印出程序内部固定的数据(Using STM32 through its own hardware USART and using the printf function to print out the internal fixed data of the program)
stm32单片机通过USART1 收发数据
- stm32单片机通过USART1 收发数据通过串口调试软件,向板子发送数据,板子接收到数据后,立即回传给电脑。 库版本 ST3.0.0(STM32 MCU through the USART1 data through the serial debugging software to send data to the board, the board receives the data, immediately back to the computer. Librar
USART1—USART1指令控制RGB彩灯
- STM32串口实现与上位机软件通信,上位机发数字,单片机收到后执行相应的命令(Communication between STM32 serial port and host computer software)