Qt Serial Port: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''English'''<br />| [[:QtSerialPort_German|Deutsch]]<br />| [[:QtSerialPort_Russian|Русский]]<br />| [[:QtSerialPort_Polish|Polski]]<br />| [[:QtSerialPort_Dutch|Nederlands]]<br />| [[:QtSerialPort_Portuguese|Português]]<br />| [[:QtSerialPort_Spanish|Español]]<br />| [[:QtSerialPort_Ukrainian|Українською]]<br />| [[:QtSerialPort_Persian|فارسی]]<br />| [[:QtSerialPort_Arabic|عربي]]<br />| [[:QtSerialPort_Korean|한국어]]<br />| [[:QtSerialPort_Finnish|Suomi]]<br />| [[:Wiki Home Catalan|Català]]<br />| [[:Wiki Home Italian|Italiano]]<br />| [[:QtSerialPort_Japanese|日本語]]<br />| [[:QtSerialPort_French|Français]]<br />| [[:Wiki Home Hungarian|Magyar]]<br />| [[:QtSerialPort_Kannada|ಕನ್ನಡ]]<br />| [[:QtSerialPort_Hindi|हिन्दी]]<br />| [[:QtSerialPort_Thai|ภาษาไทย]]<br />| [[:QtSerialPort_SimplifiedChinese|简体中文]]<br />| [[:QtSerialPort_Bulgarian|Български]]
'''English'''<br />| [[:QtSerialPort_German|Deutsch]]<br />| [[:QtSerialPort_Russian|Русский]]<br />| [[:QtSerialPort_Polish|Polski]]<br />| [[:QtSerialPort_Dutch|Nederlands]]<br />| [[:QtSerialPort_Portuguese|Português]]<br />| [[:QtSerialPort_Spanish|Español]]<br />| [[:QtSerialPort_Ukrainian|Українською]]<br />| [[:QtSerialPort_Persian|فارسی]]<br />| [[:QtSerialPort_Arabic|عربي]]<br />| [[:QtSerialPort_Korean|한국어]]<br />| [[:QtSerialPort_Finnish|Suomi]]<br />| [[:Wiki Home Catalan|Català]]<br />| [[:Wiki Home Italian|Italiano]]<br />| [[:QtSerialPort_Japanese|日本語]]<br />| [[:QtSerialPort_French|Français]]<br />| [[:Wiki Home Hungarian|Magyar]]<br />| [[:QtSerialPort_Kannada|ಕನ್ನಡ]]<br />| [[:QtSerialPort_Hindi|हिन्दी]]<br />| [[:QtSerialPort_Thai|ภาษาไทย]]<br />| [[:QtSerialPort_SimplifiedChinese|简体中文]]<br />| [[:QtSerialPort_Bulgarian|Български]]


[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
[toc align_right="yes" depth="3"]


= QtSerialPort =
= QtSerialPort =
Line 25: Line 25:
== History ==
== History ==


'''QtSerialPort''' originated from the third-party library &quot;QSerialDevice&amp;quot;:http://gitorious.org/qserialdevice/qserialdevice/trees/2.0 (branch 2.0), which was recently moved to a repository on https://codereview.qt.io/
'''QtSerialPort''' originated from the third-party library "QSerialDevice":http://gitorious.org/qserialdevice/qserialdevice/trees/2.0 (branch 2.0), which was recently moved to a repository on https://codereview.qt.io/


This was done to allow more open development, and to gather and coordinate a community that is interested in developing this module.
This was done to allow more open development, and to gather and coordinate a community that is interested in developing this module.
Line 51: Line 51:
== View the source code ==
== View the source code ==


Recently launched a public mirror of the repository project at &quot;Gitorious&amp;quot;:http://qt.gitorious.org/qt/qtserialport
Recently launched a public mirror of the repository project at "Gitorious":http://qt.gitorious.org/qt/qtserialport


Now everyone can freely and quickly view the latest changes through a WEB browser.
Now everyone can freely and quickly view the latest changes through a WEB browser.
Line 59: Line 59:
=== For end-users ===
=== For end-users ===


To get the current snapshot of the source code as an archive click on &quot;this&amp;quot;:http://qt.gitorious.org/qt/qtserialport/archive-tarball/stable link.
To get the current snapshot of the source code as an archive click on "this":http://qt.gitorious.org/qt/qtserialport/archive-tarball/stable link.


Those who want to use Git can run the following command:
Those who want to use Git can run the following command:
Line 67: Line 67:
=== For developers ===
=== For developers ===


To get the source code and contribute to the development you need to register a Qt developer account and set it up for use with Gerrit and Git (see &quot;Setting up Gerrit&amp;quot;:http://wiki.qt.io/Setting_up_Gerrit).
To get the source code and contribute to the development you need to register a Qt developer account and set it up for use with Gerrit and Git (see "Setting up Gerrit":http://wiki.qt.io/Setting_up_Gerrit).


You can then check out the repository using git, like this:
You can then check out the repository using git, like this:


</code>git clone ssh://&amp;lt;username&amp;gt;</code>codereview.qt.io:29418/qt/qtserialport.git</code>
</code>git clone ssh://<username></code>codereview.qt.io:29418/qt/qtserialport.git</code>


…with your Gerrit user ID in place of &lt;username&amp;gt;.
…with your Gerrit user ID in place of <username>.


== Building and Installing ==
== Building and Installing ==
Line 79: Line 79:
=== Build and install from command line ===
=== Build and install from command line ===


Before building you need to:<br />* install Perl<ref>Perl is required only in the case of Qt5, see &quot;here&amp;quot;:http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
Before building you need to:<br />* install Perl<ref>Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
</ref><br />* ensure that the environment variables are set correctly:<br />'''''' correctly specified the path to the installed Qt4/Qt5<br />'''''' correctly specified the path to use the compiler<br />'''''' correctly specified the path to Perl<ref>Perl is required only in the case of Qt5, see &quot;here&amp;quot;:http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
</ref><br />* ensure that the environment variables are set correctly:<br />'''''' correctly specified the path to the installed Qt4/Qt5<br />'''''' correctly specified the path to use the compiler<br />'''''' correctly specified the path to Perl<ref>Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
</ref><br />* create a build directory that is in the same level as the directory with the source code<br /><code><br />/<br />|- /serialport-src<br />|- /serialport-build<br /></code>
</ref><br />* create a build directory that is in the same level as the directory with the source code<br /><code><br />/<br />|- /serialport-src<br />|- /serialport-build<br /></code>


Line 91: Line 91:
<br />Using QtCreator is the simplest and fastest way to manually install the library.
<br />Using QtCreator is the simplest and fastest way to manually install the library.
<br />Before building you need to:
<br />Before building you need to:
<br />''' install Perl<ref>Perl is required only in the case of Qt5, see &quot;here&amp;quot;:http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
<br />''' install Perl<ref>Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
</ref> and check that the path to Perl was correctly specified in a global env<br />* check that the desired toolchains (kits) of QtCreator have been correctly configured
</ref> and check that the path to Perl was correctly specified in a global env<br />* check that the desired toolchains (kits) of QtCreator have been correctly configured
<br />Recommended steps to build the '''QtSerialPort''' library for Qt4/Qt5 from QtCreator:
<br />Recommended steps to build the '''QtSerialPort''' library for Qt4/Qt5 from QtCreator:
<br />* download and unpack the QtSerialPort sources<br />* run QtCreator and open the &quot;qtserialport.pro&amp;quot; project file<br />* get to &quot;Projects-&gt;(Your Kit)<s>&gt;Build</s>&gt;Build Steps&amp;quot;<br />* add a new make &quot;Build Step&amp;quot; and write to the &quot;Make arguments&amp;quot; the '''install''' target<br />* from the menus, select &quot;Rebuild Project qtserialport&amp;quot;
<br />* download and unpack the QtSerialPort sources<br />* run QtCreator and open the "qtserialport.pro" project file<br />* get to "Projects->(Your Kit)->Build->Build Steps"<br />* add a new make "Build Step" and write to the "Make arguments" the '''install''' target<br />* from the menus, select "Rebuild Project qtserialport"
<br />As a result, the QtSerialPort library will be automatically compiled and installed into the desired Qt instance (according to the selected Kit).
<br />As a result, the QtSerialPort library will be automatically compiled and installed into the desired Qt instance (according to the selected Kit).
<br />'''''Note:''' on *nix systems this method can be failed if Qt was installed from the repositories into system directories. Super user privileges may be required for &quot;make install&amp;quot; target_
<br />'''''Note:''' on *nix systems this method can be failed if Qt was installed from the repositories into system directories. Super user privileges may be required for "make install" target_


== Usage ==
== Usage ==
Line 108: Line 108:
<br /><code><br />QT''= serialport<br /></code>
<br /><code><br />QT''= serialport<br /></code>


Include the header files of QtSerialPort where appropriate:<br /><code><br />…<br />#include &lt;QtSerialPort/QSerialPort&amp;gt;<br />#include &lt;QtSerialPort/QSerialPortInfo&amp;gt;<br />…<br /></code>
Include the header files of QtSerialPort where appropriate:<br /><code><br />…<br />#include <QtSerialPort/QSerialPort><br />#include <QtSerialPort/QSerialPortInfo><br />…<br /></code>


=== Simple example ===
=== Simple example ===


Below is a simple example of ''main.cpp'':<br /><code><br />#include &lt;QtCore/QCoreApplication&amp;gt;<br />#include &lt;QtCore/QDebug&amp;gt;
Below is a simple example of ''main.cpp'':<br /><code><br />#include <QtCore/QCoreApplication><br />#include <QtCore/QDebug>


#include &lt;QtSerialPort/QSerialPort&amp;gt;<br />#include &lt;QtSerialPort/QSerialPortInfo&amp;gt;
#include <QtSerialPort/QSerialPort><br />#include <QtSerialPort/QSerialPortInfo>


QT_USE_NAMESPACE
QT_USE_NAMESPACE
Line 120: Line 120:
int main(int argc, char *argv[])<br />{<br /> QCoreApplication a(argc, argv);
int main(int argc, char *argv[])<br />{<br /> QCoreApplication a(argc, argv);


// Example use QSerialPortInfo<br /> foreach (const QSerialPortInfo &amp;info, QSerialPortInfo::availablePorts()) {<br /> qDebug() &lt;&lt; &quot;Name : &quot; &lt;&lt; info.portName();<br /> qDebug() &lt;&lt; &quot;Description : &quot; &lt;&lt; info.description();<br /> qDebug() &lt;&lt; &quot;Manufacturer: &quot; &lt;&lt; info.manufacturer();
// Example use QSerialPortInfo<br /> foreach (const QSerialPortInfo &amp;info, QSerialPortInfo::availablePorts()) {<br /> qDebug() << "Name : " << info.portName();<br /> qDebug() << "Description : " << info.description();<br /> qDebug() << "Manufacturer: " << info.manufacturer();


// Example use QSerialPort<br /> QSerialPort serial;<br /> serial.setPort(info);<br /> if (serial.open(QIODevice::ReadWrite))<br /> serial.close();<br /> }
// Example use QSerialPort<br /> QSerialPort serial;<br /> serial.setPort(info);<br /> if (serial.open(QIODevice::ReadWrite))<br /> serial.close();<br /> }


return a.exec&amp;amp;#40;&amp;#41;;<br />}<br /></code>
return a.exec();<br />}<br /></code>


'''''Note:''' CONFIG ''= serial port / QT''= serialport must be the first or second line in your .pro file.''
'''''Note:''' CONFIG ''= serial port / QT''= serialport must be the first or second line in your .pro file.''
Line 130: Line 130:
== Documentation generation ==
== Documentation generation ==


There is no need to build the documentation, because the documentation is available &quot;here&amp;quot;:http://doc-snapshot.qt.io/qt5-stable/qtserialport-index.html.
There is no need to build the documentation, because the documentation is available "here":http://doc-snapshot.qt.io/qt5-stable/qtserialport-index.html.


== For those wishing to contribute to the development ==
== For those wishing to contribute to the development ==


All development is done through &quot;Gerrit&amp;quot;:http://wiki.qt.io/Setting_up_Gerrit. Therefore, those wishing to be involved in the development process must have a Qt developer account.
All development is done through "Gerrit":http://wiki.qt.io/Setting_up_Gerrit. Therefore, those wishing to be involved in the development process must have a Qt developer account.


More information about the registration process and development can be found &quot;here&amp;quot;:http://wiki.qt.io/Code_Reviews
More information about the registration process and development can be found "here":http://wiki.qt.io/Code_Reviews


== Possible problems ==
== Possible problems ==
Line 144: Line 144:
== Bug Tracking ==
== Bug Tracking ==


Use &quot;bugreports.qt.io&amp;quot;:https://bugreports.qt.io, Project &quot;Qt&amp;quot;, Component &quot;Serial Port&amp;quot;.
Use "bugreports.qt.io":https://bugreports.qt.io, Project "Qt", Component "Serial Port".


<references />
<references />

Revision as of 14:07, 24 February 2015

English
| Deutsch
| Русский
| Polski
| Nederlands
| Português
| Español
| Українською
| فارسی
| عربي
| 한국어
| Suomi
| Català
| Italiano
| 日本語
| Français
| Magyar
| ಕನ್ನಡ
| हिन्दी
| ภาษาไทย
| 简体中文
| Български

[toc align_right="yes" depth="3"]

QtSerialPort

Note: this page is work in progress, needs review.

News

Fill up

02/26/2013 - The project moved from the playground to the trunk of Qt5!

Brief description

The QtSerialPort module is an add-on module for the Qt5 library, providing a single interface for both hardware and virtual serial ports.

Note: Also added support for Qt4.

Serial interfaces, due to their simplicity and reliability, are still popular in some industries like the development of embedded systems, robotics, etc.

Using the QtSerialPort module, developers can significantly reduce the time needed to implement Qt applications that require access to a serial interface.

History

QtSerialPort originated from the third-party library "QSerialDevice":http://gitorious.org/qserialdevice/qserialdevice/trees/2.0 (branch 2.0), which was recently moved to a repository on https://codereview.qt.io/

This was done to allow more open development, and to gather and coordinate a community that is interested in developing this module.

Functionality

Currently, the module API contains two classes: QSerialPort and QSerialPortInfo.

QSerialPort

QSerialPort is the base class of the module and provides a set of basic methods and properties to access resources on serial ports.

Supports the following operating systems:

{background:#009900}. |. Operating system |. Support state |. Note
|
|Windows NT/2K/XP/Vista/7
|YES
|Full support
|
|Windows CE
|YES
|Tested only on 5 and 6 platforms in the emulator
|
|Gnu/Linux
|YES
|Full support
|
|MacOSX
|YES
|Full support
|
|Others Unix
|YES
|All POSIX-compatible
|
|Symbian[1]
|YES
|Partially, tested only in the emulator
|



h3. QSerialPortInfo
QSerialPortInfo is a helper class. It provides information on the available serial ports on the system.
Supports the following operating systems:
{background:#009900}. |. Operating system |. Support state |. Note
|
|Windows NT/2K/XP/Vista/7
|YES
|Full support (using SetupAPI)
|
|Windows CE
|YES
|Tested only on 5 and 6 platforms in the emulator
|
|Gnu/Linux
|YES
|Full support (using libudev or simple search in /dev)
|
|MacOSX
|YES
|Full support
|
|Others Unix
|YES
|All POSIX-compatible (only simple search in /dev)
|
|Symbian[2]
|YES
|Partially, tested only in the emulator
|

View the source code

Recently launched a public mirror of the repository project at "Gitorious":http://qt.gitorious.org/qt/qtserialport

Now everyone can freely and quickly view the latest changes through a WEB browser.

Getting the source code

For end-users

To get the current snapshot of the source code as an archive click on "this":http://qt.gitorious.org/qt/qtserialport/archive-tarball/stable link.

Those who want to use Git can run the following command:

git clone git://gitorious.org/qt/qtserialport.git<code>

=== For developers ===

To get the source code and contribute to the development you need to register a Qt developer account and set it up for use with Gerrit and Git (see "Setting up Gerrit":http://wiki.qt.io/Setting_up_Gerrit).

You can then check out the repository using git, like this:

git clone ssh://<username>codereview.qt.io:29418/qt/qtserialport.git

…with your Gerrit user ID in place of <username>.

Building and Installing

Build and install from command line

Before building you need to:
* install Perl[3]
* ensure that the environment variables are set correctly:
' correctly specified the path to the installed Qt4/Qt5
'
correctly specified the path to use the compiler
' correctly specified the path to Perl[4]
* create a build directory that is in the same level as the directory with the source code

<br />/<br />|- /serialport-src<br />|- /serialport-build<br />

The following are the recommended steps for building the QtSerialPort library on Qt4/Qt5 from the command line.

<br />cd serialport-build<br />qmake ../serialport-src/qtserialport.pro<br />make [or 'nmake' for MSVC compiler, or 'mingw32-make' for MinGW compiler]<br />make install [or 'nmake install' for MSVC compiler, or 'mingw32-make install' for MinGW compiler]<br />

Note:' on nix systems super user privileges might be required:_

<br />sudo make install<br />


h3. Build and install from the QtCreator
Using QtCreator is the simplest and fastest way to manually install the library.
Before building you need to:
install Perl[5] and check that the path to Perl was correctly specified in a global env
* check that the desired toolchains (kits) of QtCreator have been correctly configured

Recommended steps to build the QtSerialPort library for Qt4/Qt5 from QtCreator:
* download and unpack the QtSerialPort sources
* run QtCreator and open the "qtserialport.pro" project file
* get to "Projects->(Your Kit)->Build->Build Steps"
* add a new make "Build Step" and write to the "Make arguments" the install target
* from the menus, select "Rebuild Project qtserialport"
As a result, the QtSerialPort library will be automatically compiled and installed into the desired Qt instance (according to the selected Kit).
Note: on *nix systems this method can be failed if Qt was installed from the repositories into system directories. Super user privileges may be required for "make install" target_

Usage

To use the library, add serialport to the *.pro file of your project:

Qt4

<br />CONFIG ''= serialport<br />


h3. Qt5


<br />QT''= serialport<br />

Include the header files of QtSerialPort where appropriate:

<br /><br />#include <QtSerialPort/QSerialPort><br />#include <QtSerialPort/QSerialPortInfo><br /><br />

Simple example

Below is a simple example of main.cpp:

<br />#include <QtCore/QCoreApplication><br />#include <QtCore/QDebug>

#include <QtSerialPort/QSerialPort><br />#include <QtSerialPort/QSerialPortInfo>

QT_USE_NAMESPACE

int main(int argc, char *argv[])<br />{<br /> QCoreApplication a(argc, argv);

// Example use QSerialPortInfo<br /> foreach (const QSerialPortInfo &amp;info, QSerialPortInfo::availablePorts()) {<br /> qDebug() << "Name : " << info.portName();<br /> qDebug() << "Description : " << info.description();<br /> qDebug() << "Manufacturer: " << info.manufacturer();

// Example use QSerialPort<br /> QSerialPort serial;<br /> serial.setPort(info);<br /> if (serial.open(QIODevice::ReadWrite))<br /> serial.close();<br /> }

return a.exec();<br />}<br />

Note: CONFIG = serial port / QT= serialport must be the first or second line in your .pro file.

Documentation generation

There is no need to build the documentation, because the documentation is available "here":http://doc-snapshot.qt.io/qt5-stable/qtserialport-index.html.

For those wishing to contribute to the development

All development is done through "Gerrit":http://wiki.qt.io/Setting_up_Gerrit. Therefore, those wishing to be involved in the development process must have a Qt developer account.

More information about the registration process and development can be found "here":http://wiki.qt.io/Code_Reviews

Possible problems

Fill up

Bug Tracking

Use "bugreports.qt.io":https://bugreports.qt.io, Project "Qt", Component "Serial Port".

  1. For OS Symbian development of the module is suspended due to lack of developers, as well as the fact that Nokia has abandoned the platform and will not include support for it in Qt5.
  2. Symbian development of the module is suspended due to lack of developers, as well as the fact that Nokia has abandoned the platform and will not include support for it in Qt5.
  3. Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
  4. Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.
  5. Perl is required only in the case of Qt5, see "here":http://wiki.qt.io/Building_Qt_5_from_Git. When using Qt4 just skip this point.