dciliske/qSerialTerm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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.