PDA

View Full Version : C++ Library for serial communication



dec0ding
12th January 2006, 16:31
Hello, I need some strings to be sent to the serial port and have searched for some library or free code on the net, but mostly those are W32 oriented, so I'd like to ask here, I need *nix based serial communication with c++...

thanks

CuCullin
12th January 2006, 16:34
http://www.easysw.com/~mike/serial/serial.html

Good ebook on posix serial communications.

dec0ding
12th January 2006, 16:39
that was fast and GREAT!
Thanks,

I owe you .. beer? :p

CuCullin
12th January 2006, 16:40
Nah, too much in my fridge already :D

What kind of app are you working on? KDE-oriented?

high_flyer
12th January 2006, 16:45
if this is a Qt app you can use qextserialport (http://sourceforge.net/projects/qextserialport)

dec0ding
12th January 2006, 16:53
Nah, too much in my fridge already :D

What kind of app are you working on? KDE-oriented?

Yes, I write a Qt application for Pharmacies, drugstores, laboratories etc...material financial application...not using the KDE lib much but Qt 100% :)


if this is a Qt app you can use qextserialport (http://sourceforge.net/projects/qextserialport)

THAT IS AWSOME! Thanks to both of you..

jagadish
7th July 2007, 06:39
if this is a Qt app you can use qextserialport (http://sourceforge.net/projects/qextserialport)
hi
am newbie to Qt. Iam working on Qt 4.1.1. I have to develop an application using serial port. i downloaded qextserialport-1.1.tar. How should i use this. plz help me. i got struck up here.
thanks
jagadish

high_flyer
8th July 2007, 19:18
jagadish:
this topic has been discussed many time in this forum.
http://www.qtcentre.org/forum/search.php?searchid=96417

If you have specific questions though, feel free to ask.