Serial.c File Reference

#include "Serial.h"

Functions

void Serial_Init (const uint16_t BaudRate)
void Serial_TxString_P (const char *FlashStringPtr)
void Serial_TxString (const char *StringPtr)

Function Documentation

void Serial_Init ( const uint16_t  BaudRate  ) 

Initializes the USART, ready for serial data transmission and reception.

Parameters:
BaudRate Baud rate to configure the USART at

void Serial_TxString ( const char *  StringPtr  ) 

Transmits a given string located in SRAM memory through the USART.

Parameters:
StringPtr Pointer to a string located in SRAM space

void Serial_TxString_P ( const char *  FlashStringPtr  ) 

Transmits a given string located in program space (FLASH) through the USART.

Parameters:
FlashStringPtr Pointer to a string located in program space


Generated on Tue Jun 10 19:58:55 2008 for MyUSB Library by  doxygen 1.5.5