USART_send_str_poll_code

Description

send string via USART (from code memory, simple polled version)

Definition

USART_send_str_poll_code(char * const str)

Library

LIB/usart_lib.bas

Usage

On entry:
str is a pointer to a string to be sent via the USART. The string to be sent is a constant string and is held in code memory.
On exit:
There is no return value

This 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).