SPC  Version 0.9.5
 All Files Functions Groups Pages
SerialOutByte

The SerialOutByte sends a character to the output FIFO send queue.

The result of writing to a full FIFO send queue is to cause the program to stall. The send queue can hold up to 255 bytes.

while ( SerialOutCount > 254 ) ; //wait for space for a character
SerialOutByte = 'C' ; //send a byte