Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, June 2007
Serial communication


Message 1 in thread

Hello,

I wonder if Qt provide functionnality to communicate with hardware using
serial port (RS 232).
If not could you say me what kind of library I should use with my QT app (it
should work with
Windows, Linux, Mac OS X)

Regards

PS: is there also functionnalities to communicate with parallel port ?

Message 2 in thread

Quoting "s.celles@xxxxxxxxx" <s.celles@xxxxxxxxx>:

> Hello,
>
> I wonder if Qt provide functionnality to communicate with hardware using
> serial port (RS 232).
> If not could you say me what kind of library I should use with my QT app (it
> should work with
> Windows, Linux, Mac OS X)
>
> Regards
>
> PS: is there also functionnalities to communicate with parallel port ?

Use QExtSerialPort to communicate with the serial port:
http://qextserialport.sourceforge.net/

-- 
 [ signature omitted ] 

Message 3 in thread

>
> Use QExtSerialPort to communicate with the serial port:
> http://qextserialport.sourceforge.net/



Thanks for your reply... it will be very usefull for me
I'm also interessed by parallel and GPIB ports...
Maybe the stuff need to be done using QIODevice...

Regards

Message 4 in thread

El Lunes 18 Junio 2007, Pau Garcia i Quiles escribió:
> Quoting "s.celles@xxxxxxxxx" <s.celles@xxxxxxxxx>:
> > Hello,
> >
> > I wonder if Qt provide functionnality to communicate with hardware using
> > serial port (RS 232).
> > If not could you say me what kind of library I should use with my QT app
> > (it should work with
> > Windows, Linux, Mac OS X)
> >
> > Regards
> >
> > PS: is there also functionnalities to communicate with parallel port ?
>
> Use QExtSerialPort to communicate with the serial port:
> http://qextserialport.sourceforge.net/

That seems great indeed! Does anyone knows a parallel / USB class like this 
one?

Regrads, Damian.-

-- 
 [ signature omitted ]