-
When using overwrite mode the data shown in the screen is not updated when a new message is received.
-
Check SavvyCAN and GVRET source to ensure that enabling of CAN ports is working properly.
-
It would be helpful if SavvyCAN had a serial console that made it possible to see what was happening with a connected GVRET capable device. As it stands it can be tough to find out why it isn't workin…
-
There are some instances where devices use a very non-standard speed. Why do they do this? Who knows. But, it is possible to find 80k, 83.333, 100k, and other oddball speeds. It should be possible to …
-
Collin,
I have tried to run the GVRET build with due_wire and all dependencies in placed on the Content/Library. When I've tried to compile, it has given me this error
```
Arduino: 1.6.8 Hourly Bui…
-
After successfully updated to QT5.7 and Scintilla2.9.4. (Ubuntu)
ALMOST there, and then........
```
g++ -Wl,-O1 -Wl,-rpath,/opt/Qt/5.7/gcc_64/lib -o SavvyCAN main.o mainwindow.o canframemodel.o…
-
I was able to compile SavvyCAN on ubuntu and it works great. The only issue I found so far is that when choosing socketcan to connect through a socketcan-compatible device, the dropdown menu is empty…
-
The main screen has a little status bar along the bottom. The first entry is the number of connected buses. It's wrong (potentially). The number gets reported as the number of configured buses but som…
-
Dear Mr. Kidder,
When I try to edit or create a DBC file in SavvyCAN it always crashes: 'SavvyCAN stopped working'. This happens on each computer that I try the program on. Do you know why this happe…
-
It seems that the supposedly 32 bit version of SavvyCAN has been miscompiled as a 64 bit executable instead. That's kind of evil. Fix that.