Init_SerialPort
Prototype:
void Init_SerialPort();
Parameters: None
Description: Initializes and configures the serial port. For starting serial communications this must be called first.
void Init_SerialPort();
Parameters: None
void Start_SerialPort();
Parameters: None
Description: After initializing the serial port, this function must be called next in order to prepare the serial port for communication.
void SerialTransmit(unsigned char value);Parameter:
unsigned char SerialReceive();Parameter: None
void Stop_SerialPort();Parameter: None
int string_input(int x, int y, char string[]);Parameters: