-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (97 loc) · 5.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title> qextserialport - Serial port library for Qt2, Qt3, Qt4 and Qt5 - Google Project Hosting</title>
</head>
<body>
<table>
<tbody>
<tr valign="top">
<td>Source Code:</td>
<td><a href="https://github.com/qextserialport/qextserialport">https://github.com/qextserialport/qextserialport</a></td>
</tr>
<tr valign="top">
<td>Issues:</td>
<td><a href="https://github.com/qextserialport/qextserialport/issues">https://github.com/qextserialport/qextserialport/issues</a></td>
</tr>
<tr valign="top">
<td>License:</td>
<td>MIT</td>
</tr>
</tbody>
</table>
<ul>
<li>
<font color="red">
<strong> NOTE:</strong> As of March 2015, this is the new location of the project. The <a href="http://qextserialport.sourceforge.net"> sourceforge</a> and <a href = "https://code.google.com/p/qextserialport/">googlecode</a> projects are <strong> no longer active</strong> .</font>
</li>
<li>
<font color="blue"> "New old" version of QextSerialPort available in <a href="http://code.google.com/p/qextserialport/downloads/list?can=1&q=" rel="nofollow"> Downloads</a> section. See <a href="https://groups.google.com/forum/?fromgroups#!topic/qextserialport/kH-dnpZjJiw" rel="nofollow"> Qesp Mailing List</a> for explanation.</font>
</li>
<li>
<font color="blue"> From <tt> QextSerialPort 1.2-beta1</tt> on, license of the project has been changed to <strong> MIT</strong> .</font>
</li>
</ul>
·
<h2> Overview </h2>
<p> QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. It currently supports Mac OS X, Windows, Linux, FreeBSD. </p>
<p> QextSerialPort can be used with Qt2, Qt3, Qt4 and Qt5. </p>
<h2> Download </h2>
<p> You can get the latest source from <a href="https://github.com/qextserialport/qextserialport/archive/master.zip"> HERE </a>. </p>
<p> Or get one of the released versions from <a href="#"> ALL Downloads</a> </p>
<h2> Installation </h2>
<p> Installation instructions can be found from the README file in the source package. </p> <p>
An online and more readable version for <a href="/p/qextserialport/wiki/QextSerialPort_1_2_RC">
QextSerialPort_1_2_RC</a>
is available too. </p>
<h2> Documents </h2>
<h3> Offline </h3>
<p>
The user manual of the library is included in the latest qextserialport-XXX.tar.gz packages. </p>
<blockquote> Open the file <strong> doc/html/index.html</strong> using your favorite web browser. </blockquote>
<blockquote> Or integrate the <strong> doc/html/qesp.qch</strong> into your Qt Creator. </blockquote>
<ul>
<li> For Qt Assistant: </li>
<pre> Edit ==> Documentations ==> Add ... </pre>
</ul>
<ul>
<li> For Qt Creator </li>
<pre> Tools ==> Options ==> Help ==> Documentations ==> Add ... </pre>
</ul>
<h3>
Online
</h3>
<ul>
<li> <a href="1.2/index.html" rel="nofollow"> QextSerialPort 1.2</a> </li>
<li> <a href="1.1/index.html" rel="nofollow"> QextSerialPort 1.1</a> </li>
<li> <a href="0.9.0/index.html" rel="nofollow"> QextSerialPort 0.9</a> </li>
</ul>
<h2> Resources </h2>
<p> Resources for Serial Port Developer of Qt. </p>
<ul>
<li> Qt Project </li>
<ul>
<li> <a href="http://qt-project.org/doc/qt-4.8/qiodevice.html" rel="nofollow"> Qt 4.8: QIODevice Class Reference</a> </li>
<li> <a href="http://doc.qt.nokia.com/qq/qq12-iodevice.html" rel="nofollow"> Writing a Custom I/O Device</a> </li>
<li> <a href="http://doc.qt.nokia.com/3.3/qiodevice.html" rel="nofollow"> Qt 3.3: QIODevice Class Reference</a> </li>
</ul>
<li> MSDN </li>
<ul>
<li> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/communications_resources.asp" rel="nofollow"> Communications Resources</a> </li>
<li> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/about_communications_resources.asp" rel="nofollow"> About Communications Resources</a> </li>
<li> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/using_communications_resources.asp" rel="nofollow"> Using Communications Resources</a> </li>
<li> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/communications_functions.asp" rel="nofollow"> Communications Functions</a> </li>
<li> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/communications_structures.asp" rel="nofollow"> Communications Structures</a> </li>
</ul>
<li> TLDP </li>
<ul>
<li> <a href="http://www.tldp.org/HOWTO/Serial-HOWTO.html" rel="nofollow"> Serial HOWTO</a> </li>
<li> <a href="http://www.tldp.org/HOWTO/Serial-Programming-HOWTO" rel="nofollow"> Serial Programming HOWTO</a> </li>
</ul>
<li> Other </li>
<ul>
<li> <a href="http://www.easysw.com/~mike/serial/serial.html" rel="nofollow"> Serial Programming Guide for POSIX Operating Systems</a> </li>
</ul>
</ul>
</body>
</html>