/qtserialport

This is a sample project to demonstrate how we can work with serial port(RS232) in Qt Framework

Primary LanguageC++MIT LicenseMIT


Logo

QSerial Port Application

This is a QWidget Application that shows you how to work with Serial port or RS232 in your application in order to send and receive data. I also show to seperate layers in your app and how to connect these layers together
Explore the docs »

View Demo Video(English) · View Demo Video(Persian) · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[Product Name Screen Shot]

(back to top)

Built With

  • Qt v6.0+

(back to top)

Getting Started

You just need to install Qt framework on your machine and open this project in Qt Creator then run it. Do not forget to install Serial port support during installation Qt framework v5.0+ can be used to run this project

Installation

  1. Downaload and install Qt Framework from qt.io
  2. Clone the repo
    git clone https://github.com/vRFEducation/qtserialport.git
  3. open project in Qt Creator application and run it

(back to top)

Usage

This is a guide how we can use Qt to transfer data over RS232 port. Some devices provide rs232 connectivity to outside so we can control them using specific commands.

(back to top)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Vahid Rahmanifard - rahmanifard@live.com - www.linkedin.com/in/vrahmanifard/

Project Link: https://github.com/vRFEducation/qtserialport

(back to top)