Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

rs232.c File Reference


Detailed Description

RS232 communication device driver for the MSP430.

Author:
Adam Dunkels <adam@sics.se>
This file contains an RS232 device driver for the MSP430 microcontroller.

Definition in file rs232.c.

#include <io.h>
#include <signal.h>
#include <string.h>
#include "contiki-esb.h"

Go to the source code of this file.

Functions

 interrupt (UART1RX_VECTOR)
void rs232_init (void)
 Initialize the RS232 module.
void rs232_send (char c)
 Print a character on RS232.
void rs232_set_speed (unsigned char speed)
 Configure the speed of the RS232 hardware.
void rs232_print (char *text)
 Print a text string on RS232.
void rs232_set_input (int(*f)(unsigned char))
 Set an input handler for incoming RS232 data.
void slip_arch_writeb (unsigned char c)


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4