Home |
RTTarget-32 Programming Manual Serial Port I/O System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Serial Port I/OSince many embedded systems applications require serial I/O, RTTarget-32 supplies functions for this purpose. Module RTTCom has the following features:
RTTCom can work with 8250, 16450, 16550 and compatible UART chips. RTTCom's functions are described in the following sections. Prototypes for all of them are given in header file Rttcom.h. If you use RTKernel-32 with RTTarget-32, RTTarget-32's RTTCom should not be used. RTKernel-32's module RTCom is optimized for serial communication in a real-time multitasking environment. Demo program SerDemo demonstrates how to use RTTCom.
|