Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. QSerialBus included in QT6?
Qt 6.11 is out! See what's new in the release blog

QSerialBus included in QT6?

Scheduled Pinned Locked Moved Unsolved Qt 6
8 Posts 4 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LouieLoay
    wrote on last edited by
    #1

    is QSerialBus included in QT6? i noticed it is listed in the "Addons" section of the website, does this mean it is purchased separately?

    J.HilkJ 1 Reply Last reply
    0
    • L LouieLoay

      is QSerialBus included in QT6? i noticed it is listed in the "Addons" section of the website, does this mean it is purchased separately?

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @LouieLoay it should be part of Qt6
      https://doc.qt.io/qt-6/qtmodules.html

      what version of Qt 6 are you using, IIRC it was not part of the early releases.


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        LouieLoay
        wrote on last edited by
        #3

        hi @J-Hilk,

        i only have the open source version 5.5.1

        i am looking to buy the enterprise version as a small business. i sent an inquiry to about eligibility but have not received a response.

        I have a small project that needs ModBus communications. i believe QSerialBus supports ModBus and CANBUS. is that correct?

        before i purchase the software i wanted to make sure that QSerialBus is included and that ModBus TCP comms is supported.

        jsulmJ J.HilkJ 2 Replies Last reply
        0
        • L LouieLoay

          hi @J-Hilk,

          i only have the open source version 5.5.1

          i am looking to buy the enterprise version as a small business. i sent an inquiry to about eligibility but have not received a response.

          I have a small project that needs ModBus communications. i believe QSerialBus supports ModBus and CANBUS. is that correct?

          before i purchase the software i wanted to make sure that QSerialBus is included and that ModBus TCP comms is supported.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @LouieLoay According to https://doc.qt.io/qt-6/qtserialbus-changes-qt6.html QSerialBus is part of Qt 6.3.0

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          L 1 Reply Last reply
          0
          • L LouieLoay

            hi @J-Hilk,

            i only have the open source version 5.5.1

            i am looking to buy the enterprise version as a small business. i sent an inquiry to about eligibility but have not received a response.

            I have a small project that needs ModBus communications. i believe QSerialBus supports ModBus and CANBUS. is that correct?

            before i purchase the software i wanted to make sure that QSerialBus is included and that ModBus TCP comms is supported.

            J.HilkJ Offline
            J.HilkJ Offline
            J.Hilk
            Moderators
            wrote on last edited by
            #5

            @LouieLoay Qt is open source (currently) until and including Version 5.15.3 and 6.4

            Qt does also provides Modbus
            https://doc.qt.io/qt-5/qtmodbus-backends.html

            and can bus
            https://doc.qt.io/qt-5/qtcanbus-backends.html

            classes for you to use.


            Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


            Q: What's that?
            A: It's blue light.
            Q: What does it do?
            A: It turns blue.

            L 1 Reply Last reply
            1
            • jsulmJ jsulm

              @LouieLoay According to https://doc.qt.io/qt-6/qtserialbus-changes-qt6.html QSerialBus is part of Qt 6.3.0

              L Offline
              L Offline
              LouieLoay
              wrote on last edited by
              #6

              thanks @jsulm looks like this will support my application

              1 Reply Last reply
              0
              • J.HilkJ J.Hilk

                @LouieLoay Qt is open source (currently) until and including Version 5.15.3 and 6.4

                Qt does also provides Modbus
                https://doc.qt.io/qt-5/qtmodbus-backends.html

                and can bus
                https://doc.qt.io/qt-5/qtcanbus-backends.html

                classes for you to use.

                L Offline
                L Offline
                LouieLoay
                wrote on last edited by
                #7

                @J-Hilk i have this version of QT open source and it doesnt include QSerialBus. looks like i need a newer version

                qt version.JPG

                JonBJ 1 Reply Last reply
                0
                • L LouieLoay

                  @J-Hilk i have this version of QT open source and it doesnt include QSerialBus. looks like i need a newer version

                  qt version.JPG

                  JonBJ Offline
                  JonBJ Offline
                  JonB
                  wrote on last edited by JonB
                  #8

                  @LouieLoay
                  That only tells you what your Qt Creator IDE version is, and what version of Qt it uses internally. You need to look at what version of Qt itself you are using for compiling/running your code, which may not be the same.

                  Having said that, your Creator is a pretty old version (5.5/2015), so that might be indicative you also use an old-ish version of Qt. I do not know at which version of Qt support for ModBus/CANBUS was introduced. Whichever route you go, you are likely to want a newer version of Qt than 5.5.

                  1 Reply Last reply
                  1

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved