Code Monkey home page Code Monkey logo

yaterm's Introduction

yaTerm

yet another Serial Terminal

yaTerm in action

Description

A simple program that can be used for serial communication. The main goals of this project is to replace other serial terminal programs that I'm not quite happy with and to learn GUI programming with QML and Qt. As a consequence, this is a work-in-progress and may be pretty rough.

Features

  • Separate input and output windows
  • Input history (use 'up' and 'down' keys with input window focused)
  • Simple command-line interface (type "/help" into input window)
  • Settable auto-scrolling of output window
  • Visual cues to help distinguish input from output, commands from command response, errors, etc.
  • Set custom start-of-message and end-of-message text

Installing

This is dependent on the OS.

Windows

TBD. The best starting point right now is to build from source.

Linux

Currently, the only way is to build from source. I'm hoping to create packages for popular distros soon.

Mac OSX

TBD. The best starting point right now is to build from source.

Developing

Nothing too special about development; follows the standard Qt development process. I personally like to use Qt Creator for an IDE (also available as part of the Qt SDK).

Prerequesites

  • Qt 5.11+ (Standard Qt + Qt Quick Controls + QtSerialPort)
  • Appropriate compiler such as GCC 4.8+

The easiest way to get all the prerequisites is to download the Qt SDK.

Building

  • Clone the repository using git clone https://github.com/wgraba/yaTerm.git

The rest of the building process is dependent on the architecture.

Linux

This follows a pretty standard Qt build; more information can be found in the Qt Docs.

  • Run qmake (debug; lose the CONFIG+= stuff for release). This is shown running in the root project path, but this can be run from any desired path as long the path to yaTerm.pro is given (useful for separating build and source files)
qmake yaTerm.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug
  • Run make
make

Windows

TBD.

I have done some preliminary testing and it looks good so far. Refer to the Qt Docs for more information; it should build like a regular Qt project on Windows; just have to change the -spec option.

OSX

TBD.

yaterm's People

Contributors

wgraba avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dinkin

yaterm's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.