Function UartSendChar()

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

s8 UartSendChar();

Description

puts a byte into the UART transmit buffer(which transmits during HSYNC)

Parameters

None

Returns

0 if operation succeeded, -1 if the buffer is full(must wait for it to clear)

Video Modes

All

Since

V3.3