搜索资源列表
gnu_iodemo
- UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog
learn_s3c2410
- 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的使用。
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
avrlib-by-Procyon
- AVR的库C程序源代码,功能包括 Timer(s),Uart(s),A/D Converter,I2C Master/Slave,SPI Interface,Byte Buffering (circular),Bit Buffering (linear),Printf and other formatted print functions,VT100 Terminal Output,Command Line Interface,FAT16/32 File System (support is r
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
UART2.0
- MPC82G516的UART串口通信!收发正常!并带有printf输出到串口显示-MPC82G516 UART serial communication! Send and receive normal! With printf output to the serial port and display! ! !
USART1_Printf
- stm32f103ze uart-printf应用实例-stm32f103ze uart-printf application examples
Ex001-UART-printf-AND-scanf
- 采用串口打印信息 调用scanf程序转-Using serial transfer printing information call scanf program
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
3_printf.tar
- cpu:s5pv210 descr iption: printf to uart
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)
stm8s_printf
- stm8 printf output uart
printf(polling)
- STM32F103 UART配置,实现C语言printf功能(STM32F103 UART configuration, implement the C language printf function)
printf(polling)
- 要让STM32能够顺利发出数据,要进行如下配置 PA9,PA10管脚要配置, USART也需要配置波特率,数据有几位,停止位,数据流等(stm32 uart communication)
