PDA

View Full Version : QEXTSERIAL on MAC OS X



spirtoulis
5th October 2010, 14:08
Hello,
I am using Qt in my Mac and I would to create a program where I will read data form a serial port. I have downloaded the Qextserial where there are 5 *.cpp files and the corresponding 5 *.h files.
I suppose that if I just add these files to my project and include them to my main.cpp file I would be able to configure a port. open it and read some data.
Unfortunately I can't build my project since always receiving errors.
Can someone please tell me which files (h & cpp files)do I have to add to my project in order to work?
Is there any specific example for MAC OS X implementation?
Thank you.