-
The preliminary single wire CAN support in WIP seems to work fine for reception but doesn't seem to work at all for sending. This could be either a SavvyCAN issue or a GVRET/M2RET issue. But, neither …
-
On macOS Sierra version 10.12.6
After install of latest free QT
had to use:
~/Qt/5.9.1/clang_64/bin/qmake
because gcc_64 not found, otherwise compiled fine.
WOW no dependencies !! much sma…
-
Documentation should be added to the project. Currently there are a few pages but they aren't linked to the program yet. Fill out more documentation and also link to it from the relevant areas in the …
-
Hi,
iam new to using the M2 to tinker around with my 2016 Skoda Octavia III and wanted to get M2RET running on my M2 with SavvyCAN at first.
I've installed the newest Arduino Software and also insta…
-
Hi,
I've seen a neat option in ISO-TP handler which enables extended addressing parsing, it seems to work fine, maybe it should be included in iso-tp window?
Also, the iso-tp window is not closing …
-
The qscintilla library file may have changed. It s called now `libqscintilla2_qt5`:
To make SavvyCan buld successfully, I had to update the Makefile:
--- oldMakefile 2017-07-10 11:11:26.598146584 …
ghost updated
7 years ago
-
Looks like a bug to me
https://github.com/collin80/SavvyCAN/blob/master/dbc/dbchandler.cpp#L434
Shouldn't it be "11 + offset"?
-
While I have no suggestion how to implement this, I have seen on my EV multi packet responses for some modules. For example, when querying the Lithium Battery Controller for cell subassembly temperatu…
-
connections/connectionwindow.cpp: In member function ‘bool ConnectionWindow::isSocketCanAvailable()’:
connections/connectionwindow.cpp:488:5: error: invalid initialization of reference of type ‘const…
-
GVRET firmware can do CAN hardware filtering but SavvyCAN currently has no way of knowing about any filtering nor any means of turning it off. It should automatically set filtering to off when it conn…