-
Notifications
You must be signed in to change notification settings - Fork 633
BLF reader is missing direction of CAN FD Message #965
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
Comments
@fabiocrestani, @felixdivo Currently, direction of CAN messages are only parsed for CAN_FD_MESSAGE_64. Is there any way we can also save BLF with the direction information for CAN FD or normal CAN frames? |
(I'm out, sorry.) |
@felixdivo you mean, you're out of this project? |
@Matheus-Garbelini Yes. That's right. Just so that you don't wait for my feedback on this. |
@Matheus-Garbelini By inspecting the code it seems that all CAN messages have a |
Hi @fabiocrestani, thanks for the reply. |
@Matheus-Garbelini I have extended the tests to use BLFWriter to write a file and then open it again with BLFReader: develop...fabiocrestani:extend-blf-tests Results are good and the direction is stored in the file. |
When parsing a CAN_FD_MESSAGE_64, the direction byte is ignored:
python-can/can/io/blf.py
Line 315 in 7ddea9e
The text was updated successfully, but these errors were encountered: