qextserialport-1.2rc

所属分类:通讯编程
开发工具:QT
文件大小:241KB
下载次数:1
上传日期:2021-12-24 10:29:00
上 传 者xingtianhn
说明:  qt4用串口开发库,windows,linux,os等系统串口开发第三方库

文件列表:
qextserialport-1.2rc (0, 2012-12-13)
qextserialport-1.2rc\ChangeLog (14264, 2012-12-13)
qextserialport-1.2rc\doc (0, 2012-12-13)
qextserialport-1.2rc\doc\doc.pri (332, 2012-08-15)
qextserialport-1.2rc\doc\examples (0, 2012-12-13)
qextserialport-1.2rc\doc\examples\enumerator.qdoc (367, 2012-07-31)
qextserialport-1.2rc\doc\examples\images (0, 2012-12-13)
qextserialport-1.2rc\doc\examples\images\uartassistant.png (20753, 2012-07-31)
qextserialport-1.2rc\doc\examples\qespta.qdoc (124, 2012-08-15)
qextserialport-1.2rc\doc\examples\uartassistant.qdoc (569, 2012-07-31)
qextserialport-1.2rc\doc\html (0, 2012-12-13)
qextserialport-1.2rc\doc\html\classes.html (1953, 2012-12-13)
qextserialport-1.2rc\doc\html\demos-manifest.xml (0, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-enumerator-enumerator-pro.html (1510, 2012-12-13)
cpp.html (4604, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-enumerator.html (4459, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-manifest.xml (531, 2012-12-13)
cpp.html (2780, 2012-12-13)
indow-cpp.html (6006, 2012-12-13)
indow-h.html (3167, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta-messagewindow-cpp.html (14089, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta-messagewindow-h.html (7588, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta-qespta-pro.html (1703, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta-qesptest-cpp.html (14354, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta-qesptest-h.html (3622, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-qespta.html (2148, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-dialog-cpp.html (21316, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-dialog-h.html (4196, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-dialog-ui.html (9811, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-hled-cpp.html (12870, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-hled-h.html (3790, 2012-12-13)
cpp.html (2051, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant-uartassistant-pro.html (1909, 2012-12-13)
qextserialport-1.2rc\doc\html\examples-uartassistant.html (15780, 2012-12-13)
qextserialport-1.2rc\doc\html\images (0, 2012-12-13)
qextserialport-1.2rc\doc\html\images\uartassistant.png (20753, 2012-12-13)
qextserialport-1.2rc\doc\html\images\used-in-examples (0, 2012-12-13)
qextserialport-1.2rc\doc\html\index.html (9769, 2012-12-13)
qextserialport-1.2rc\doc\html\portsettings-members.html (2111, 2012-12-13)
... ...

= About QextSerialPort = QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. It currently supports Mac OS X, Windows, Linux, FreeBSD. http://code.google.com/p/qextserialport/ == How to use (1) == * Download the source code. * Put the source code in any directory you like. For example, 3rdparty: |-- project.pro |-- .... |-- 3rdparty\ | |-- qextserialport\ | | * Add following line to your qmake project file: include(3rdparty/qextserialport/src/qextserialport.pri) * Using QextSerialPort in your code. Enjoy it! #include "qextserialport.h" .... QextSerialPort * port = new QextSerialPort(); .... == How to use (2) == It's very easy to compile QextSerialPort directly into your application (see above section), however, we would prefer to use it as a shared library. * Download the source code, and put it in any location you like. * Run following command to generate library. qmake make (or nmake) sudo make install (or nmake install) * Add following line to your project's file CONFIG += extserialport * Using QextSerialPort in your code. Enjoy it! #include "qextserialport.h" .... QextSerialPort * port = new QextSerialPort(); .... == Build Documents == * Run qmake make docs * Note: More information can be found in doc/readme.txt == Build examples == * Goto examples directory, then run qmake (or qmake -r) make (or nmake)

近期下载者

相关文件


收藏者