Home |
RTKernel-32 Programming Manual Function COMWaitSendBufferEmpty Function COMSetModemStatusHook Function COMReceiveCharPolled |
Function COMReceiveCharPolledThis function receives one byte using polling: COMData COMReceiveCharPolled(int Port); ParametersPortThe port for receiving. return valueThe received character and any error bits are returned. Do not use this function together with function COMLineStatus. COMLineStatus will clear any errors that may have occurred. Function COMSetModemStatusHook
|