Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7889309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:03:56+00:00 2026-06-03T06:03:56+00:00

I want to write communication interface via serial port. (using Qt) I have QSerialPort

  • 0

I want to write communication interface via serial port. (using Qt)

I have QSerialPort class, which provides interface to work with serial port.
I inherited QMySerialPort from QSerialPort class, which added some functionality and dialog window to config port.

Now I want to write 2 protocol classes:
First – low layer class, sendPacket, parseData methods and etc..
Second – high layer: setDeviceID, getDeviceID, onPayload, etc..

How can I do it?
The first thing that comes to mind is create some QSerialInterface meta-class, which will include the objects of QMySerialPort and 2 protocol layers classes.
And I should implement some connection between them.

Such as:

Protocol class:
void setPort(QSerialPort *port) { m_port = port; }

sendPacket method:
m_port->send(local_data);

But I think this approach is wretched.
Do you have any ideas?
Maybe I should use design patterns here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T06:03:57+00:00Added an answer on June 3, 2026 at 6:03 am

    Maybe you should narrow down the scope of your question to get a more useful answer. That said, there are a couple of things I’d like to point out.

    • Try to keep your UI code separate from your business logic. More specifically, the code for the configuration dialog has no place in QMySerialPort.
    • Depending on the kind of functionality you’re adding over QSerialPort, keep in mind that you can use QSerialPort through composition instead of inheritance, and in many cases (if not most) the former is preferable.
    • In general, try to define the responsibility for each interface/class as narrow and focused as possible. Parsing data should go in a separate interface from sending/receiving individual packets. This way you can substitute different communication mediums while keeping the overall protocol and the objects that deal with it unchanged.
    • The setPort method is OK, although I personally would pass port as parameter to the constructor instead.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want write a little code analyzer which parses nested structures and translates into
I want to write ruby script which run browser (for example, firefox), open web-addresses,
I want to write following sql using projection in hibernate SELECT id, name, MAX(ver)
I want to write a regular expression in F# that represents strings which start
I am using CFMessagePortRef for inter process communication. for receiving data , i have
I want to write a server for a browser-based MMO game, which uses WebSocket
I need to write some code to stress-test RS232 communication using rxtx ( note
I want to write a method for a Java class. The method accepts as
My only way of communication with my embedded device is a serial port. By
As serial port communication is asynchronous, I figured out early on into my project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.