PDA

View Full Version : USB / Serial



Vnuce
29th October 2009, 22:57
I'm in the process of creating a proof of concept for our next product, and need serial and usb port interfacing.
What would / do you use? I need something that runs on Windows, Mac and Linux.

For serial connectivity I've used libserial before, but it's not that friendly to non-linux environments.
I've heard of QextSerialPort, but have never used it.

What do you recommend?

kuzulis
30th October 2009, 05:22
Another try to use QSerialDevice 0.1.0
http://qt-apps.org/content/show.php/QSerialDevice?content=112039

But I'm not sure that QSerialDevice will work in Mac OSX (Not tested) ... Try :)

PS: Himself Decide what you need

axeljaeger
30th October 2009, 07:21
Use libusb to access the USB components.