collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1k stars 278 forks source link

IXXAT USB to CAN v2 #542

Open pink-fr3ud opened 1 year ago

pink-fr3ud commented 1 year ago

Hi , I'm trying to make my IXXAT interface work with SavvyCAN on a Windows system. I know this interface is compatible socketcan on Linux, but on windows it uses VCI4. Someone already did a QtSerialBus plugin working on windows for this : https://github.com/gmarescotti/ixxatcan Can it be integrated/ used? Thanks

rusoku commented 1 year ago

It should work but up to 5.15 ver only.

pink-fr3ud commented 1 year ago

Is this because of QT6? I won't be able to try this, my programming skills are not enough to merge two codes and compile a binary :/

rusoku commented 1 year ago

Why do you need Qt6 version ? Use Qt5.15.2 for both.

pink-fr3ud commented 1 year ago

Sorry we misunderstood each other You say it will work up to 5.15 because it is the last revision of QT5 ? And until savvyCAN and the plugin go QT6 it's the end of the road? Anyway I don't have the knowledge to do it myself yet, I have some reading to do Thank you

rusoku commented 1 year ago

I compiled ixxat plugin and SavyCAN Qt5.15.2 & Win11_64 bit version.SavyCAN find plugin but I don't have ixxat hardware to test it.

image

pink-fr3ud commented 1 year ago

That was quick... Can educate me how to do it or share the binary ?

rusoku commented 1 year ago

It is a SavvyCAN build 1.0.245 win64 with installed ixxat plugin: https://www.rusoku.com/downloads/SavvyCAN_win64_1.0.245.zip

rusoku commented 1 year ago

Both plugin versions: SOCKET and IXXAT OLD https://www.rusoku.com/downloads/5.15.2_win64_IXXAT_plugins.zip

pink-fr3ud commented 1 year ago

It worked flawlessly, I'm able to listen and send data to the bus ! Do you want me to try something with this hardware? Thank you!