forked from JorgeAparicio/qSerialTerm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
33 lines (23 loc) · 776 Bytes
/
README.txt
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
ABOUT
=====
qSerialTerm is a simple serial port terminal emulator based on the Qt
framework. qSerialTerm is mean to give you a feeling about the usage of
the QtSerialPort library (http://qt-project.org/wiki/QtSerialPort), so you
can code more complex applications later on.
DEPENDENCIES
============
qSerialTerm relies on the QtSerialPort and libqwt libraries. For installation
steps, check the wiki (https://github.com/JorgeAparicio/qSerialTerm/wiki).
BUILDING
========
$ qmake
$ make
DEVELOPMENT
===========
qSerialTerm was developed using Qt Creator, which is the recommended IDE
for further development.
LICENSE
=======
The qSerialTerm code is released under the terms of the GNU General Public
License (GPL) version 3.
See COPYING.GPL3.txt for more details.