I try to use LibSerial’s class for serial communication (with an ATMega32A) through a COM port. As soon as I include the SerialStream.h I get several error messages from the file SerialPort.h.
#include "SerialStream.h"
You can see the errors I get here. https://i.stack.imgur.com/s8ZdC.png
Since I did not fully understand the installation of LibSerial, I think I use the class the wrong way. I use the compiler QT Creator and the OS is Windows 7. Feel free to ask for more information if you need it.