PDA

View Full Version : Using qextserialport



udaybhaskar
6th April 2011, 14:30
Dear All,

I downloaded Qt 4.0 for Windows and started building from traditional Hello World sample.

I am looking for serail port communicaiton and found qextserialport as relevant for my purpose. I downloaded, builded the required qextserialport library. In the build folder, only qextserialport.a and qextserialport.dll are generated but no qextserialport.prl.

When I include qextserialport.a library in my simple console application, the applications is not returning after the call to the following:

QextSerialPort * port = new QextSerialPort("COM1", QextSerialPort::EventDriven);

Can somebody kindly provide the pointer to the missing things about the library usage.

Regards.

high_flyer
6th April 2011, 14:46
only qextserialport.a and qextserialport.dll are generated but no qextserialport.prl.
What do you need the *.prl file for?

When I include qextserialport.a library in my simple console application, the applications is not returning after the call to the following:
Can you explain exactly what you do to know its not returning?