Skip to content

daydalek/SerialAssis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialAssistant

中文README

1. Introduction

This is a simple serial assistant tool for serial port communication. It's developed using Qt6 opensource under LGPL-3.0 license. Checkout LICENSE for details about the LGPL-3.0 license.

2. Code Structure

  • CMakeLists.txt: CMake configuration file
  • README.md: This file
  • README_ZH: Chinese version of README
  • src: Source code directory
    • include: Header file directory
      • MainWindow.h: MainWindow header file , combining the UI and serial connection together.
      • SerialConnection.h: SerialConnection header file
      • SerialMonitor.h: SerialMonitor header file ,focus on parts that not related with the connection
    • main.cpp: Main function
    • MainWindow.cpp: Main window implementation.
    • SerialConnection.cpp: Serial connection implementation.
    • SerialMonitor.cpp: SerialMonitor implementation.

You may checkout doc to read doc generated by Doxygen.

3. Build

You need to have Qt6 installed on your machine. You can download it from Qt official website. Simply modify the CMakeLists.txt file to point out your CMAKE_PREFIX_PATH. cmake_prefix_path Then you can build the project using QT Creator or Any other IDE that supports CMake.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published