If you are using QSerialDevice - it is better to take from SVN:
svn checkout svn://scm.fireforge.net/svnroot/qserialdevice
If you are using QSerialDevice - it is better to take from SVN:
svn checkout svn://scm.fireforge.net/svnroot/qserialdevice
Thanks. How do I repair the following build warnings?
C:/Users/jnadelman/projects/2010/QSerialDevice/makefile:287: warning: overriding commands for target `build/lib/qintegratedserialdevice/obj/winregkeyreader.o'
C:/Users/jnadelman/projects/2010/QSerialDevice/makefile:272: warning: ignoring old commands for target `build/lib/qintegratedserialdevice/obj/winregkeyreader.o'
okay. it should be. me too lazy to remove these "warnings"![]()
jnadelman (11th June 2010)
Thanks a million kuzulis. I found QSerialDevice a good deal easier to work with than QextSerialPort. The SerialDeviceWatcher hasChanged signal is perfect for setting up a QComboBox. ABSTRACTSERIAL_DEBUG is also convenient. I did remove "baud" and "bit" from AbstractSerialPrivate::initialiseMap for a better interface with my serial port gui.
Bookmarks