-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transmission Time is not accurate when python-can with Kvaser is used. #228
Comments
Issue reported in python-can repository - hardbyte/python-can#1676 |
Response from Kvaser as issue was reported in their system:
|
Python file for reprocuding the problem is located in examples |
Proposed a solution on |
When python-can is used as a CAN bus manager, then timestamps of message are not accurate (not synchronized with local time) therefore attribute
transmission_time
ofCanPacketRecord
is not accurate.Affects:
PyCanTransportInterface.send_packet
andPyCanTransportInterface.async_send_packet
PyCanTransportInterface.receive_packet
andPyCanTransportInterface.async_receive_packet
PyCanTransportInterface.n_as_measured
PyCanTransportInterface.n_ar_measured
PyCanTransportInterface.n_bs_measured
PyCanTransportInterface.n_cr_measured
The text was updated successfully, but these errors were encountered: