Git Product home page Git Product logo

aterm-cpp's Introduction

ATerm-CPP

This project, ATerm-CPP, is a simple serial terminal implemented in Qt.
ATerm-CPP is the C++ version of this. The functions are almost same with Python version at same version number.
ATerm not only can send/recive ascii text but also send file(binary).

Setting

This section will talk about how to config ATerm(e.g., priority of ports, default baud rate, etc.) through writing the setting file. The setting file is a YAML file and place in the directory of program. There are following options in file.

  • priority: a list of string. ATerm will compare available com ports with this list and select the highest priority and available port on refresh bottom clicked.
  • baud: the key/value pairs. Key is the port name. Value is the baud rate.
  • path: a string. Default directory of open file dialog of sending file.
  • custom_baud: a list of integer. ATerm will add this list into the baud rate combo box.(1.3.0+)

Example

---
baud:
  ch340: 9600
  cp210: 115200

path: D:/terminal/

custom_baud:
- 15151

priority:
- cp210
- ch340

note: The name in baud and priority don't need identical to the name in ports combobox.

Requirement

  • Qt 5.14.0
  • yaml-cpp 0.6.3

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.