搜索资源列表
USART1
- 基于stm32的串口开发实验例子,要通过串口实现收据的收发-Serial development of experiments on stm32 example, to send and receive a receipt via Serial Port
communication-between-USART-using-DMA
- This example provides a basic communication between USART1 and USART2 using DMA capability, flags and interrupts.
10.UART--LCD
- cc2430有两个穿行通信接口USART0和USART1,此源代码可以实现ZigBee节点与PC串口的通信,用于测试串口功能-cc2430 There are two walk through communication interface USART0 and USART1, the source code can be achieved ZigBee nodes and PC serial port communication, serial port functions for testi
USART1_COM1
- STM32的串口通信例程,下载即可收发信息-STM32 serial communication routines, download you can send and receive information
Ex001printfscanf
- This routine printf, and scanf functions redirected to serial port 1 (USART1). The main loop calls the function printf, scanf functions and from the serial port 1 receives three integers and a string, and then call the printf function to output to th
7MSP430F149-use-USART1-to-define-P4
- 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,单片机会把中间的数据赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, baud rate 9600 data, no parity. 32.768
ST_STM32_USART_Irq
- The USART_Irq project is a simple program for the STM32F103VBT6 using EK-STM32F Evaluation Board and demonstrating the use of USART1 in interrupt driven mode-The USART_Irq project is a simple program for the STM32F103VBT6 using EK-STM32F
ALIENTEK-MINISTM32-DMA-TEST
- 本实验将实现如下功能:利用外部按键KEY0来控制DMA的传送,每按一次KEY0,DMA就传送一次数据到USART1,然后在TFTLCD模块上显示进度等信息。DS0还是用来做为程序运行的指示灯。本实验可以SWD下载,但是不能仿真(不能正常操作).-STM32 spi test
USART1
- 利用STM32的串口1来打印出采集到的数据信号,输出到PC上。-STM32 use serial port 1 to print out the collected data signal output to the PC.
USART1—USART1指令控制RGB彩灯
- STM32串口实现与上位机软件通信,上位机发数字,单片机收到后执行相应的命令(Communication between STM32 serial port and host computer software)