PDA

View Full Version : Serial Port access in Qt



Doug Broadwell
29th November 2006, 20:35
I'm using QextSerialPort to perform serial I/O. It does not provide for asynchronous operations, i.e., sending a Signal when a character or line of characters are received. Before I went about implementing this functionality myself I thought I'd check with the community to be sure that it hasn't been done already.

Thanks,
Doug Broadwell

P.S., I'm currently working in Windows but will be developing for Linux also.

e8johan
30th November 2006, 10:45
I'm not aware of anything except the QextSerialPort solution.