ixxat and qt
-
-
Hi everyone,
I'm beginner about qt and in my job i need to use ixxat can device but almost no any information about qt and ixxat. I need to some help for how can i initiate the ixxat device in my code and communicate the other deviced from the CANBUS.Hi @hramazan, welcome!
we have the QtSerialBus module in Qt, which allows access to CAN busses.
We don't have a dedicated driver/plugin for Ixxat yet, however if you're on Linux, you might be able to use the SocketCAN driver. So which device are you exactly talking about?
Regards
-
Hi, I implemented a driver for the missing PLUGIN for IXXAT USB adapter. It is freely available here:
https://github.com/gmarescotti/ixxatcan
It still needs a lot of works but it works using the can example of Qt. (OS Windows 7)