Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Send LIN frame with qt
Forum Updated to NodeBB v4.3 + New Features

Send LIN frame with qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 491 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    alpacino
    wrote on last edited by
    #1

    How can I send a lin message with qt ? does qt support LIN protocol ?

    jsulmJ JKSHJ 2 Replies Last reply
    0
    • A alpacino

      How can I send a lin message with qt ? does qt support LIN protocol ?

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

      @alpacino I don't think there is anything in Qt. But you can use any LIN C/C++ library in your application.

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

      1 Reply Last reply
      1
      • A alpacino

        How can I send a lin message with qt ? does qt support LIN protocol ?

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by JKSH
        #3

        @alpacino said in Send LIN frame with qt:

        How can I send a lin message with qt ? does qt support LIN protocol ?

        What LIN hardware are you using? If the hardware comes with a C/C++ API or SDK, then you can integrate it into a Qt program.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        A 1 Reply Last reply
        0
        • JKSHJ JKSH

          @alpacino said in Send LIN frame with qt:

          How can I send a lin message with qt ? does qt support LIN protocol ?

          What LIN hardware are you using? If the hardware comes with a C/C++ API or SDK, then you can integrate it into a Qt program.

          A Offline
          A Offline
          alpacino
          wrote on last edited by
          #4

          Hi @JKSH ,
          I use PCAN-USB Pro ..how can I check if the hardware cames with an API ( I looked in the installation files and i found nothing )

          JKSHJ 1 Reply Last reply
          0
          • A alpacino

            Hi @JKSH ,
            I use PCAN-USB Pro ..how can I check if the hardware cames with an API ( I looked in the installation files and i found nothing )

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by JKSH
            #5

            @alpacino said in Send LIN frame with qt:

            I use PCAN-USB Pro ..how can I check if the hardware cames with an API ( I looked in the installation files and i found nothing )

            I searched "PCAN-USB Pro" in Google and found https://www.peak-system.com/PCAN-USB-Pro.200.0.html?&L=1

            Download "PLIN-API" and integrate the C library into your Qt project.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            A 1 Reply Last reply
            3
            • JKSHJ JKSH

              @alpacino said in Send LIN frame with qt:

              I use PCAN-USB Pro ..how can I check if the hardware cames with an API ( I looked in the installation files and i found nothing )

              I searched "PCAN-USB Pro" in Google and found https://www.peak-system.com/PCAN-USB-Pro.200.0.html?&L=1

              Download "PLIN-API" and integrate the C library into your Qt project.

              A Offline
              A Offline
              alpacino
              wrote on last edited by
              #6

              @JKSH which file.h i should include ?

              JKSHJ 1 Reply Last reply
              0
              • A alpacino

                @JKSH which file.h i should include ?

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #7

                @alpacino said in Send LIN frame with qt:

                @JKSH which file.h i should include ?

                Include the .h file that is written in C/C++.

                Please note that I have never used this library before so I can't teach you how to use it. Please consult the manual or contact the manufacturer for further assistance.

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply
                2

                • Login

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