Home |
RTKernel-32 Programming Manual Function COMWaitSendBufferEmpty Function COMSetModemStatusHook Function COMSendCharPolled |
Function COMSendCharPolledCOMSendCharPolled sends a byte using polling: void COMSendCharPolled(int Port, BYTE Data); ParametersPortThe port for sending. DataThe data byte to be sent. The function polls the port until the transmit register is empty. Subsequently, the Data character is transmitted.
|