Description
send byte via USART (simple polled version)Definition
USART_send_poll(char ch)Library
LIB/usart_lib.basUsage
On entry:ch is the data byte to be written to the USART.On exit:There is no return value. This function does not return until the data is loaded to the USART ready for transmition. This does not guarentee that the data has been sent, just that the hardware will send it when and if enabled to do so.