PDA

View Full Version : Qextserialport receive



Max123
27th March 2010, 19:47
Hi,
for a project I need serial communication ever COM port. To learn how it works I want to make an application wich receives data over serial port and add it to an Textedit.

Has anyone an example therefore? Do I need threads?

thx

Cruz
28th March 2010, 14:29
As far as I remember that qextserialport package already contains the example you want. Did you unpack and compile it yet?

The answer to the question if you need threads or not depends on the application you want to program. What's your goal?

Max123
28th March 2010, 22:40
I tried s.th. with Thread but it doesn't work http://www.qtcentre.org/threads/29362-Problems-with-Threads-connect.