Home |
RTTarget-32 Programming Manual Function RTSendChar System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTSendCharRTSendChar places a character in the send buffer and returns immediately: void RTSendChar(int Port, Byte Data); ParametersPortMust have value RT_COM1 .. RT_COM4. DataThe data to send over the port. The function does not wait for the data to be sent. Rather, the data is sent from the send buffer by a send interrupt as soon as the transmit register of the UART becomes empty. However, the function does wait until space becomes available if the send buffer is full.
|