You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest considering the following enhancements for the Kvaser constructor:
It may be beneficial to support additional FD parameters such as tseg1_dbr, tseg2_dbr, and sjw_dbr.
Adding support for more diverse flags in canOpenChannel's flags would be beneficial.
Describe alternatives you've considered
In my opinion, the list provided above should suffice as an explanation. Currently, I am using a modified version of canlib.py from python-can 4.2.0, but I believe it would be beneficial to have native support for it.
Although I haven't put much thought into it, I would like to share a code snippet that could be helpful. Please kindly consider it as an example.
Hi, #1510 is still restricting the flags parameter to only two options, I want to use the "canOPEN_ACCEPT_LARGE_DLC " for example. Are there any plans to add that or should I suggest this small fix in another PR?
Is your feature request related to a problem? Please describe.
I'd like to point out that the constructor of Kvaser Canlib has limited argument options available.
Unlike Vector's constructor, there doesn't appear to be a way to set tseg1, tseg2, and sjw of data bitrate.
Additionally, upon reviewing the code below, it seems that the flags parameter is restricted to only two options.
so, several flags of constants are unavailable.
Describe the solution you'd like
I would suggest considering the following enhancements for the Kvaser constructor:
Describe alternatives you've considered
In my opinion, the list provided above should suffice as an explanation. Currently, I am using a modified version of canlib.py from python-can 4.2.0, but I believe it would be beneficial to have native support for it.
Although I haven't put much thought into it, I would like to share a code snippet that could be helpful. Please kindly consider it as an example.
Additional context
The text was updated successfully, but these errors were encountered: