Getting started with ixxat CAN driver
-
wrote on 27 May 2019, 13:45 last edited by
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 -
wrote on 27 May 2019, 13:54 last edited by
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/B016KQVAZQafter that, you have to connect it to your computer and start playing with it...
-
wrote on 27 May 2019, 14:04 last edited by
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);
-
@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.
-
wrote on 16 Mar 2020, 13:43 last edited by
Hi, I implemented a simple driver for the missing PLUGIN for IXXAT USB adapter. It is freely available here:
https://github.com/gmarescotti/ixxatcan