Serial_Stream.h File Reference

#include <avr/io.h>
#include <stdio.h>
#include "Serial.h"

Functions

static void SerialStream_Init (const uint16_t BaudRate)

Detailed Description

Serial stream driver for the USART subsystem on supported USB AVRs. This makes use of the functions in the regular USART driver, but allows the avr-libc standard stream functions (printf, puts, etc.) to work with the USART.

Function Documentation

static void SerialStream_Init ( const uint16_t  BaudRate  )  [inline, static]

Initializes the serial stream (and regular USART driver) so that both the stream and regular USART driver functions can be used. Must be called before any stream or regular USART functions.

Parameters:
BaudRate Baud rate to configure the USART at


Generated on Mon Jul 7 12:27:43 2008 for MyUSB Library by  doxygen 1.5.5