|
Send the character on the serial line.
This function sends the character c on the serial line. Before sending, it calls serial_flush to make sure the transmitter is ready. Once the function returns, the character is in the SCI queue and it may not be sent completely over the serial line. - Parameters:
-
| c |
character to send on the serial line. |
- See also:
-
serial_init, serial_flush
Definition at line 94 of file asm-m68hc11/sio.h.
References serial_flush(). |