搜索资源列表
fet440_uart11_38400
- Echo a received character, RX ISR used. Normal mode is LPM0. // USART1 RX interrupt triggers TX Echo. // Baud rate divider with 1048576hz = 1048576/38400 = ~27.31 (01Bh|03h) // ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = default DCO = 32 x ACLK = 10
Sources
- 采用DS18B20和STM32F103RBT6编写的测温程序,每秒从USART1输出温度数据。采用3.5版固件库,自编DS18B20库文件,需要注意的是使用本库前需要写delay_us和delay_ms函数。电路上采用8M晶振,PA8为数据口,如有变化请修改stm32f10x_conf.h文件。-The temperature program DS18B20 and STM32F103RBT6-written per second from USART1 output temperature d
USART1
- avr atmega16串口中断收发程序的应用-avr atmega16 serial receive interrupt the application program
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
usart1
- 串口是单片机重要的功能部件,通过简单的串口编程,让初学者进入16单片机的世界-Serial single-chip are the essential features through a simple serial port programming, so that beginners to enter the world of single-chip 16
1280_485_usart1
- 在IAR Embedded Workbench IDE平台使用ATmega1280的USART1口的编译连接通过的485通信的master机和slave2以及slave3的程序-IAR Embedded Workbench IDE in the platform of the ATmega1280 compiler USART1 I connect the 485 through the master communication and slave3 procedures, as well as
USART_128L_090611
- atmega128L 两个USART:USART0和USART1的应用程序,多机通信模式暂缺-atmega128L USART0 and USART1 Multi-devices communication mode is needed
WORM_UART_INT1
- STM32 usart 串口程序能使用的 使用USART1口进行通信-STM32usart
USART-interrupts-to-communicate
- This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.-This example provides a descr iption of how to use the USART1 interrupts to communicate with the hyperterminal.
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
- RS485数据串收发,把接收到的数据串发送回去。接收中断,发送循环。接收数据串中,遇到‘0’则发送接收到的数据串。-RS485 serial data transceiver, the received data string to send back. Receive interrupt, transmit cycle. Receiving data string encountered ' 0 ' then send the received data string.
USART1
- stm32的串口程序,开发软件是keil4-Stm32 of serial program, develop software is keil4
485communication_msp430
- 用串口助手向MCU发一个字符,观察MCU返 回的串口助手发送的字符,以及说明信息。-usart1 485communication
USART_Interrupt
- This example provides a basic communication between USARTy and USARTz using interrupts. USARTy and USARTz can be USART1 and USART2 or USART2 and USART3, depending on the STMicroelectronics EVAL board you are using.
M128-UART
- John Barclough s mega32 Usartint program example ported to mega128 by Owen Allison uses both usart0 and usart1
STM32serial-port1DEMO
- 演示 USART1 当接收到结束符是0x0d 0x0a时,将接收到的数据传送出去V6-LED1闪烁表示正在收发数据。 -When the receiving end of the presentation USART1 operator is 0x0d 0x0a, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
USART1
- 基于金牛开发板的C代码 usart1的测试代码,keil工程-Based the Taurus development board C code usart1 of the test code, keil project
STM32-screen-P-USART1
- stm32+ucos+ucgui编写的USART1通信例程-STM32+ UCOS_UCGUI serial communication routines written USART1
stm32-modbus-USART1-TIM2
- 用stm32的usart1和tim2模块实现了modbus从站协议。IAR编译环境。-usart1 and tim2 module implements modbus slave protocol. IAR compiler environment.
usart1
- avr atmega128 usart1 sample
