Welcome![Sign In][Sign Up]
Location:
Search - USART_test

Search list

[ARM-PowerPC-ColdFire-MIPSUSART_test

Description: STM32的串口例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 serial routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
Platform: | Size: 417792 | Author: Scott | Hits:

[Embeded-SCM DevelopUSART_Test

Description: STM32处理器串口示例程序 处理器类型为STM3210ZE-STM32 processor serial sample programs
Platform: | Size: 29696 | Author: wlli | Hits:

[Embeded-SCM DevelopUSART_Test

Description: STM3210E的USART开发源码,谢谢大家下载参考。-STM3210E the USART open source, thank you for downloading information.
Platform: | Size: 30720 | Author: dsdlz003 | Hits:

[Embeded-SCM DevelopUSART_test

Description: STM32串口1的使用例程,通过ARM的MDK编译器编译,可直接使用-STM32 serial port 1, use the routine, through the MDK ARM compiler can be used directly
Platform: | Size: 270336 | Author: 张高敏 | Hits:

[Embeded-SCM DevelopUSART_test

Description: 测试STM32的USART通信功能,可以在超级终端上面显示数据-STM32 USART test the communication function can be shown above the data at the Super Terminal
Platform: | Size: 930816 | Author: 柳青 | Hits:

[SCMUSART_test

Description: 基于STM32的串口程序,包括接受和发送,波特率为115200,中断接受方法-USART
Platform: | Size: 165888 | Author: ljq | Hits:

[SCMUSART_Test

Description: STM 32的串口调试程序 大家可以下载-STM 32 serial debugger to see if we can download
Platform: | Size: 30720 | Author: | Hits:

[Com Portusart_test

Description: usart(串口调试程序) 串口调用系统API winserialport.cpp winserialport.h-winserialport.cpp winserialport.h
Platform: | Size: 55296 | Author: 枫儿 | Hits:

[ARM-PowerPC-ColdFire-MIPSUSART_test

Description: stm32 usart源码,掌握usart的使用。-stm32 usart source, master usart use.
Platform: | Size: 645120 | Author: huangqihui21 | Hits:

[SCMUSART_test

Description: stm32串口测试程序,有需要的可以看看!-STM32 UART TESTING
Platform: | Size: 654336 | Author: jiangdemi | Hits:

[ARM-PowerPC-ColdFire-MIPSUSART_test

Description: MDK环境下stm32的usart串口与上位机通讯的使用实例-MDK environment stm32 the usart serial communication between PC and use cases
Platform: | Size: 381952 | Author: 肖平 | Hits:

[SCMUSART_test

Description: STM32F103ZE单片机串行通讯程序,包括握手信号、命令字、数据校验和以及发送接收是否成功标志。已经在开发板上调试成功,可以放心使用。-STM32F103ZE microcontroller serial communication program, including handshake signals, the command word, and sending and receiving data validation, and the success flag. Has been successful in the development of on-board debugging, you can rest assured that use.
Platform: | Size: 538624 | Author: zhshup | Hits:

[SCMUSART_test

Description: stm32 usart的简单应用 通过printf将串口数据打印到超级终端或其他串口调试工具 适合初学stm32的童鞋学习使用stm32的usart -stm32 usart
Platform: | Size: 479232 | Author: summery | Hits:

[SCMUSART_test

Description: STM32 串口USART通信程序,测试已通过。-STM32 USART serial communication program, the test has been passed.
Platform: | Size: 371712 | Author: 国田 | Hits:

[SCMUSART_test

Description: 很好用的STM32的串口通信例程,可直接用-Very good STM32 serial communication routines, can use directly
Platform: | Size: 166912 | Author: 乔伟 | Hits:

[Embeded Linuxusart_test

Description: stm32f103单片机modbus485通讯例程,原创代码-STM32F103 microcontroller modbus485 communication routines, the original code
Platform: | Size: 1026048 | Author: 周传雄 | Hits:

[SCMUSART_TEST

Description: 利用CC2541的串口功能,通过串口接收发送中断控制LED等(Using cc2541usart function, control LED flashing.Naked film measurement.)
Platform: | Size: 107520 | Author: abbott_chen | Hits:

[SCMUSART_test

Description: 库函数实现串口通信,DMA的方式实现串口通信(Serial communication based on library function)
Platform: | Size: 6350848 | Author: 小光宝 | Hits:

[Other3.USART串口测试

Description: 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、NVIC、GPIO),然后配置串口1(115200baud 8位数据位 1位停止位 无奇偶校验位) 2、通过对USART1写操作,完成了向PC发送字符串的功能 3、此实验对串口的操作都是通过调用ST固件库, ** 实验说明: 1、打开超级终端,进行相同的设置 2、通过JLINK烧写程序,按下“RESET”键,可以看到PC接收到的字符串 “welcome to STM32”(using peripherals: the serial port line is a heel, and the PC is connected to the COM1 * * * experimental Name: [B] USART_TEST * * * keil MDK-ARM Standard Version:V4.22A * * software library (keil) Version: V2.0.1 * * firmware library (ST) Version: V *************************************/ /*********************************** * * experimental phenomena: 1, first of all the regular configuration (RCC, NVIC, GPIO), and then the serial port 1 (115200baud 8 bit data bit, 1 bit stop bit and no parity bit) 2. By writing to USART1, the function of sending strings to PC is completed 3. The operation of this experiment on the serial port is by calling the ST firmware library. * * the experiment shows that: 1. Open the super terminal and make the same setup 2, through the JLINK burning program, press the "RESET" key, you can see the string received by PC Welcome to STM32)
Platform: | Size: 653312 | Author: 72521 | Hits:

CodeBus www.codebus.net