I used only QxtSerialDevice
I used only QxtSerialDevice
A camel can go 14 days without drink,
I can't!!!
well, I´m new in QT and I don´t know how to use and install the component QSerialdivice someone know?
It does not need to install. QSerialDevice (as well as other libraries) - it's just a class library.
To use these classes, you can not compile the library - and connect directly via *. pri, what is the easiest way.
See examples /test/guiapp
PS
1. There may be a problem in 64 bit Windows, when you open the port, if Qt4 is compiled for 64 bit.
But if you use 32 bitQt4 to 64 bit Windows - then no problem.
2. Current stable version here
Hey..
Even I have to implement serial communication o Qt.
I have downloaded the library but i am unable to compile them because on make it is giving error libudev.h no such file or directory.
Is there some other way that i can use this library..
Thanks In Advance
Abhishek
Install package libudev-dev (or something like that)I have downloaded the library but i am unable to compile them because on make it is giving error libudev.h no such file or directory.
Disable in the project file, the assembly of class SerialDeviceEnumerator. Then the library has build only with the class AbstractSerial (if you do not need SerialDeviceEnumerator).Is there some other way that i can use this library..
Bookmarks