Name

serial_putc — sends a character

Synopsis

#include <serial.h>   
void serial_putc (ch); 
char ch;
 

Arguments

ch

the character to send

Description

Send the character ch out through the serial port.