Quote: Originally Posted by
yann But....how to install the library? Put the two files in the directory where your other C files are. Put the following define in the headerfile of the module from where you want to use the RS-232 functions: #include "rs232.h" Don't forget to tell your compiler that it has to compile and link the rs232.c file. For ...