Home |
RTTarget-32 Programming Manual Function RTPrinterSetIOBase System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPrinterSetIOBaseFunction RTPrinterSetIOBase defines the I/O port address of a parallel (Centronics, LPT) port: BYTE RTPrinterSetIOBase(int Port, WORD IOBase); ParametersPortMust be one of the values RT_LPT1, RT_LPT2, RT_LPT3, or RT_LPT4. If this function is never called for a parallel port, RTTarget-32 defaults to I/O port address 378h, 278h, and 3BCh, respectively. There is no default address for RT_LPT4. return valueThe printer's status. See function RTPrinterStatus for details.
|