搜索资源列表
mips-uart-16550
- MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
51uart
- 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
initrd
- What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirements: . CPU has CP0 structure (r4k compatible) Configure: -What is it? A generic stand-alone MIPS program that can do printf on a stan
UART
- 【实验题目】 简单的串行口收发 【实验目的】 掌握串行口通信的基本用法 【硬件接法】 RXD和TXD通过RS-232电平转换电路连接到电脑的COM口上。 【实验步骤】 ISP下载开关扳到“00”,用Flash Magic软件下载程序文件“Uart.hex”,暂时不要运行。 关闭Flash Magic软件。 打开串行调试助手软件,选择正确的COM口,波特率9600,起始位1,数据8位,停止位1。 运行实验程序。 【运行效果】 对“串行口
stmsky001-USART
- stmsky001-USART STM32103ZET6 UART 资料 printf 打印函数-stmsky001-USART STM32103ZET6 UART data print function printf
Uart
- 基于s3c2440 串口异步通信,可以实现与pc机通信,在终端可以使用printf 输出格式,开发环境为ADS1.2-S3c2440 based serial asynchronous communication, can be achieved with pc computer communication, the terminal can use the printf output format, the development environment for ADS1.2
UART-serial-port-2-Printf
- UART串口2 Printf程序单片机时钟设置,在这个阶段,已经配置, 这是通过SystemInit()函数从启动名为 文件(startup_stm32f10x_xx.s),然后跳转到应用程序的主。 重新配置SystemInit的默认设置()函数,请参阅 system_stm32f10x.c文件-UART serial port 2 Printf program At this stage the microcontroller clock setting is alre
printf
- 实现类似于C语言标准函数printf()的简单printf打印。主要用于包含UART口的打印输出,代替标准的C库函数,减少对MCU的FLASH的占用,而又不失其基本功能,是在开发MCU时的好帮手。-Simple printf to print to achieve is similar to the C language standard function printf (). Mainly used for the printout contains the UART ports, inste
uart
- avr 串口打印printf函数使用添加函数-avr serial print printf function using the Add function
Printf-UART-DMA-STM32
- printf dma uart STM32
main
- STM32,UART串口Printf中断收发实验-Advanced routines of Printf UART serial port interrupt transceiver experiment
msp430-printf
- msp430f149实现串口的printf函数,串口输出,可变参数,和printf用法完全一样,方便单片机调试,编译环境为IAR-printf of msp430f149,uart output,IAR
printf
- 硬件:TQ210(S5PV210) 功能:可通过串口格式化打印信息至PC上。 连接好串口后,打开电源,可在PC上看到如下信息: Uart Test for printf 然后继续打印如下信息: t = 1 (0x1) t = 2 (0x2) t = 3 (0x3) ... -Hardware: TQ210 (S5PV210) function: You can print formatted information via the serial port to
uart
- STM32,uart实验。支持printf函数。经调试实际可用。-STM32 uart
UART
- 同时使用STM32三个串口的接收与发送,串口1使用printf(),串口2使用u2_printf(),串口3使用u3_printf().接受采用定时器中断超时,5ms未接收到数据认为本次接收结束,置位相应的标志位,主程序检测并处理接收数据。-STM32 simultaneously receive and send three serial, serial port 1 to use printf (), 2 serial ports use u2_printf (), 3 serial por
ST32-UART-serial-port-1-Printf
- UART串口1 Printf(STM32神舟III号-库函数版)-UART serial port 1 Printf (STM32 Shenzhou III numbers- library function version)
8.UART
- ARM上开发的串口通信程序,用于打印调试信息,能像电脑Printf那样使用-On ARM serial communication program development, debugging information for printing, can be used like a computer Printf
printf(polling)
- STM32F103 UART配置,实现C语言printf功能(STM32F103 UART configuration, implement the C language printf function)
main
- 如何將printf 導向STMF4 UART(example for how to retarget the printf from std lib to UART2 of STMF4)
printf(polling)
- 要让STM32能够顺利发出数据,要进行如下配置 PA9,PA10管脚要配置, USART也需要配置波特率,数据有几位,停止位,数据流等(stm32 uart communication)