搜索资源列表
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
- stm32的串口程序,开发软件是keil4-Stm32 of serial program, develop software is keil4
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.
2MSP430F149USART1sendreceivewithpc
- 使用MSP430F149芯片,透过串口与电脑发送接收通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用中断形式。实现通信,当单片机接收到什么字符后,它会自动把接收的字符发送个电脑-MSP430F149 chip computer through the serial port and send and receive communication baud rate 9600 data, no parity. 32
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.
project2
- 本例程实现串行Flash的读写操作,并测试读写速度。采用STM32内置的SPI硬件接口访问串行Flash。 程序执行结果通过串口1(USART1)送到计算机的串口。可以通过PC机的串口超级终端软件观察程序执行结果。 上电后,打印例程版本信息和操作提示信息, 显示检测到的芯片ID。 用户可以通过PC机串口终端软件发送命令字符来控制程序运行。-This routine Serial Flash read and write operations, and test th
modbus-STM32F103
- 利用STM32的定时器1和USART1实现MODBUS从站功能,具有读线圈,写线圈,读单个寄存器,写单个寄存器等功能,严格遵循ModBus通信规范。-Use STM32 timers 1 and USART1 implement MODBUS slave function, with read coil, write coil, a single register read and write single register functions, strictly follow the ModB
Uart_receive
- STM32F4系列串口接收函数,,程序已测试通过。-void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收
usart1
- avr atmega128 usart1 sample