Hey all,

I've been using a basic serial port driver for a Qt application I'm developing on Linux. I looked at QextSerialPort briefly and was hoping someone could describe some of its features/general things that a basic serial I/O driver doesn't have. I realize the main appeal for using QextSerialPort is its cross platform compatibility. I've looked through some of the class documentation, but outside of that, and the tutorials included in the project, there's no reference or stand-alone documentation that would cover this question.

I know many of you on the forum use this extension, so I was hoping I could get some general feedback to decide whether or not it would be a good idea to integrate it in my program.


Regards,

KF