Home |
RTKernel-32 Programming Manual Function COMSetIOBase Function COMWaitSendBufferEmpty |
Function COMSetIOBaseCOMSetIOBase sets the port base address for a port: void COMSetIOBase(int Port, unsigned int IOBase); ParametersPortThe number of the desired port. IOBaseThe port base address to set for the specified port. Any port not using standard I/O port addresses must be defined using this function. This is always necessary for port numbers greater than 3 (COM4).
|