Saving of connection properties in Savvycan #893
Replies: 2 comments 4 replies
-
|
I'm not (even close to) a programmer, just a user of the SavvyCAN tool. I would really like to have bus speed saved. Is there a quick explanation of how I would do this? Or an already compiled exe with this feature? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
as I needed to debug some can busses together with a group of people which were not equipped with suitable software for CAN handling I found Savvycan as a free and really useable tool.
As we need to handle several connections with different parameters in parallel (based on peak hardware) with different speeds on the bus it became annoying to adjust can speeds and properties on each program start as they are not stored with the connections itself.
So I extended the current main branch with the capability to save the serial, bus and data rate as well as the can-fd state.
This seems to work fine here and I would like to give back this feature to the community or people who might find this useful.
I registered with github and wanted to open a pull request for this feature but it seems that some prerequesites are not fullfilled for me.
As I am very busy and don't find the time to solve such topics currently I simply put a git patch against the current main branch here.
And to be honest one additional information:
I tested this patch regarding the bus speed only, as our requirements needed this only and for peak hardware only. But nevertheless I added the serial speed, datarate and can-fd option to get a complete setup. Maybe someone can test this features and other adapters/drivers when using the patch.
For adapters with more than one bus on a connection the patch might not be enough, I can't estimate this due to non existing hardware for this here.
Best regards
Werner
savvycan_connection_save.txt
Beta Was this translation helpful? Give feedback.
All reactions