Description
send string via USART (from RAM, simple polled version)Definition
USART_send_str_poll(char *str)Library
LIB/usart_lib.basUsage
On entry:str is a pointer to a string to be sent via the USART. The string to be sent is held in RAM.On exit:There is no return valueThis function will not return until all but one character of the string has been sent by the USART (the last character will be in the USART waiting to be sent).