Home |
RTKernel-32 Programming Manual Function COMSendChar Function COMWaitSendBufferEmpty |
Function COMSendCharCOMSendChar sends a character asynchronously using interrupts: void COMSendChar(int Port, BYTE Data); ParametersPortThe port for sending. DataThe data byte is placed in the send buffer to be transmitted by the interrupt handler as soon as the transmit register becomes empty. Note that this function will typically return before the data is actually transmitted.
|