Home |
RTTarget-32 Programming Manual Function RTPCSetConfigRegister Function RTPCIsUART System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCIsUARTThis function analyzes the CIS of an inserted card and returns 1 if it is a serial port or modem: int RTPCIsUART(int Socket); ParametersSocketSpecifies the socket to enquire. return valueIf this function returns 1, RTPCMapUART can be called to initialize the card. If the card is not a serial port or modem, this function returns 0.
|