vote up 3 vote down star
1

Hi, folks !

Is there any serial port facilities in Qt ?

If not, which crossplatform (desirable) libraries (for working with serial port and, maybe, with other I/O ports), do you recommend ?

flag

3 Answers

vote up 4 vote down check

Take a look at the Project QextSerialPort.

link|flag
1  
works very well for me. – Thomi Sep 22 at 12:16
vote up 3 vote down

Well, there's always Boost.

In Boost there is a great Async I/O library called ASIO. It can perform operations in all sorts of endpoints, including serial ports.

There is a great example about how to build a minicom-like application using Boost::Asio, that you can use to see if ASIO will attend your needs.

Since boost works on all platforms/compilers under the sun, the cross platform requirement can be checked.

Cheers.

link|flag
vote up 1 vote down

Use QSerialDevice

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.