Name

serial_puts — sends a string

Synopsis

#include <serial.h>   
void serial_puts (str); 
const char * str;
 

Arguments

str

the string to send

Description

Sends the string str out through the serial port.