PDA

View Full Version : Serial



martxyz
25th May 2010, 00:04
Hello,

I have a few problems to do a simple program wich read and receive data from a serial, when i try to compile the qextserial i have a strange problem, anyone have a idea of wich libray to use?

tbscope
25th May 2010, 05:51
What error do you get?

Momergil
16th November 2011, 16:49
I have the same question. What is a good serial lib in the market? :)

Oleg
16th November 2011, 17:47
We use QSerialPort (https://gitorious.org/inbiza-labs/qserialport) in our current project, but this library seems to be abandoned now.
Here's another similar library QSerialDevice (https://gitorious.org/qserialdevice).

ChrisW67
16th November 2011, 22:40
I have a few problems to do a simple program wich read and receive data from a serial, when i try to compile the qextserial i have a strange problem, anyone have a idea of wich libray to use?
QextSerialPort is quite fine and others have been suggested.

If you cared to share "a strange problem" perhaps the original problem is easily solved.