Collin Kidder
Collin Kidder
As gedass2000 said, you can use any device that has a J2534 driver so that's an option. Do you know how Wireshark interfaces with it? Does it use J2534 as...
The format doesn't seem too difficult to support. At the moment my copy of the source is all torn up in the connection code. I'm trying to expand it and...
Yes, it seems I've managed to output a boolean value in an odd way. I guess the parser in savvycan can load it fine but it really needs to be...
Hmm, that's strange. SavvyCAN saved the file like that with negative timestamps? Obviously that's not something it should be doing. I see a couple of potential clues. 1. They really...
It should be possible to set this speed now as of 005a2aa56c6486808a3db9f0099682e4c97540aa so the continuous build will soon have this commit compiled in and ready to test.
My first guess is that your 50% CPU figure might be deceptive. On a multi-core CPU you will get lies like this. If you have 4 cores/threads and two are...
Well, as you found, currently it's not possible. The system seems them as the same message because of the PGN being the same. I'll have to think about this and...
I just tried this out. I used an ESP32 running ESP32RET and I installed loopback wires between two CAN buses on the same board. I then set up fuzzing from...
Just a note - I cannot duplicate this. The user who had the problem says it happens multiple times a day but I believe they're loading a lot of files...
I could only reproduce this one way so far. If I used the "Frame Info Window" then loading a new file after closing that window would indeed crash the program....