Welcome![Sign In][Sign Up]
Location:
Search - printf uart

Search list

[Other resourcemips-uart-16550

Description: MIPS架构下串口API函数集合,包括getchar\\putchar\\scanf\\printf-MIPS architecture Serial API function set, including getchar \\ putchar \\ Scanf \\ printf
Platform: | Size: 3976 | Author: 栋梁 | Hits:

[ARM-PowerPC-ColdFire-MIPSmips-uart-16550

Description: MIPS架构下串口API函数集合,包括getchar\putchar\scanf\printf-MIPS architecture Serial API function set, including getchar \ putchar \ Scanf \ printf
Platform: | Size: 4096 | Author: 栋梁 | Hits:

[SCMlearn_s3c2410

Description: S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。-S3C2410 development of the experimental source code and experimental guidance content including: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf, scanf interrupt controller timer mmu clock vivi etc. focuses on the use of a single-chip S3C2410.
Platform: | Size: 1549312 | Author: 何杰 | Hits:

[SCM51uart

Description: 串口调试程序 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 empty, otherwise they would be unable to lead to the data, if you want to send can be mandatory: TI = 1. Specific send data: Using printf ( akjdfaklfj ) function can be sent directly. 2. Receiving process: when in the receiving mode selection interruption, thus saving CPU time, improve efficiency,
Platform: | Size: 1024 | Author: liangliang | Hits:

[Home Personal applicationinitrd

Description: 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 standard UART.requirements:. CPU has CP0 structure (r4k compatible) Configure:
Platform: | Size: 2909184 | Author: dtqaz | Hits:

[FlashMXUART

Description: 【实验题目】 简单的串行口收发 【实验目的】 掌握串行口通信的基本用法 【硬件接法】 RXD和TXD通过RS-232电平转换电路连接到电脑的COM口上。 【实验步骤】 ISP下载开关扳到“00”,用Flash Magic软件下载程序文件“Uart.hex”,暂时不要运行。 关闭Flash Magic软件。 打开串行调试助手软件,选择正确的COM口,波特率9600,起始位1,数据8位,停止位1。 运行实验程序。 【运行效果】 对“串行口收发”实验: 开机时向电脑发送Hello,然后接收电脑发出的字符并回显。 对“使用printf()函数”实验: 开机时向电脑发送字符串“Hello world!”。
Platform: | Size: 30720 | Author: lieng | Hits:

[Other Embeded programstmsky001-USART

Description: stmsky001-USART STM32103ZET6 UART 资料 printf 打印函数-stmsky001-USART STM32103ZET6 UART data print function printf
Platform: | Size: 1199104 | Author: 王云飞 | Hits:

[ARM-PowerPC-ColdFire-MIPSUart

Description: 基于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
Platform: | Size: 120832 | Author: 时刻拥友 | Hits:

[SCMUART-serial-port-2-Printf

Description: 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 already configured, this is done through SystemInit() function which is called from startup file (startup_stm32f10x_xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f10x.c file
Platform: | Size: 1961984 | Author: fucongcong | Hits:

[ARM-PowerPC-ColdFire-MIPSprintf

Description: 实现类似于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, instead of the standard C library functions, reducing the occupancy of the MCU FLASH, but without losing its basic functions, is a good helper in the development of an MCU.
Platform: | Size: 2048 | Author: jplzl | Hits:

[ARM-PowerPC-ColdFire-MIPSuart

Description: avr 串口打印printf函数使用添加函数-avr serial print printf function using the Add function
Platform: | Size: 1024 | Author: 饶家龙 | Hits:

[Other Embeded programPrintf-UART-DMA-STM32

Description: printf dma uart STM32
Platform: | Size: 4159488 | Author: Dima | Hits:

[SCMmain

Description: STM32,UART串口Printf中断收发实验-Advanced routines of Printf UART serial port interrupt transceiver experiment
Platform: | Size: 2048 | Author: 李健 | Hits:

[SCMmsp430-printf

Description: msp430f149实现串口的printf函数,串口输出,可变参数,和printf用法完全一样,方便单片机调试,编译环境为IAR-printf of msp430f149,uart output,IAR
Platform: | Size: 2048 | Author: liuruichao | Hits:

[Embeded Linuxprintf

Description: 硬件: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 the PC. After connecting the serial port, turn on the power, you can see the following message on the PC: Uart Test for printf and continue printing the following information: t = 1 (0x1) t = 2 (0x2) t = 3 (0x3) ... .. .
Platform: | Size: 3072 | Author: 何林坤 | Hits:

[SCMuart

Description: STM32,uart实验。支持printf函数。经调试实际可用。-STM32 uart
Platform: | Size: 787456 | Author: wang | Hits:

[SCMUART

Description: 同时使用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 ports use u3_printf (). Accepting timer interruption timeout, 5ms does not receive data that the receiving end of this, set the appropriate flag, the main program to detect and process the received data.
Platform: | Size: 6915072 | Author: 龙泰 | Hits:

[SCMST32-UART-serial-port-1-Printf

Description: UART串口1 Printf(STM32神舟III号-库函数版)-UART serial port 1 Printf (STM32 Shenzhou III numbers- library function version)
Platform: | Size: 2290688 | Author: 朱文兵 | Hits:

[Embeded Linux8.UART

Description: ARM上开发的串口通信程序,用于打印调试信息,能像电脑Printf那样使用-On ARM serial communication program development, debugging information for printing, can be used like a computer Printf
Platform: | Size: 75776 | Author: 均均 | Hits:

[SCMprintf(polling)

Description: 要让STM32能够顺利发出数据,要进行如下配置 PA9,PA10管脚要配置, USART也需要配置波特率,数据有几位,停止位,数据流等(stm32 uart communication)
Platform: | Size: 4103168 | Author: oxygensu | Hits:
« 12 3 »

CodeBus www.codebus.net