# qSerialTerm **Repository Path**: tuxq79/qSerialTerm ## Basic Information - **Project Name**: qSerialTerm - **Description**: Qt based serial port terminal emulator, data logger/plotter. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ABOUT ===== qSerialTerm is a Qt based serial port terminal emulator. qSerialTerm can interpret the incoming serial data as: + Text + Plots + Images qSerial can send data as: + Text + Frames The frame mode is useful for servomotor control. DEPENDENCIES ============ + Qwt library + QtSerialPort API For installation steps, check the wiki at: https://github.com/JorgeAparicio/qSerialTerm/wiki BUILDING ======== $ qmake $ make DEVELOPMENT =========== For further development Qt Creator is recommended. 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.