Header file for MSP430 RS232 driver. More...
#include "dev/msb430-uart1.h"Go to the source code of this file.
| Functions | |
| void | rs232_init (void) | 
| Initialize the RS232 module. | |
| void | rs232_set_input (uart_handler_t f) | 
| Set an input handler for incoming RS232 data. | |
| void | rs232_set_speed (enum rs232_speed speed) | 
| Configure the speed of the RS232 hardware. | |
| void | rs232_print (char *text) | 
| Print a text string on RS232. | |
| void | rs232_send (char c) | 
| Print a character on RS232. | |
Header file for MSP430 RS232 driver.
Definition in file rs232.h.
 1.6.1
 1.6.1