Go to the source code of this file.
|
#define | BAUD19200 25 |
| a 25 written to the BAUD register, represents 19200 bps
|
|
#define | BAUD9600 51 |
|
a 25 written to the BAUD register, represents 19200 bps
Definition at line 4 of file serial.h.
void initUARTcommunication |
( |
void |
| ) |
|
Function: initUARTcommunication
Preconditions: Remmaped Rx & Tx pins.
Overview: Initializes the internal UART2 module.
Arguments: None.
Returns: None.
Definition at line 135 of file serial.c.
void RS232_put |
( |
unsigned int |
data | ) |
|
Function: RS232_put
Preconditions: none.
Overview: Sends data using the included Microchip UART library.
Arguments: Data that will be sent.
Returns: None.
Definition at line 163 of file serial.c.