vote up 1 vote down star

Hi all,

I am currently linux API like sigio,sigaction etc to interface with serial ports in Linux. And for GUI I am using Qt 4.2. I know about 3rd party QextSerial but I would stay away from it. I also was tinkering with QSocketNotifier as an alternative. Can someone give a rough example to r/w from serial port using QSockeNotifier.

Regards

flag

29% accept rate

1 Answer

vote up 1 vote down

Here are the docs for the class. And here is an example for using QSocketNotifier with serial ports.

Also there was another question which might help you, it is written in Python, but pretty clear:

How do I watch a serial port with QSocketNotifier (linux)?

link|flag

Your Answer

Get an OpenID
or

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