Collin Kidder
Collin Kidder
I assume you are using the precompiled versions of each? My best guess is that something changed with the QT version as otherwise not a lot changed that would/should cause...
It's a bug I keep forgetting to fix. You're right, it didn't used to do that. When I switched to allowing multiple open graph windows the bug popped up. The...
Yes, this a bug. I'm sure it isn't respecting the interpretation mode set for the DBC file. For what it's worth, the mask on that window is a mask applied...
There hasn't been a 32 bit version in a few years. Your problem with the runtime error is that you need the Microsoft Visual C++ Redistributable: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 You want the...
SavvyCAN supports socketcan so if you're running candlelight then you can use socketcan. Slcan should work as well as that's also socketcan. On Tue, Aug 11, 2020, 4:39 PM Romain...
Oh sorry, I should have been more clear. SocketCAN interfaces only work on LINUX. I don't think the candlelight firmware will do much for you on Windows. For supporting cantact...
Hmmm, interesting, yes that does appear to be a Windows driver for the candlelight API. I will look into supporting that.
I never did look into it. I just went to that link and bookmarked it. I'll see what I can do.
Hmm, yes, it's true that the algorithm used was changed quite a lot in that commit. So, it makes sense that if it was to break it would do so...
Someday, probably. But, as covered above, CANTact support works fine through the socketcan interface on Linux so using WSL could work. It's certainly not ideal. I really should implement actual...