how to use CSerialPort in Qt?
when I add CSerialPort files(SerialPort.h, SerialPort.cpp) into my QMake project, and compile it, IDE(vc2008) throw lots of errors, How could I deal with it?
I installed vc2008, qt4.6 for windows visualstudio, and visualstudio plugin for Qt, and CSerialPort works right in normal MFC projects.
I know there is a QextSerialPort, but it is开发者_JAVA技巧 in beta condition..
精彩评论