1
vote
1answer
339 views
Has someone used QSockeNotifier (Qt library) to read/write serial ports in Linux?
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 fr …
0
votes
0answers
76 views
Multiple Event Loops and Serial Communication Issues ?
Hi all,
I have created a sample application from where separate thread is started to read and process data from serial port. QSocketNotifier is used for detecting whether data has arrived o …
2
votes
2answers
360 views
Select() system call in threads?
Hi all,
I am reading data from multiple serial ports. At present I am using Custom signal handler (by setting sa_handler) to compare and wake threads based on file descriptor information. I …
1
vote
2answers
219 views
serial communication anomaly in Linux?
Hi all,
I am using select call to communicate with an external subsystem (protocol for the same has been provided and implemented as a Qt thread) using serial port RS232. We do not have the …
0
votes
serial communication anomaly in Linux?
Hi all,
I have solved the problem. My apologies if I couldn't get across my point. Earlier we were using signal handling for serial interfacing with each system connected to a dedicated ser …
