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. Getting started with ixxat CAN driver

Getting started with ixxat CAN driver

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 1.1k 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.
  • M Offline
    M Offline
    MrShawn
    wrote on 27 May 2019, 13:45 last edited by
    #1

    Hi, I found this driver for ixxat usb devices. I am not sure where to begin. I opened and built the qbs file but I am not sure that did anything for me. Any help appreciated.
    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arsinte_andrei
      wrote on 27 May 2019, 13:54 last edited by
      #2

      do you have the device?? if not you have to purchase it
      https://www.amazon.co.uk/1-01-0281-12001-Compact-Converter-Interface-Galvanised/dp/B016KQVAZQ

      after that, you have to connect it to your computer and start playing with it...

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MrShawn
        wrote on 27 May 2019, 14:04 last edited by
        #3

        @arsinte_andrei

        I do have the device yes. I am trying to use QtCanBus capabilities with the device. I am trying to figure out how to do that and that is when I ran into that driver.

        Something like:

        QCanBusDevice *mCanDevice = QCanBus::instance()->createDevice(QStringLiteral("ixxat-driver"),QStringLiteral("can0.0"),&errString);
        
        1 Reply Last reply
        0
        • K Offline
          K Offline
          kuzulis
          Qt Champions 2020
          wrote on 27 May 2019, 14:21 last edited by kuzulis
          #4

          @MrShawn said in Getting started with ixxat CAN driver:

          I am trying to use QtCanBus capabilities with the device. I am trying to figure out how to do that and that is when I ran into that driver.

          Just look on the QtSerialBus sources and try to create an own plugin by analogy. You can also contribute this new plugin into QtSerialBus module to share for other folks.

          1 Reply Last reply
          3
          • G Offline
            G Offline
            GMarescotti
            wrote on 16 Mar 2020, 13:43 last edited by
            #5

            Hi, I implemented a simple driver for the missing PLUGIN for IXXAT USB adapter. It is freely available here:
            https://github.com/gmarescotti/ixxatcan

            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