47 #define RS232_115200 4
void rs232_init(void)
Initialize the RS232 module.
void rs232_set_speed(unsigned char speed)
Configure the speed of the RS232 hardware.
void rs232_set_input(int(*f)(unsigned char))
Set an input handler for incoming RS232 data.
void rs232_print(char *text)
Print a text string on RS232.
void rs232_send(uint8_t port, unsigned char c)
Print a character on RS232.