dear all, i have a Keil board MCB2130(LPC2138 Microcontroller). i would *** to connect a sensor to it via the UART interface. The sensor has a RS232 interface. The sensor is provided with an API which is simply a C++ class (a header file and a .cpp file). this class contains all functions needed to communicate, configure and read data of the sensor. My question: is it possible to integrate this C++ class in my uVision project? is the RealView compiler is capable to compile a C++ code? regards AH